Searched refs:flags_to_string (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/lib/libc/tests/gen/ |
| H A D | fnmatch_test.c | 42 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 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 | 307 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 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-12.1/lib/libnetbsd/ |
| H A D | util.c | 45 flags_to_string(u_long flags, const char *def) in flags_to_string() function
|
| H A D | util.h | 55 char *flags_to_string(u_long flags, const char *def);
|
| /freebsd-12.1/usr.sbin/fmtree/ |
| H A D | extern.h | 39 char *flags_to_string(u_long);
|
| H A D | misc.c | 111 flags_to_string(u_long fflags) in flags_to_string() function
|
| H A D | compare.c | 229 fflags = flags_to_string(s->st_flags); in compare() 233 fflags = flags_to_string(p->fts_statp->st_flags); in compare()
|
| H A D | create.c | 270 fflags = flags_to_string(p->fts_statp->st_flags); in statf() 389 fflags = flags_to_string(saveflags); in statd()
|
| H A D | specspec.c | 88 printf(" flags=%s", flags_to_string(n->st_flags)); in shownode()
|