Home
last modified time | relevance | path

Searched refs:string_to_flags (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/lib/libutil/
H A Dstat_flags.c125 string_to_flags(char **stringp, u_long *setp, u_long *clrp) in string_to_flags() function
H A DMakefile100 MLINKS+=stat_flags.3 string_to_flags.3
/netbsd-src/usr.bin/chflags/
H A Dchflags.c128 if (string_to_flags(&flags, &set, &clear)) in main()
/netbsd-src/include/
H A Dutil.h139 int string_to_flags(char **, unsigned long *, unsigned long *);
/netbsd-src/usr.sbin/mtree/
H A Dspec.c578 else if (string_to_flags(&val, &ip->st_flags, NULL) in set()
/netbsd-src/tools/compat/
H A Dcompat_defs.h473 int string_to_flags(char **, unsigned long *, unsigned long *);
/netbsd-src/usr.bin/xinstall/
H A Dxinstall.c377 if (string_to_flags(&fflags, &fileflags, NULL)) in main()
379 /* restore fflags since string_to_flags() changed it */ in main()
/netbsd-src/usr.bin/find/
H A Dfunction.c994 (string_to_flags(&flags, &flagset, NULL) != 0)) in c_flags()