Searched refs:flags_to_string (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/lib/libnetbsd/
H A Dutil.h39 char *flags_to_string(u_long flags, const char *def);
H A Dutil.c42 flags_to_string(u_long flags, const char *def) function
/freebsd-10-stable/usr.sbin/mtree/
H A Dextern.h39 char *flags_to_string(u_long);
H A Dmisc.c111 flags_to_string(u_long fflags) function
H A Dcompare.c228 fflags = flags_to_string(s->st_flags);
232 fflags = flags_to_string(p->fts_statp->st_flags);
H A Dcreate.c269 fflags = flags_to_string(p->fts_statp->st_flags);
388 fflags = flags_to_string(saveflags);
H A Dspecspec.c88 printf(" flags=%s", flags_to_string(n->st_flags));
/freebsd-10-stable/lib/libc/tests/gen/
H A Dfnmatch_test.c42 flags_to_string(int flags) function
173 t->pattern, t->string, flags_to_string(flags), result);
176 t->pattern, t->string, flags_to_string(flags),
/freebsd-10-stable/tools/regression/lib/libc/gen/
H A Dtest-fnmatch.c184 flags_to_string(int flags) function
378 flags_to_string(flags),
383 flags_to_string(flags),
/freebsd-10-stable/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");
381 f_s = flags_to_string(p->fts_statp->st_flags, "none");
H A Dcreate.c306 char *str = flags_to_string(p->fts_statp->st_flags, "none");
427 char *str = flags_to_string(saveflags, "none");
H A Dspecspec.c101 printf(" flags=%s", flags_to_string(n->st_flags, "none"));
H A Dspec.c398 str = flags_to_string(cur->st_flags, "none");

Completed in 472 milliseconds