Main index | Section 3 | Options |
#include <unistd.h>
If memory cannot be allocated for the return value, fflagstostr() returns NULL.
The value returned from fflagstostr() is obtained from malloc() and should be returned to the system with free() when the program is done with it.
The strtofflags() function takes a string of file flags, as described in chflags(1), parses it, and returns the 'set' flags and 'clear' flags such as would be given as arguments to chflags(2). On success strtofflags() returns 0, otherwise it returns non-zero and stringp is left pointing to the offending token.
STRTOFFLAGS (3) | January 1, 2000 |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.