Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libc/tests/gen/
HDfnmatch_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-11-stable/contrib/mtree/
HDcompare.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()
HDcreate.c307 char *str = flags_to_string(p->fts_statp->st_flags, "none"); in statf()
428 char *str = flags_to_string(saveflags, "none"); in statd()
HDspecspec.c101 printf(" flags=%s", flags_to_string(n->st_flags, "none")); in shownode()
HDspec.c399 str = flags_to_string(cur->st_flags, "none"); in dump_nodes()
/freebsd-11-stable/lib/libnetbsd/
HDutil.c42 flags_to_string(u_long flags, const char *def) in flags_to_string() function
HDutil.h52 char *flags_to_string(u_long flags, const char *def);
/freebsd-11-stable/usr.sbin/fmtree/
HDextern.h39 char *flags_to_string(u_long);
HDmisc.c111 flags_to_string(u_long fflags) in flags_to_string() function
HDcompare.c229 fflags = flags_to_string(s->st_flags); in compare()
233 fflags = flags_to_string(p->fts_statp->st_flags); in compare()
HDcreate.c270 fflags = flags_to_string(p->fts_statp->st_flags); in statf()
389 fflags = flags_to_string(saveflags); in statd()
HDspecspec.c88 printf(" flags=%s", flags_to_string(n->st_flags)); in shownode()