Searched refs:flags_to_string (Results 1 – 12 of 12) sorted by relevance
| /freebsd-11-stable/lib/libc/tests/gen/ |
| HD | 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-11-stable/contrib/mtree/ |
| HD | 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()
|
| HD | 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()
|
| HD | specspec.c | 101 printf(" flags=%s", flags_to_string(n->st_flags, "none")); in shownode()
|
| HD | spec.c | 399 str = flags_to_string(cur->st_flags, "none"); in dump_nodes()
|
| /freebsd-11-stable/lib/libnetbsd/ |
| HD | util.c | 42 flags_to_string(u_long flags, const char *def) in flags_to_string() function
|
| HD | util.h | 52 char *flags_to_string(u_long flags, const char *def);
|
| /freebsd-11-stable/usr.sbin/fmtree/ |
| HD | extern.h | 39 char *flags_to_string(u_long);
|
| HD | misc.c | 111 flags_to_string(u_long fflags) in flags_to_string() function
|
| HD | compare.c | 229 fflags = flags_to_string(s->st_flags); in compare() 233 fflags = flags_to_string(p->fts_statp->st_flags); in compare()
|
| HD | create.c | 270 fflags = flags_to_string(p->fts_statp->st_flags); in statf() 389 fflags = flags_to_string(saveflags); in statd()
|
| HD | specspec.c | 88 printf(" flags=%s", flags_to_string(n->st_flags)); in shownode()
|