Home
last modified time | relevance | path

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

/freebsd/contrib/openpam/lib/libpam/
H A Dpam_putenv.c57 const char *namevalue) in pam_putenv() argument
66 if ((p = strchr(namevalue, '=')) == NULL) { in pam_putenv()
72 if ((i = openpam_findenv(pamh, namevalue, p - namevalue)) >= 0) { in pam_putenv()
73 if ((p = strdup(namevalue)) == NULL) in pam_putenv()
91 if ((pamh->env[pamh->env_count] = strdup(namevalue)) == NULL) in pam_putenv()
/freebsd/contrib/bsddialog/utility/
H A Dutil_theme.c70 struct namevalue { struct
75 static struct namevalue color[NCOLOR] = { argument
86 static struct namevalue attr[NATTR] = {