Searched defs:htmp (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libproc/common/ |
H A D | Psymtab_machelf32.c | 605 uint_t htmp, ndx; local 626 htmp = plt_symhash % hnbuckets; 627 hash = &((uint_t *)hptr)[2 + htmp];
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | plugins.c | 178 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 D | fake-addrinfo.c | 811 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 D | nss_dbdefs.c | 1091 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);
|
Completed in 27 milliseconds