Searched refs:flags_to_string (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/usr.sbin/mtree/ |
H A D | compare.c | 99 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 D | create.c | 306 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 D | specspec.c | 101 printf(" flags=%s", flags_to_string(n->st_flags, "none")); in shownode()
|
H A D | spec.c | 403 str = flags_to_string(cur->st_flags, "none"); in dump_nodes()
|
/netbsd-src/lib/libutil/ |
H A D | stat_flags.c | 69 flags_to_string(u_long flags, const char *def) in flags_to_string() function
|
H A D | Makefile | 101 MLINKS+=stat_flags.3 flags_to_string.3
|
/netbsd-src/include/ |
H A D | util.h | 74 char *flags_to_string(unsigned long, const char *);
|
/netbsd-src/tools/compat/ |
H A D | compat_defs.h | 472 char *flags_to_string(unsigned long, const char *);
|
/netbsd-src/usr.bin/stat/ |
H A D | stat.c | 875 sdata = flags_to_string((u_long)st->st_flags, "-"); in format1()
|
/netbsd-src/usr.bin/xinstall/ |
H A D | xinstall.c | 380 fflags = flags_to_string(fileflags, "-"); in main()
|