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

/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c88 struct plugin_file_handle *htmp = NULL; local
99 htmp = calloc (1, sizeof (*htmp)); /* calloc initializes ptrs to NULL */
100 if (htmp == NULL) { err = errno; }
124 htmp->dlhandle = handle;
164 htmp->bundle = pluginBundle;
165 pluginBundle = NULL; /* htmp->bundle takes ownership */
179 *h = htmp;
180 htmp = NULL; /* h takes ownership */
183 if (htmp !
[all...]
H A Dfake-addrinfo.c791 GET_HOST_TMP htmp;
793 GET_HOST_BY_NAME (name, hp, herr, htmp);
971 GET_HOST_TMP htmp; local
975 sa->sa_family, hp, herr, htmp);
1208 GET_HOST_TMP htmp; local
1215 GET_HOST_BY_NAME (name, hp, herr, htmp);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/x509v3/
H A Dv3_alt.c104 char oline[256], htmp[5]; local
147 BIO_snprintf(htmp, sizeof htmp,
150 strcat(oline, htmp);
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dnss_dbdefs.c1058 void *htmp = NULL; local
1066 htmp = dlopen((const char *)0, RTLD_LAZY);
1070 if (htmp == NULL) {
1075 handle = htmp;
1076 htmp = NULL;
1080 if (htmp)
1081 (void) dlclose(htmp);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dpk7_mime.c705 MIME_HEADER htmp; local
707 htmp.name = name;
708 idx = sk_MIME_HEADER_find(hdrs, &htmp);
/opensolaris-onvv-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c605 uint_t htmp, ndx; local
626 htmp = plt_symhash % hnbuckets;
627 hash = &((uint_t *)hptr)[2 + htmp];
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c376 struct vn_htable_list *hent, **htmp, *q_next, *q_prev; local
406 htmp = &hp->vn_htable[VN_HTABLE_KEY(hent->vn_ptr, hp)];
407 while (*htmp != hent)
408 htmp = &(*htmp)->vn_h_next;
409 *htmp = hent->vn_h_next;

Completed in 183 milliseconds