Searched refs:nameval (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dappdefault.c42 char **nameval = NULL; local
69 retval = profile_get_values(profile, names, &nameval);
70 if (retval == 0 && nameval && nameval[0]) {
71 *ret_value = strdup(nameval[0]);
87 retval = profile_get_values(profile, names, &nameval);
88 if (retval == 0 && nameval && nameval[0]) {
89 *ret_value = strdup(nameval[0]);
105 retval = profile_get_values(profile, names, &nameval);
[all...]
H A Dget_in_tkt.c802 char **nameval = NULL; local
832 retval = profile_get_values(profile, names, &nameval);
833 if (retval == 0 && nameval && nameval[0])
846 retval = profile_get_values(profile, names, &nameval);
847 if (retval == 0 && nameval && nameval[0])
851 if (!nameval)
854 if (!nameval[0]) {
857 *ret_value = malloc(strlen(nameval[
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen.c71 struct nameval { struct
76 static const struct nameval acc_names[irs_nacc+1] = {
98 static const struct nameval map_names[irs_nmap+1] = {
109 static const struct nameval option_names[] = {
121 static int find_name(const char *, const struct nameval nv[]);
275 find_name(const char *name, const struct nameval names[]) {
/illumos-gate/usr/src/cmd/picl/prtpicl/
H A Dprtpicl.c433 char *nameval; local
467 nameval = alloca(pinfo.size);
468 err = picl_get_propval(proph, nameval, pinfo.size);
476 NODEINFO_LEFT_MARGIN(lvl), " ", nameval, classval, nodeh);
/illumos-gate/usr/src/cmd/who/
H A Dwho.c122 static char nameval[sizeof (utmpp->ut_user) + 1]; /* invoker's name */ variable
395 myname = nameval;
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c3001 const char *nameval)
3006 if (nameval == NULL)
3009 if (d->searchlen < strlen(nameval) &&
3010 strncmp(nameval, d->search, d->searchlen) == 0 &&
3011 nameval[d->searchlen] == '=') {
3012 len = MIN(strlen(nameval), d->bufsize - 1);
3013 (void) strncpy(d->buf, nameval, len);
3056 char *buf, *nameval; local
3127 nameval = NULL;
3139 nameval
3000 getenv_func(void *data, struct ps_prochandle *P, uintptr_t addr, const char *nameval) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1836 env_match(const char *cmp, const char *nameval) argument
1841 loc = strchr(nameval, '=');
1842 if (loc != NULL && (loc - nameval) == cmplen &&
1843 strncmp(nameval, cmp, cmplen) == 0) {
1853 const char *nameval)
1857 if (nameval == NULL) {
1861 mdb_printf("%s\n", nameval);
1862 else if ((value = env_match(data, nameval)) != NULL)
1924 * creating new processes. Note that it is possible that 'nameval' can refer to
1930 pt_env_set(pt_data_t *pt, const char *nameval) argument
1852 print_env(void *data, struct ps_prochandle *P, uintptr_t addr, const char *nameval) argument
2004 char *nameval; local
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Dpicldiag.c1781 char *nameval; local
1796 nameval = alloca(pinfo.size);
1797 if (nameval == NULL)
1800 err = picl_get_propval(proph, nameval, pinfo.size);
1804 (void) strlcpy(nodename, nameval, MAXSTRLEN);
2136 char *nameval; local
2199 nameval = alloca(pinfo.size);
2200 if (nameval == NULL)
2203 err = picl_get_propval(proph, nameval, pinfo.size);
2207 (void) strlcpy(name, nameval, MAXSTRLE
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/lw8/common/
H A Dlw8.c1775 char *nameval; local
1790 nameval = alloca(pinfo.size);
1791 if (nameval == NULL)
1794 err = picl_get_propval(proph, nameval, pinfo.size);
1798 (void) strlcpy(nodename, nameval, MAXSTRLEN);
2123 char *nameval; local
2186 nameval = alloca(pinfo.size);
2187 if (nameval == NULL)
2190 err = picl_get_propval(proph, nameval, pinfo.size);
2194 (void) strlcpy(name, nameval, MAXSTRLE
[all...]
/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c2785 char *nameval; local
2813 nameval = alloca(strlen(nodename) + 1);
2814 if (nameval == NULL) {
2842 nameval, (strlen(nodename) + 1));
2846 if (strcmp(nameval, nodename) != 0)
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/schumacher/common/
H A Dschumacher.c1688 char *nameval; local
1703 nameval = alloca(pinfo.size);
1704 if (nameval == NULL)
1707 err = picl_get_propval(proph, nameval, pinfo.size);
1711 (void) strlcpy(nodename, nameval, MAXSTRLEN);

Completed in 118 milliseconds