Home
last modified time | relevance | path

Searched refs:flags_to_string (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/usr.sbin/mtree/
H A Dcompare.c99 sf = flags_to_string(p->fts_statp->st_flags, "none"); \
108 sf = flags_to_string(flags, "none"); \
385 f_s = flags_to_string(s->st_flags, "none"); in compare()
390 f_s = flags_to_string(p->fts_statp->st_flags, "none"); in compare()
H A Dcreate.c306 char *str = flags_to_string(p->fts_statp->st_flags, "none"); in statf()
427 char *str = flags_to_string(saveflags, "none"); in statd()
H A Dspecspec.c101 printf(" flags=%s", flags_to_string(n->st_flags, "none")); in shownode()
H A Dspec.c403 str = flags_to_string(cur->st_flags, "none"); in dump_nodes()
/netbsd-src/lib/libutil/
H A Dstat_flags.c69 flags_to_string(u_long flags, const char *def) in flags_to_string() function
H A DMakefile101 MLINKS+=stat_flags.3 flags_to_string.3
/netbsd-src/include/
H A Dutil.h74 char *flags_to_string(unsigned long, const char *);
/netbsd-src/tools/compat/
H A Dcompat_defs.h472 char *flags_to_string(unsigned long, const char *);
/netbsd-src/usr.bin/stat/
H A Dstat.c875 sdata = flags_to_string((u_long)st->st_flags, "-"); in format1()
/netbsd-src/usr.bin/xinstall/
H A Dxinstall.c380 fflags = flags_to_string(fileflags, "-"); in main()