Lines Matching full:symbols
36 parse_open_flags \- converts open flag symbols into bitmask
38 openflags2symbols \- converts open flag bitmask into symbols
43 \fBparse_open_flags\fR(\fIsymbols, badname\fR)
45 char *\fIsymbols\fR;
61 a list of comma separated \fBopen\fR(2) flag symbols (i.e. O_TRUNC)
64 will updated to point that symbol in \fIsymbols\fR.
70 bits into human readable symbols (i.e. O_TRUNC). If there
72 a separator between symbols. Commonly used separators would
74 \fIopenflags\fR bits can be converted to symbols, the \fBUNKNOWN\fR
76 Openflags2symbols will return the identified symbols.
77 If no symbols are recognized the return value will be a empty
105 printf("Usage: %s openflagsbits\n\t%s symbols\n", argv[0], argv[0]);
129 Currently (06/96) all known symbols are coded into \fBopenflags2symbols\fR.
134 symbols with callers separators is limited to 512 characters.
135 This should be large enough for most open flags symbols as long as the