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

/freebsd-13-stable/lib/libnetbsd/
H A Dutil.c45 flags_to_string(u_long flags, const char *def) function
H A Dutil.h55 char *flags_to_string(u_long flags, const char *def);
/freebsd-13-stable/usr.sbin/fmtree/
H A Dextern.h39 char *flags_to_string(u_long);
H A Dmisc.c111 flags_to_string(u_long fflags) function
H A Dcompare.c229 fflags = flags_to_string(s->st_flags);
233 fflags = flags_to_string(p->fts_statp->st_flags);
H A Dcreate.c272 fflags = flags_to_string(p->fts_statp->st_flags);
391 fflags = flags_to_string(saveflags);
H A Dspecspec.c88 printf(" flags=%s", flags_to_string(n->st_flags));
/freebsd-13-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-13-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.c309 char *str = flags_to_string(p->fts_statp->st_flags, "none");
430 char *str = flags_to_string(saveflags, "none");
H A Dspecspec.c101 printf(" flags=%s", flags_to_string(n->st_flags, "none"));
H A Dspec.c399 str = flags_to_string(cur->st_flags, "none");

Completed in 90 milliseconds