Searched refs:var_daemon_dir (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/postfix/ |
H A D | postfix.c | 604 check_setenv(VAR_DAEMON_DIR, var_daemon_dir); /* main.cf */ in main() 630 if (chdir(var_daemon_dir)) in main() 631 msg_fatal("chdir(%s): %m", var_daemon_dir); in main() 640 script = concatenate(var_daemon_dir, "/postfix-script", (char *) 0); in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | mail_params.c | 266 char *var_daemon_dir; variable 765 VAR_DAEMON_DIR, DEF_DAEMON_DIR, &var_daemon_dir, 1, 0, in mail_params_init()
|
H A D | mail_params.h | 319 extern char *var_daemon_dir;
|
/netbsd-src/external/ibm-public/postfix/dist/src/postmulti/ |
H A D | postmulti.c | 471 VAR_DAEMON_DIR, &var_daemon_dir, 1413 cmd = concatenate(var_daemon_dir, "/" HELPER, (char *) 0); in manage() 1444 check_setenv(VAR_DAEMON_DIR, var_daemon_dir); in run_user_command()
|
/netbsd-src/external/ibm-public/postfix/dist/src/postqueue/ |
H A D | postqueue.c | 411 showq_path = concatenate(var_daemon_dir, "/", var_showq_service, in show_queue()
|
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
H A D | postconf.c | 1002 mail_run_replace(var_daemon_dir, ext_argv->argv); in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/master/ |
H A D | master_ent.c | 525 serv->path = concatenate(var_daemon_dir, "/", command, (char *) 0); in get_master_ent()
|
/netbsd-src/external/ibm-public/postfix/dist/src/sendmail/ |
H A D | sendmail.c | 1506 mail_run_replace(var_daemon_dir, ext_argv->argv); in main()
|