Home
last modified time | relevance | path

Searched refs:env_put (Results 1 – 25 of 62) sorted by relevance

123

/dports/mail/dovecot/dovecot-2.3.17/src/master/
H A Dservice-process.c154 env_put("LOG_SERVICE", "1"); in service_dup_fds()
221 env_put("DOVECONF_ENV", "1"); in service_process_setup_config_environment()
222 env_put("LOG_PATH", set->log_path); in service_process_setup_config_environment()
229 env_put("VERBOSE_PROCTITLE", "1"); in service_process_setup_config_environment()
230 env_put("SSL", "no"); in service_process_setup_config_environment()
233 env_put(MASTER_CONFIG_FILE_ENV, in service_process_setup_config_environment()
247 env_put(MASTER_IS_PARENT_ENV, "1"); in service_process_setup_environment()
252 env_put(MASTER_PROCESS_MIN_AVAIL_ENV, in service_process_setup_environment()
256 env_put(MASTER_SERVICE_COUNT_ENV, in service_process_setup_environment()
259 env_put(MASTER_UID_ENV, dec2str(uid)); in service_process_setup_environment()
[all …]
/dports/mail/qmail-dk/qmail-1.03/
H A Dsendmail.c26 if (!env_put("RELAYCLIENT=")) nomem(); in smtpd()
27 if (!env_put("DATABYTES=0")) nomem(); in smtpd()
28 if (!env_put("PROTO=TCP")) nomem(); in smtpd()
29 if (!env_put("TCPLOCALIP=127.0.0.1")) nomem(); in smtpd()
30 if (!env_put("TCPLOCALHOST=localhost")) nomem(); in smtpd()
31 if (!env_put("TCPREMOTEIP=127.0.0.1")) nomem(); in smtpd()
32 if (!env_put("TCPREMOTEHOST=localhost")) nomem(); in smtpd()
33 if (!env_put("TCPREMOTEINFO=sendmail-bs")) nomem(); in smtpd()
H A Denv.h7 extern int env_put();
/dports/mail/qmail-tls/netqmail-1.06/
H A Dsendmail.c26 if (!env_put("RELAYCLIENT=")) nomem(); in smtpd()
27 if (!env_put("DATABYTES=0")) nomem(); in smtpd()
28 if (!env_put("PROTO=TCP")) nomem(); in smtpd()
29 if (!env_put("TCPLOCALIP=127.0.0.1")) nomem(); in smtpd()
30 if (!env_put("TCPLOCALHOST=localhost")) nomem(); in smtpd()
31 if (!env_put("TCPREMOTEIP=127.0.0.1")) nomem(); in smtpd()
32 if (!env_put("TCPREMOTEHOST=localhost")) nomem(); in smtpd()
33 if (!env_put("TCPREMOTEINFO=sendmail-bs")) nomem(); in smtpd()
H A Denv.h7 extern int env_put();
/dports/mail/qmail/netqmail-1.06/
H A Dsendmail.c26 if (!env_put("RELAYCLIENT=")) nomem(); in smtpd()
27 if (!env_put("DATABYTES=0")) nomem(); in smtpd()
28 if (!env_put("PROTO=TCP")) nomem(); in smtpd()
29 if (!env_put("TCPLOCALIP=127.0.0.1")) nomem(); in smtpd()
30 if (!env_put("TCPLOCALHOST=localhost")) nomem(); in smtpd()
31 if (!env_put("TCPREMOTEIP=127.0.0.1")) nomem(); in smtpd()
32 if (!env_put("TCPREMOTEHOST=localhost")) nomem(); in smtpd()
33 if (!env_put("TCPREMOTEINFO=sendmail-bs")) nomem(); in smtpd()
H A Denv.h7 extern int env_put();
/dports/mail/qmail-mysql/netqmail-1.06/
H A Dsendmail.c26 if (!env_put("RELAYCLIENT=")) nomem(); in smtpd()
27 if (!env_put("DATABYTES=0")) nomem(); in smtpd()
28 if (!env_put("PROTO=TCP")) nomem(); in smtpd()
29 if (!env_put("TCPLOCALIP=127.0.0.1")) nomem(); in smtpd()
30 if (!env_put("TCPLOCALHOST=localhost")) nomem(); in smtpd()
31 if (!env_put("TCPREMOTEIP=127.0.0.1")) nomem(); in smtpd()
32 if (!env_put("TCPREMOTEHOST=localhost")) nomem(); in smtpd()
33 if (!env_put("TCPREMOTEINFO=sendmail-bs")) nomem(); in smtpd()
H A Denv.h7 extern int env_put();
/dports/databases/sqsh/sqsh-2.5/src/
H A Dcmd_run.c77 if (env_put( g_env, "echo", "1", ENV_F_TRAN ) == False)
85 if (env_put( g_env, "footers", "0", ENV_F_TRAN ) == False)
93 if (env_put( g_env, "headers", "0", ENV_F_TRAN ) == False)
101 if (env_put( g_env, "nosepline", "1", ENV_F_TRAN ) == False)
109 if (env_put( g_env, "expand", "0", ENV_F_TRAN ) == False)
117 if (env_put( g_env, "statistics", "1", ENV_F_TRAN ) == False)
125 if (env_put( g_env, "style", sqsh_optarg, ENV_F_TRAN ) == False)
185 env_put ( g_env, "script", file_name, ENV_F_TRAN);
H A Dcmd_do.c99 env_get( g_env, "DSQUERY", &expand); env_put( g_env, "DSQUERY", expand, ENV_F_TRAN );
100 env_get( g_env, "database", &expand); env_put( g_env, "database", expand, ENV_F_TRAN );
101 env_get( g_env, "username", &expand); env_put( g_env, "username", expand, ENV_F_TRAN );
114 ret = env_put( g_env, "DSQUERY", sqsh_optarg, ENV_F_TRAN );
117 ret = env_put( g_env, "username", sqsh_optarg, ENV_F_TRAN );
120 ret = env_put( g_env, "password", sqsh_optarg, ENV_F_TRAN );
123 ret = env_put( g_env, "database", sqsh_optarg, ENV_F_TRAN );
552 env_put( g_env, "prompt_indent", " ", ENV_F_TRAN );
553 env_put( g_env, "prompt", new_prompt, ENV_F_TRAN );
674 env_put( g_env, "prompt_indent", prompt_indent, ENV_F_TRAN );
[all …]
H A Dcmd_connect.c271 if (env_put( g_env, "charset", sqsh_optarg, ENV_F_TRAN ) == False)
285 if (env_put( g_env, "chained", sqsh_optarg, ENV_F_TRAN ) == False)
292 if (env_put( g_env, "appname", sqsh_optarg, ENV_F_TRAN ) == False)
324 if (env_put( g_env, "DSQUERY", sqsh_optarg, ENV_F_TRAN ) == False)
357 if (env_put( g_env, "encryption", "1", ENV_F_TRAN ) == False)
508 env_put (g_env, secmech, NULL, ENV_F_TRAN);
509 env_put (g_env, secure_options, NULL, ENV_F_TRAN);
532 env_put( g_env, "password", passbuf, ENV_F_TRAN );
557 env_put( g_env, "password", passbuf, ENV_F_TRAN );
1178 env_put( g_env, "password", passbuf, ENV_F_TRAN );
[all …]
H A Dcmd_go.c130 if (env_put( g_env, "filter", "1", ENV_F_TRAN ) == False)
138 if (env_put( g_env, "filter_prog", sqsh_optarg,
148 if (env_put( g_env, "width", sqsh_optarg, ENV_F_TRAN ) == False)
156 if (env_put( g_env, "DISPLAY", sqsh_optarg, ENV_F_TRAN ) == False)
164 if (env_put( g_env, "echo", "1", ENV_F_TRAN ) == False)
176 if (env_put( g_env, "xgeom", sqsh_optarg, ENV_F_TRAN ) == False)
213 if (env_put( g_env, "xwin_title", sqsh_optarg, ENV_F_TRAN ) == False)
465 if (env_put( g_env, "style", dsp_name, ENV_F_TRAN ) != True)
H A Dcmd_if.c334 env_put( g_env, "prompt_indent", " ", ENV_F_TRAN );
335 env_put( g_env, "prompt", new_prompt, ENV_F_TRAN );
469 env_put( g_env, "prompt_indent", prompt_indent, ENV_F_TRAN );
598 env_put( g_env, "prompt_indent", prompt_indent, ENV_F_TRAN );
H A Dcmd_rpc.c123 if (env_put( g_env, "width", sqsh_optarg, ENV_F_TRAN ) == False)
130 if (env_put( g_env, "DISPLAY", sqsh_optarg, ENV_F_TRAN ) == False)
142 if (env_put( g_env, "xgeom", sqsh_optarg, ENV_F_TRAN ) == False)
153 if (env_put( g_env, "xwin_title", sqsh_optarg, ENV_F_TRAN ) == False)
251 if (env_put( g_env, "style", dsp_name, ENV_F_TRAN ) != True)
/dports/mail/dovecot/dovecot-2.3.17/src/auth/
H A Ddb-checkpassword.c60 env_put(key, value); in env_put_extra_fields()
218 env_put(t_strdup_printf("AUTH_%s", in env_put_auth_vars()
232 env_put("PROTO", "TCP"); /* UCSPI */ in checkpassword_setup_env()
233 env_put("ORIG_UID", dec2str(getuid())); in checkpassword_setup_env()
234 env_put("SERVICE", fields->service); in checkpassword_setup_env()
236 env_put("TCPLOCALIP", net_ip2addr(&fields->local_ip)); in checkpassword_setup_env()
239 env_put("LOCAL_IP", net_ip2addr(&fields->local_ip)); in checkpassword_setup_env()
248 env_put("TCPLOCALPORT", dec2str(fields->local_port)); in checkpassword_setup_env()
252 env_put("MASTER_USER", fields->master_user); in checkpassword_setup_env()
387 env_put("AUTHORIZED", "1"); in checkpassword_exec()
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Drestrict-access.c383 env_put("RESTRICT_USER", set->system_groups_user); in restrict_access_set_env()
385 env_put("RESTRICT_CHROOT", set->chroot_dir); in restrict_access_set_env()
388 env_put("RESTRICT_SETUID", dec2str(set->uid)); in restrict_access_set_env()
390 env_put("RESTRICT_SETGID", dec2str(set->gid)); in restrict_access_set_env()
392 env_put("RESTRICT_SETGID_PRIV", dec2str(set->privileged_gid)); in restrict_access_set_env()
394 env_put("RESTRICT_SETEXTRAGROUPS", set->extra_groups); in restrict_access_set_env()
397 env_put("RESTRICT_GID_FIRST", dec2str(set->first_valid_gid)); in restrict_access_set_env()
399 env_put("RESTRICT_GID_LAST", dec2str(set->last_valid_gid)); in restrict_access_set_env()
H A Dtest-env-util.c10 env_put("ENVUTIL_BACKUP", "saved"); in test_env_util()
63 env_put("ENVUTIL_BACKUP", "overwrite"); in test_env_util()
81 env_put("key=bad", "value"); in fatal_env_util()
H A Denv-util.c16 void env_put(const char *name, const char *value) in env_put() function
31 env_put(name, value); in env_put_array()
87 env_put(envp[i], envp[i+1]); in env_clean_except_real()
/dports/mail/dovecot/dovecot-2.3.17/src/util/
H A Dscript-login.c101 env_put("LOCAL_IP", net_ip2addr(&input.local_ip)); in client_connected()
102 env_put("IP", net_ip2addr(&input.remote_ip)); in client_connected()
103 env_put("USER", input.username); in client_connected()
109 env_put(key, value); in client_connected()
113 env_put(ENV_USERDB_KEYS, str_c(keys)); in client_connected()
/dports/mail/qmail-contrib/fastforward-0.51/
H A Denv.h7 extern int env_put();
/dports/mail/qmail-contrib/dot-forward-0.71/
H A Denv.h7 extern int env_put();
/dports/mail/dot-forward/dot-forward-0.71/
H A Denv.h7 extern int env_put();
/dports/mail/ezmlm/ezmlm-0.53/
H A Denv.h7 extern int env_put();
/dports/mail/fastforward/fastforward-0.51/
H A Denv.h7 extern int env_put();

123