Home
last modified time | relevance | path

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

/openbsd/usr.sbin/smtpd/
H A Dtable_static.c161 if (t->t_handle && *t->t_config == '\0') in table_static_config()
171 if (*t->t_config) { in table_static_config()
173 if (table_static_priv_load(priv, t->t_config) == 0) { in table_static_config()
194 if (*table->t_config) in table_static_add()
H A Dtable.c251 if (strlcpy(t->t_config, config, sizeof t->t_config) in table_create()
252 >= sizeof t->t_config) in table_create()
254 t->t_config); in table_create()
323 if (t->t_config[0]) in table_dump()
324 snprintf(buf, sizeof(buf), " config=\"%s\"", t->t_config); in table_dump()
H A Dtable_getpwnam.c46 if (table->t_config[0]) in table_getpwnam_config()
H A Dtable_db.c125 if (strlcpy(handle->pathname, table->t_config, sizeof handle->pathname) in table_db_open2()
133 handle->db = dbopen(table->t_config, O_RDONLY, 0600, DB_HASH, NULL); in table_db_open2()
H A Dtable_proc.c134 fd = fork_proc_backend("table", table->t_config, table->t_name, 1); in table_proc_open()
H A Dmakemap.c432 path = xstrdup(table->t_config); in conf_aliases()
H A Dsmtpd.h357 char t_config[PATH_MAX]; member