Searched refs:htmp (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | plugins.c | 88 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 D | fake-addrinfo.c | 791 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()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | nss_dbdefs.c | 1055 void *htmp = NULL; in nss_pinit_funcs() local 1063 htmp = dlopen((const char *)0, RTLD_LAZY); in nss_pinit_funcs() 1067 if (htmp == NULL) { in nss_pinit_funcs() 1072 handle = htmp; in nss_pinit_funcs() 1073 htmp = NULL; in nss_pinit_funcs() 1077 if (htmp) in nss_pinit_funcs() 1078 (void) dlclose(htmp); in nss_pinit_funcs()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Psymtab_machelf32.c | 612 uint_t htmp, ndx; in fake_elf64() local 639 htmp = plt_symhash % hnbuckets; in fake_elf64() 640 hash = &((uint_t *)hptr)[2 + htmp]; in fake_elf64()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | memory.c | 379 struct vn_htable_list *hent, **htmp, *q_next, *q_prev; in vn_get() local 409 htmp = &hp->vn_htable[VN_HTABLE_KEY(hent->vn_ptr, hp)]; in vn_get() 410 while (*htmp != hent) in vn_get() 411 htmp = &(*htmp)->vn_h_next; in vn_get() 412 *htmp = hent->vn_h_next; in vn_get()
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_line_table_reader_common.h | 196 Dwarf_Unsigned htmp = 0; in _dwarf_read_line_table_header() local 224 &htmp,line_ptr,DWARF_HALF_SIZE,line_ptr_end,err); in _dwarf_read_line_table_header() 228 version = htmp; in _dwarf_read_line_table_header()
|