|
NAMEfflagstostr , strtofflags
—
convert between file flag bits and their string names
LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <unistd.h>
char *
int
DESCRIPTIONThefflagstostr () function returns a comma separated
string of the file flags represented by flags. If no
flags are set a zero length string is returned.
If memory cannot be allocated for the return value,
The value returned from The ERRORSThefflagstostr () function may fail and set errno for
any of the errors specified for the library routine
malloc(3).
SEE ALSOchflags(1), chflags(2), malloc(3)HISTORYThefflagstostr () and
strtofflags () functions first appeared in
FreeBSD 4.0.
Visit the GSP FreeBSD Man Page Interface. |