Searched refs:flags2str (Results 1 – 4 of 4) sorted by relevance
203 extern const char *flags2str(int flags);
175 * proto.h (flags2str): Add declaration.183 (flags2str): New function. For debug prints and for use from a debugger.
618 const char *flags2str(int flags) in flags2str() function
472 flags2str(struct flag *tflags, long long flags) in flags2str() function581 printf("%s", flags2str(chflags_flags, (long long)sp->st_flags)); in show_stat()