Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/tests/gen/
H A Dfnmatch_test.c42 flags_to_string(int flags) in flags_to_string() function
173 t->pattern, t->string, flags_to_string(flags), result); in ATF_TC_BODY()
176 t->pattern, t->string, flags_to_string(flags), in ATF_TC_BODY()
/freebsd-12.1/contrib/mtree/
H A Dcompare.c99 sf = flags_to_string(p->fts_statp->st_flags, "none"); \
108 sf = flags_to_string(flags, "none"); \
376 f_s = flags_to_string(s->st_flags, "none"); in compare()
381 f_s = flags_to_string(p->fts_statp->st_flags, "none"); in compare()
H A Dcreate.c307 char *str = flags_to_string(p->fts_statp->st_flags, "none"); in statf()
428 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.c399 str = flags_to_string(cur->st_flags, "none"); in dump_nodes()
/freebsd-12.1/lib/libnetbsd/
H A Dutil.c45 flags_to_string(u_long flags, const char *def) in flags_to_string() function
H A Dutil.h55 char *flags_to_string(u_long flags, const char *def);
/freebsd-12.1/usr.sbin/fmtree/
H A Dextern.h39 char *flags_to_string(u_long);
H A Dmisc.c111 flags_to_string(u_long fflags) in flags_to_string() function
H A Dcompare.c229 fflags = flags_to_string(s->st_flags); in compare()
233 fflags = flags_to_string(p->fts_statp->st_flags); in compare()
H A Dcreate.c270 fflags = flags_to_string(p->fts_statp->st_flags); in statf()
389 fflags = flags_to_string(saveflags); in statd()
H A Dspecspec.c88 printf(" flags=%s", flags_to_string(n->st_flags)); in shownode()