Searched refs:flags_to_string (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/usr.sbin/mtree/ |
H A D | compare.c | 85 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 D | extern.h | 79 char *flags_to_string(unsigned long, const char *);
|
H A D | stat_flags.c | 60 flags_to_string(u_long flags, const char *def) in flags_to_string() function
|
H A D | create.c | 294 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 D | specspec.c | 94 printf(" flags=%s", flags_to_string(n->st_flags, "none")); in shownode()
|
H A D | spec.c | 387 str = flags_to_string(cur->st_flags, "none"); in dump_nodes()
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | gdb-gdb.py | 128 def flags_to_string(self): member in StructMainTypePrettyPrinter 224 fields.append("flags = [%s]" % self.flags_to_string())
|