Home
last modified time | relevance | path

Searched refs:htmp (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c88 struct plugin_file_handle *htmp = NULL; in krb5int_open_plugin() local
99 htmp = calloc (1, sizeof (*htmp)); /* calloc initializes ptrs to NULL */ in krb5int_open_plugin()
100 if (htmp == NULL) { err = errno; } in krb5int_open_plugin()
124 htmp->dlhandle = handle; in krb5int_open_plugin()
164 htmp->bundle = pluginBundle; in krb5int_open_plugin()
179 *h = htmp; in krb5int_open_plugin()
180 htmp = NULL; /* h takes ownership */ in krb5int_open_plugin()
183 if (htmp != NULL) { free (htmp); } in krb5int_open_plugin()
H A Dfake-addrinfo.c791 GET_HOST_TMP htmp; in fai_add_hosts_by_name()
793 GET_HOST_BY_NAME (name, hp, herr, htmp); in fai_add_hosts_by_name()
971 GET_HOST_TMP htmp; in fake_getnameinfo() local
975 sa->sa_family, hp, herr, htmp); in fake_getnameinfo()
1208 GET_HOST_TMP htmp; in getaddrinfo() local
1215 GET_HOST_BY_NAME (name, hp, herr, htmp); in getaddrinfo()
/titanic_50/usr/src/lib/libc/port/gen/
H A Dnss_dbdefs.c1058 void *htmp = NULL; in nss_pinit_funcs() local
1066 htmp = dlopen((const char *)0, RTLD_LAZY); in nss_pinit_funcs()
1070 if (htmp == NULL) { in nss_pinit_funcs()
1075 handle = htmp; in nss_pinit_funcs()
1076 htmp = NULL; in nss_pinit_funcs()
1080 if (htmp) in nss_pinit_funcs()
1081 (void) dlclose(htmp); in nss_pinit_funcs()
/titanic_50/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c610 uint_t htmp, ndx; in fake_elf64() local
631 htmp = plt_symhash % hnbuckets; in fake_elf64()
632 hash = &((uint_t *)hptr)[2 + htmp]; in fake_elf64()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c376 struct vn_htable_list *hent, **htmp, *q_next, *q_prev; in vn_get() local
406 htmp = &hp->vn_htable[VN_HTABLE_KEY(hent->vn_ptr, hp)]; in vn_get()
407 while (*htmp != hent) in vn_get()
408 htmp = &(*htmp)->vn_h_next; in vn_get()
409 *htmp = hent->vn_h_next; in vn_get()