HomeSort by: relevance | last modified time | path
    Searched defs:cleanup_strflags (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
cleanup_strflags.c 1 /* $NetBSD: cleanup_strflags.c,v 1.3 2026/05/09 18:49:15 christos Exp $ */
5 /* cleanup_strflags 3
11 /* const char *cleanup_strflags(code)
14 /* cleanup_strflags() maps a CLEANUP_FLAGS code to printable string.
63 /* cleanup_strflags - map flags code to printable string */
65 const char *cleanup_strflags(unsigned flags) function
86 msg_panic("cleanup_strflags: unrecognized flag value(s) 0x%x", flags);
cleanup_strflags.c 1 /* $NetBSD: cleanup_strflags.c,v 1.3 2026/05/09 18:49:15 christos Exp $ */
5 /* cleanup_strflags 3
11 /* const char *cleanup_strflags(code)
14 /* cleanup_strflags() maps a CLEANUP_FLAGS code to printable string.
63 /* cleanup_strflags - map flags code to printable string */
65 const char *cleanup_strflags(unsigned flags) function
86 msg_panic("cleanup_strflags: unrecognized flag value(s) 0x%x", flags);

Completed in 154 milliseconds