Home
last modified time | relevance | path

Searched refs:fflagstostr (Results 1 – 9 of 9) sorted by relevance

/freebsd/tools/build/cross-build/
H A Dfflags.c44 fflagstostr(u_long flags __unused) in fflagstostr() function
/freebsd/lib/libnetbsd/
H A Dutil.c46 str = fflagstostr(flags); in flags_to_string()
/freebsd/tools/build/cross-build/include/linux/
H A Dunistd.h63 char *fflagstostr(unsigned long flags);
/freebsd/lib/libc/gen/
H A Dstrtofflags.c93 fflagstostr(u_long flags) in fflagstostr() function
H A DSymbol.map253 fflagstostr;
H A DMakefile.inc517 MLINKS+=strtofflags.3 fflagstostr.3
/freebsd/include/
H A Dunistd.h510 char *fflagstostr(u_long);
/freebsd/bin/rm/
H A Drm.c408 if ((flagsp = fflagstostr(sp->st_flags)) == NULL) in check()
/freebsd/usr.bin/stat/
H A Dstat.c398 str = fflagstostr(fflags); in xfflagstostr()