Home
last modified time | relevance | path

Searched refs:flags_to_string (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/usr.sbin/mtree/
H A Dcompare.c85 sf = flags_to_string(p->fts_statp->st_flags, "none"); \
94 sf = flags_to_string(flags, "none"); \
365 f_s = flags_to_string(s->st_flags, "none"); in compare()
370 f_s = flags_to_string(p->fts_statp->st_flags, "none"); in compare()
H A Dextern.h79 char *flags_to_string(unsigned long, const char *);
H A Dstat_flags.c60 flags_to_string(u_long flags, const char *def) in flags_to_string() function
H A Dcreate.c294 char *str = flags_to_string(p->fts_statp->st_flags, "none"); in statf()
417 char *str = flags_to_string(saveflags, "none"); in statd()
H A Dspecspec.c94 printf(" flags=%s", flags_to_string(n->st_flags, "none")); in shownode()
H A Dspec.c387 str = flags_to_string(cur->st_flags, "none"); in dump_nodes()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dgdb-gdb.py128 def flags_to_string(self): member in StructMainTypePrettyPrinter
224 fields.append("flags = [%s]" % self.flags_to_string())