HomeSort by: relevance | last modified time | path
    Searched refs:STRING_OR_NULL (Results 1 - 4 of 4) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
maillog_client.c 194 #define STRING_OR_NULL(s) ((s) ? (s) : "(null)")
196 msg_info("import_service_path=%s", STRING_OR_NULL(import_service_path));
197 msg_info("import_hostname=%s", STRING_OR_NULL(import_hostname));
248 msg_info("myhostname=%s", STRING_OR_NULL(myhostname));
config_known_tcp_ports.c 214 #define STRING_OR_NULL(s) ((s) ? (s) : "(null)")
232 STRING_OR_NULL(tp->exp_warning));
  /src/external/ibm-public/postfix/dist/src/util/
known_tcp_ports.c 208 #define STRING_OR_NULL(s) ((s) ? (s) : "(null)")
217 tp->label, STRING_OR_NULL(err), STRING_OR_NULL(tp->exp_err));
dict_stream.c 213 msg_info("expect_err=%s", STRING_OR_NULL(tp->expect_err));

Completed in 25 milliseconds