Searched refs:rec_type_name (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/global/
H A Drec_type.c9 /* const char *rec_type_name(type)
15 /* rec_type_name() returns a printable name for the given record
77 /* rec_type_name - map record type to printable name */
79 const char *rec_type_name(int type) function
H A Drecdump.c51 rec_type_name(type), offset,
H A Drec_type.h184 extern const char *rec_type_name(int);
/macosx-10.10.1/postfix-255/postfix/src/postcat/
H A Dpostcat.c221 vstream_printf("%s: %s\n", rec_type_name(rec_type), (value)); \
332 vstream_printf("%s: %s", rec_type_name(rec_type),
337 vstream_printf("%s: %s", rec_type_name(rec_type),
342 vstream_printf("%s: ", rec_type_name(rec_type));
354 vstream_printf("%s: ", rec_type_name(rec_type));
360 vstream_printf("%s: ", rec_type_name(rec_type));
376 vstream_printf("%s: %s=%s\n", rec_type_name(rec_type),
381 vstream_printf("%s: %s\n", rec_type_name(rec_type), STR(buffer));

Completed in 180 milliseconds