|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
STRTOFFLAGS(3) FreeBSD Library Functions Manual STRTOFFLAGS(3)
NAME
fflagstostr, strtofflags -- convert between file flag bits and their
string names
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include <unistd.h>
char *
fflagstostr(u_long flags);
int
strtofflags(char **stringp, u_long *setp, u_long *clrp);
DESCRIPTION
The fflagstostr() 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, 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.
ERRORS
The fflagstostr() function may fail and set errno for any of the errors
specified for the library routine malloc(3).
SEE ALSO
chflags(1), chflags(2), malloc(3)
HISTORY
The fflagstostr() and strtofflags() functions first appeared in
FreeBSD 4.0.
FreeBSD 6.2 January 1, 2000 FreeBSD 6.2
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Wed Sep 19 20:15:11 BST 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
sqlite3 man page (5399 hits) (openSUSE 10.2)
svn man page (5398 hits) (FreeBSD 6.2)
adv_cap_autoneg man page (4903 hits) (Solaris 10 11_06)
CPAN man page (4638 hits) (Suse Linux 10.1)
ssh man page (4358 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (3024 hits) (Solaris 10 11_06)
netcat man page (2831 hits) (Suse Linux 10.1)
signal man page (2740 hits) (Suse Linux 10.1)
pprosetup man page (2531 hits) (Solaris 10 11_06)
startproc man page (2524 hits) (Suse Linux 10.1)
|