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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c178 struct plugin_file_handle *htmp = NULL; local
189 htmp = calloc (1, sizeof (*htmp)); /* calloc initializes ptrs to NULL */
190 if (htmp == NULL) { err = ENOMEM; }
285 htmp->dlhandle = handle;
306 htmp->hinstPlugin = handle;
320 *h = htmp;
321 htmp = NULL; /* h takes ownership */
324 if (htmp != NULL) { free (htmp); }
[all...]
H A Dfake-addrinfo.c811 GET_HOST_TMP htmp;
813 GET_HOST_BY_NAME (name, hp, herr, htmp);
992 GET_HOST_TMP htmp; local
996 sa->sa_family, hp, herr, htmp);
1232 GET_HOST_TMP htmp; local
1239 GET_HOST_BY_NAME (name, hp, herr, htmp);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_dbdefs.c1091 void *htmp = NULL; local
1099 htmp = dlopen((const char *)0, RTLD_LAZY);
1103 if (htmp == NULL) {
1108 handle = htmp;
1109 htmp = NULL;
1113 if (htmp)
1114 (void) dlclose(htmp);
/osnet-11/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];

Completed in 34 milliseconds