Searched refs:flags_to_string (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libc/tests/gen/ |
H A D | fnmatch_test.c | 39 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 D | compare.c | 99 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 D | create.c | 309 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 D | specspec.c | 101 printf(" flags=%s", flags_to_string(n->st_flags, "none")); in shownode()
|
H A D | spec.c | 399 str = flags_to_string(cur->st_flags, "none"); in dump_nodes()
|
/freebsd/lib/libnetbsd/ |
H A D | util.c | 42 flags_to_string(u_long flags, const char *def) in flags_to_string() function
|
H A D | util.h | 54 char *flags_to_string(u_long flags, const char *def);
|