Home
last modified time | relevance | path

Searched refs:import_service_path (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmaillog_client.c145 char *import_service_path; in maillog_client_init() local
172 if ((import_service_path = safe_getenv(POSTLOG_SERVICE_ENV)) != 0 in maillog_client_init()
173 && *import_service_path == 0) in maillog_client_init()
174 import_service_path = 0; in maillog_client_init()
182 msg_info("import_service_path=%s", STRING_OR_NULL(import_service_path)); in maillog_client_init()
195 if (var_maillog_file ? *var_maillog_file == 0 : import_service_path == 0) { in maillog_client_init()
246 service_path = import_service_path; in maillog_client_init()
259 if (import_service_path == 0 in maillog_client_init()
260 || strcmp(service_path, import_service_path) != 0) { in maillog_client_init()
274 if (service_path != import_service_path) in maillog_client_init()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.double-cc204 var_maillog_file var_maillog_file import_service_path 0