Home
last modified time | relevance | path

Searched refs:strtofflags (Results 1 – 11 of 11) sorted by relevance

/freebsd/tools/build/cross-build/
H A Dfflags.c50 strtofflags(char **stringp __unused, u_long *setp, u_long *clrp) in strtofflags() function
/freebsd/lib/libnetbsd/
H A Dutil.c58 return strtofflags(stringp, setp, clrp); in string_to_flags()
/freebsd/tools/build/cross-build/include/linux/
H A Dunistd.h64 int strtofflags(char **stringp, u_long *setp, u_long *clrp);
/freebsd/lib/libc/gen/
H A Dstrtofflags.c126 strtofflags(char **stringp, u_long *setp, u_long *clrp) in strtofflags() function
H A DMakefile.inc145 strtofflags.c \
297 strtofflags.3 \
519 MLINKS+=strtofflags.3 fflagstostr.3
H A DSymbol.map254 strtofflags;
/freebsd/bin/chflags/
H A Dchflags.c142 if (strtofflags(&flags, &set, &clear)) in main()
/freebsd/include/
H A Dunistd.h583 int strtofflags(char **, u_long *, u_long *);
/freebsd/usr.sbin/makefs/
H A Dmtree.c537 if (!strtofflags(&value, &flset, &flclr)) { in read_mtree_keywords()
/freebsd/usr.bin/xinstall/
H A Dxinstall.c348 if (strtofflags(&fflags, &fset, NULL)) in main()
/freebsd/usr.bin/find/
H A Dfunction.c845 if (strtofflags(&flags_str, &flags, &notflags) == 1) in c_flags()