Searched refs:hptr (Results 1 - 10 of 10) sorted by relevance
/osnet-11/usr/src/lib/libresolv2/common/irs/ |
H A D | gethostent_r.c | 41 gethostbyname_r(const char *name, struct hostent *hptr, HOST_R_ARGS) { argument 52 if (he == NULL || (n = copy_hostent(he, hptr, HOST_R_COPY)) != 0) 55 *answerp = hptr; 62 return (copy_hostent(he, hptr, HOST_R_COPY)); 68 struct hostent *hptr, HOST_R_ARGS) { 79 if (he == NULL || (n = copy_hostent(he, hptr, HOST_R_COPY)) != 0) 82 *answerp = hptr; 89 return (copy_hostent(he, hptr, HOST_R_COPY)); 100 gethostent_r(struct hostent *hptr, HOST_R_ARGS) { argument 111 if (he == NULL || (n = copy_hostent(he, hptr, HOST_R_COP 67 gethostbyaddr_r(const char *addr, int len, int type, struct hostent *hptr, HOST_R_ARGS) argument 159 copy_hostent(struct hostent *he, struct hostent *hptr, HOST_R_COPY_ARGS) argument 219 copy_hostent(struct hostent *he, struct hostent *hptr, HOST_R_COPY_ARGS) argument [all...] |
/osnet-11/usr/src/lib/libresolv2/include/ |
H A D | port_netdb.h | 88 struct hostent *hptr, char *buf, 93 struct hostent *gethostbyname_r __P((const char *name, struct hostent *hptr, 98 struct hostent *gethostent_r __P((struct hostent *hptr, char *buf, int buflen,
|
H A D | port_before.h | 103 #define HOST_R_OK hptr
|
/osnet-11/usr/src/lib/libproc/common/ |
H A D | Psymtab_machelf32.c | 257 uintptr_t hptr = NULL; local 355 hptr = d[DI_HASH]->d_un.d_ptr; 357 hptr += addr; 359 if (Pread(P, hash, sizeof (hash), hptr) != sizeof (hash)) { 361 (long)(hptr)); 627 hash = &((uint_t *)hptr)[2 + htmp]; 655 hash = &((uint_t *)hptr)[2 + hnbuckets + ndx];
|
/osnet-11/usr/src/lib/libsun_ima/common/ |
H A D | ima.c | 1302 struct hostent *hptr; local 1319 hptr = getipnodebyname(tmp_target_str, AF_INET, 0, &error_num); 1320 if (hptr == NULL) { 1322 hptr = getipnodebyname(tmp_target_str, AF_INET6, 0, 1324 if (hptr == NULL) { 1327 (void) memcpy(&target_in.u_in6, hptr->h_addr, 1328 hptr->h_length); 1330 freehostent(hptr); 1332 (void) memcpy(&target_in.u_in4, hptr->h_addr, 1333 hptr [all...] |
/osnet-11/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 697 char *hptr, **thisargv, *ebuf; local 741 hptr = &(holder[strlen(holder)]); 744 hptr[-2] = ' '; 752 (void) strncpy(hptr, ibuf, 753 (size_t)(&(holder[IBUF_SIZE]) - hptr)); 760 if (hptr[strlen(hptr) - 2] == CONT_CHAR) { 762 hptr += strlen(hptr); 765 hptr[ [all...] |
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_config.c | 3045 ns_hash_t *hptr; local 3225 for (hptr = cfg->llHead; hptr; hptr = hptr->h_llnext) { 3226 if (hptr->h_type != NS_HASH_AMAP) { 3240 mptr = hptr->h_map; 3256 for (hptr = cfg->llHead; hptr; hptr [all...] |
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | nss_dbdefs.c | 333 getXbyY_to_dbop_t *hptr; local 384 hptr = &getXbyY_to_dbop[idx]; 385 if (hptr->dbop != dbop || strcmp(name, hptr->name) != 0)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | scope.c | 511 Perl_save_hptr(pTHX_ HV **hptr) argument 514 SSPUSHPTR(*hptr); 515 SSPUSHPTR(hptr);
|
H A D | proto.h | 639 PERL_CALLCONV void Perl_save_hptr(pTHX_ HV** hptr);
|
Completed in 59 milliseconds