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

/openbsd-current/lib/libcrypto/x509/
H A Dby_dir.c304 BY_DIR_HASH htmp, *hent; local
317 hent = sk_BY_DIR_HASH_value(ent->hashes, idx);
318 k = hent->suffix;
320 hent = NULL;
326 hent = NULL;
368 if (hent == NULL) {
371 hent = sk_BY_DIR_HASH_value(ent->hashes, idx);
373 if (hent == NULL) {
374 hent = malloc(sizeof(*hent));
[all...]
/openbsd-current/usr.sbin/ypset/
H A Dypset.c108 struct hostent *hent; local
127 hent = gethostbyname(optarg);
128 if (hent == NULL)
130 bcopy(hent->h_addr, &sin.sin_addr,
/openbsd-current/usr.bin/ypwhich/
H A Dypwhich.c83 struct hostent *hent = NULL; local
123 hent = gethostbyaddr((char *)&ss_addr.s_addr, sizeof(ss_addr.s_addr),
125 if (hent != NULL)
126 printf("%s\n", hent->h_name);
140 struct hostent *hent; local
186 hent = gethostbyname(argv[0]);
187 if (!hent) {
192 bcopy(hent->h_addr, &sin.sin_addr,
/openbsd-current/usr.bin/rsync/
H A Dflist.c1176 ENTRY hent; local
1258 memset(&hent, 0, sizeof(ENTRY));
1259 if ((hent.key = strdup(wfl[i].wpath)) == NULL) {
1263 if ((hentp = hsearch(hent, ENTER)) == NULL) {
1266 } else if (hentp->key != hent.key) {
1268 free(hent.key);
1332 memset(&hent, 0, sizeof(ENTRY));
1333 hent.key = ent->fts_path + stripdir;
1334 if (hsearch(hent, FIND) != NULL)
/openbsd-current/gnu/usr.bin/perl/lib/Net/
H A Dnetent.pm119 sv_setpvn(sv, hent->h_addr, len);
/openbsd-current/gnu/usr.bin/perl/
H A Dpp_sys.c5066 struct hostent *hent = NULL; local
5073 hent = PerlSock_gethostbyname(name);
5085 hent = PerlSock_gethostbyaddr(addr, (Netdb_hlen_t) addrlen, addrtype);
5092 hent = PerlSock_gethostent();
5098 if (!hent) {
5110 if (hent) {
5112 if (hent->h_addr) {
5114 sv_setpvn_fresh(sv, hent->h_addr, hent->h_length);
5118 sv_setpv(sv, (char*)hent
[all...]
H A Dperl.c1363 HE *hent = array[0]; local
1366 if (hent && ckWARN_d(WARN_INTERNAL)) {
1367 HE * const next = HeNEXT(hent);
1370 (long)hent->he_valu.hent_refcount, HeKEY(hent));
1371 Safefree(hent);
1372 hent = next;
1374 if (!hent) {
1377 hent = array[riter];

Completed in 103 milliseconds