Searched refs:strtofflags (Results 1 – 11 of 11) sorted by relevance
/freebsd/tools/build/cross-build/ |
H A D | fflags.c | 50 strtofflags(char **stringp __unused, u_long *setp, u_long *clrp) in strtofflags() function
|
/freebsd/lib/libnetbsd/ |
H A D | util.c | 58 return strtofflags(stringp, setp, clrp); in string_to_flags()
|
/freebsd/tools/build/cross-build/include/linux/ |
H A D | unistd.h | 64 int strtofflags(char **stringp, u_long *setp, u_long *clrp);
|
/freebsd/lib/libc/gen/ |
H A D | strtofflags.c | 126 strtofflags(char **stringp, u_long *setp, u_long *clrp) in strtofflags() function
|
H A D | Makefile.inc | 145 strtofflags.c \ 297 strtofflags.3 \ 519 MLINKS+=strtofflags.3 fflagstostr.3
|
H A D | Symbol.map | 254 strtofflags;
|
/freebsd/bin/chflags/ |
H A D | chflags.c | 142 if (strtofflags(&flags, &set, &clear)) in main()
|
/freebsd/include/ |
H A D | unistd.h | 583 int strtofflags(char **, u_long *, u_long *);
|
/freebsd/usr.sbin/makefs/ |
H A D | mtree.c | 537 if (!strtofflags(&value, &flset, &flclr)) { in read_mtree_keywords()
|
/freebsd/usr.bin/xinstall/ |
H A D | xinstall.c | 348 if (strtofflags(&fflags, &fset, NULL)) in main()
|
/freebsd/usr.bin/find/ |
H A D | function.c | 845 if (strtofflags(&flags_str, &flags, ¬flags) == 1) in c_flags()
|