Home
last modified time | relevance | path

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

/freebsd/lib/libc/tests/gen/
H A Dfnmatch_test.c39 flags_to_string(int flags) in flags_to_string() function
170 t->pattern, t->string, flags_to_string(flags), result); in ATF_TC_BODY()
173 t->pattern, t->string, flags_to_string(flags), in ATF_TC_BODY()
/freebsd/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.c309 char *str = flags_to_string(p->fts_statp->st_flags, "none"); in statf()
430 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/lib/libnetbsd/
H A Dutil.c42 flags_to_string(u_long flags, const char *def) in flags_to_string() function
H A Dutil.h54 char *flags_to_string(u_long flags, const char *def);