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

/freebsd-10.0-release/lib/libnetbsd/
H A Dutil.h38 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.0-release/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.0-release/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.0-release/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.c302 char *str = flags_to_string(p->fts_statp->st_flags, "none");
423 char *str = flags_to_string(saveflags, "none");
H A Dspecspec.c101 printf(" flags=%s", flags_to_string(n->st_flags, "none"));
H A Dspec.c393 str = flags_to_string(cur->st_flags, "none");

Completed in 178 milliseconds