Searched refs:t_config (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/usr.sbin/smtpd/
H A Dtable_getpwnam.c46 if (table->t_config[0])
H A Dtable_static.c161 if (t->t_handle && *t->t_config == '\0')
171 if (*t->t_config) {
173 if (table_static_priv_load(priv, t->t_config) == 0) {
194 if (*table->t_config)
H A Dtable.c255 if (strlcpy(t->t_config, config, sizeof t->t_config)
256 >= sizeof t->t_config)
258 t->t_config);
327 if (t->t_config[0])
328 snprintf(buf, sizeof(buf), " config=\"%s\"", t->t_config);
H A Dtable_db.c125 if (strlcpy(handle->pathname, table->t_config, sizeof handle->pathname)
133 handle->db = dbopen(table->t_config, O_RDONLY, 0600, DB_HASH, NULL);
H A Dtable_proc.c133 fd = fork_proc_backend("table", table->t_config, table->t_name, 1);
H A Dmakemap.c432 path = xstrdup(table->t_config);
H A Dsmtpd.h357 char t_config[PATH_MAX]; member in struct:table

Completed in 137 milliseconds