Home
last modified time | relevance | path

Searched refs:flags2str (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/one-true-awk/
H A Dproto.h203 extern const char *flags2str(int flags);
H A DChangeLog175 * proto.h (flags2str): Add declaration.
183 (flags2str): New function. For debug prints and for use from a debugger.
H A Dtran.c618 const char *flags2str(int flags) in flags2str() function
/freebsd/contrib/pjdfstest/
H A Dpjdfstest.c472 flags2str(struct flag *tflags, long long flags) in flags2str() function
581 printf("%s", flags2str(chflags_flags, (long long)sp->st_flags)); in show_stat()