Searched refs:he (Results 1 - 25 of 438) sorted by relevance

1234567891011>>

/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Dgxbn_test.c30 print_he(struct hostent *he, int error, const char *fun, const char *name) { argument
34 if (he != NULL) {
36 printf("\tname = %s\n", he->h_name);
37 printf("\taddrtype = %d\n", he->h_addrtype);
38 printf("\tlength = %d\n", he->h_length);
39 c = he->h_aliases;
46 c = he->h_addr_list;
50 inet_ntop(he->h_addrtype, *c, buf, sizeof(buf));
63 struct hostent *he; local
69 he
[all...]
H A Dgxba_test.c30 print_he(struct hostent *he, int error, const char *fun, const char *name) { argument
34 if (he != NULL) {
36 printf("\tname = %s\n", he->h_name);
37 printf("\taddrtype = %d\n", he->h_addrtype);
38 printf("\tlength = %d\n", he->h_length);
39 c = he->h_aliases;
46 c = he->h_addr_list;
50 inet_ntop(he->h_addrtype, *c, buf, sizeof(buf));
63 struct hostent *he; local
88 he
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/lwres/
H A Dgethost.c166 static struct hostent *he = NULL; variable in typeref:struct:hostent
173 if (he != NULL)
174 lwres_freehostent(he);
176 he = lwres_getipnodebyname(name, AF_INET, 0, &lwres_h_errno);
177 return (he);
183 if (he != NULL)
184 lwres_freehostent(he);
186 he = lwres_getipnodebyname(name, af, 0, &lwres_h_errno);
187 return (he);
194 if (he !
232 struct hostent *he; local
253 struct hostent *he; local
296 copytobuf(struct hostent *he, struct hostent *hptr, char *buf, int buflen) argument
[all...]
H A Dgetipnode.c203 struct hostent he, *he1 = NULL, *he2 = NULL, *he3 = NULL; local
257 he.h_name = mappedname;
259 he.h_name = u.deconst_name;
260 he.h_addr_list = addr_list;
261 he.h_addr_list[0] = (v4 == 1) ? (char *)&in4 : (char *)&in6;
262 he.h_addr_list[1] = NULL;
263 he.h_aliases = aliases;
264 he.h_aliases[0] = NULL;
265 he.h_length = (v4 == 1) ? INADDRSZ : IN6ADDRSZ;
266 he
464 lwres_freehostent(struct hostent *he) argument
843 struct hostent *he = NULL; local
1007 struct hostent *he; local
1083 struct hostent *he; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dhostent_find_fqdn.c39 * Try to find a fqdn (with `.') in he if possible, else return h_name
43 hostent_find_fqdn (const struct hostent *he) argument
45 const char *ret = he->h_name;
49 for (h = (const char **)he->h_aliases; *h != NULL; ++h) {
H A Droken_gethostby.c50 struct hostent *he = gethostbyname(address); local
51 if(he) {
52 unsigned char *p = (unsigned char*)he->h_addr;
191 static struct hostent he; local
196 he.h_name = p;
197 he.h_aliases = NULL;
198 he.h_addrtype = AF_INET;
199 he.h_length = 4;
212 he.h_addr_list = addr_list;
213 return &he;
220 struct hostent *he; local
232 struct hostent *he; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dattr.c18 Tcl_HashEntry* he; local
28 for(i = 0, he = Tcl_FirstHashEntry(attr, &hs);
29 he != NULL;
30 he = Tcl_NextHashEntry(&hs)) {
32 key = Tcl_GetHashKey (attr, he);
38 listv [i] = (Tcl_Obj*) Tcl_GetHashValue(he); i++;
72 Tcl_HashEntry* he; local
97 he = Tcl_CreateHashEntry(attr, key, &new);
100 Tcl_SetHashValue (he, (ClientData) val);
111 Tcl_HashEntry* he; local
132 Tcl_HashEntry* he; local
198 Tcl_HashEntry* he; local
217 Tcl_HashEntry* he = (attr local
244 Tcl_HashEntry* he; local
322 Tcl_HashEntry* he = Tcl_FindHashEntry (attr, ky); local
336 Tcl_HashEntry* he = Tcl_FindHashEntry (attr, ky); local
356 Tcl_HashEntry* he = Tcl_FindHashEntry (attr, ky); local
388 Tcl_HashEntry* he = Tcl_FindHashEntry (attr, ky); local
[all...]
H A Dnacommon.c57 c->he = Tcl_CreateHashEntry(gx->map, name, &new);
58 Tcl_SetHashValue (c->he, (ClientData) c);
70 Tcl_DeleteHashEntry (c->he); c->he = NULL;
97 Tcl_DeleteHashEntry (c->he);
98 c->he = Tcl_CreateHashEntry(gx->map, Tcl_GetString (c->name), &nnew);
99 Tcl_SetHashValue (c->he, (ClientData) c);
128 Tcl_HashEntry* he; local
141 he = Tcl_FindHashEntry (iter->attr, ky);
142 if (!he) continu
166 Tcl_HashEntry* he; local
207 Tcl_HashEntry* he; local
241 Tcl_HashEntry* he; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dplhash.c93 DefaultFreeEntry(void *pool, PLHashEntry *he, PRUintn flag) argument
100 PR_Free(he);
158 PLHashEntry *he, *next; local
164 for (he = ht->buckets[i]; he; he = next) {
165 next = he->next;
166 (*allocOps->freeEntry)(allocPriv, he, HT_FREE_ENTRY);
187 PLHashEntry *he, **hep, **hep0; local
196 while ((he
221 PLHashEntry *he, **hep; local
247 PLHashEntry *he, *next, **oldbuckets; local
304 PLHashEntry *he, **hep; local
315 (*ht->allocOps->freeEntry)(ht->allocPriv, he, HT_FREE_VALUE); local
323 PL_HashTableRawRemove(PLHashTable *ht, PLHashEntry **hep, PLHashEntry *he) argument
369 PLHashEntry *he, **hep; local
385 PLHashEntry *he, **hep; local
402 PLHashEntry *he, **hep; local
420 PLHashEntry *he, **hep; local
464 PLHashEntry *he; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dplhash.c93 DefaultFreeEntry(void *pool, PLHashEntry *he, PRUintn flag) argument
100 PR_Free(he);
158 PLHashEntry *he, *next; local
164 for (he = ht->buckets[i]; he; he = next) {
165 next = he->next;
166 (*allocOps->freeEntry)(allocPriv, he, HT_FREE_ENTRY);
187 PLHashEntry *he, **hep, **hep0; local
196 while ((he
221 PLHashEntry *he, **hep; local
247 PLHashEntry *he, *next, **oldbuckets; local
304 PLHashEntry *he, **hep; local
315 (*ht->allocOps->freeEntry)(ht->allocPriv, he, HT_FREE_VALUE); local
323 PL_HashTableRawRemove(PLHashTable *ht, PLHashEntry **hep, PLHashEntry *he) argument
369 PLHashEntry *he, **hep; local
385 PLHashEntry *he, **hep; local
402 PLHashEntry *he, **hep; local
420 PLHashEntry *he, **hep; local
464 PLHashEntry *he; local
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dplhash.c93 DefaultFreeEntry(void *pool, PLHashEntry *he, PRUintn flag) argument
100 PR_Free(he);
158 PLHashEntry *he, *next; local
164 for (he = ht->buckets[i]; he; he = next) {
165 next = he->next;
166 (*allocOps->freeEntry)(allocPriv, he, HT_FREE_ENTRY);
187 PLHashEntry *he, **hep, **hep0; local
196 while ((he
221 PLHashEntry *he, **hep; local
247 PLHashEntry *he, *next, **oldbuckets; local
304 PLHashEntry *he, **hep; local
315 (*ht->allocOps->freeEntry)(ht->allocPriv, he, HT_FREE_VALUE); local
323 PL_HashTableRawRemove(PLHashTable *ht, PLHashEntry **hep, PLHashEntry *he) argument
369 PLHashEntry *he, **hep; local
385 PLHashEntry *he, **hep; local
402 PLHashEntry *he, **hep; local
420 PLHashEntry *he, **hep; local
464 PLHashEntry *he; local
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dplhash.c93 DefaultFreeEntry(void *pool, PLHashEntry *he, PRUintn flag) argument
100 PR_Free(he);
158 PLHashEntry *he, *next; local
164 for (he = ht->buckets[i]; he; he = next) {
165 next = he->next;
166 (*allocOps->freeEntry)(allocPriv, he, HT_FREE_ENTRY);
187 PLHashEntry *he, **hep, **hep0; local
196 while ((he
221 PLHashEntry *he, **hep; local
247 PLHashEntry *he, *next, **oldbuckets; local
304 PLHashEntry *he, **hep; local
315 (*ht->allocOps->freeEntry)(ht->allocPriv, he, HT_FREE_VALUE); local
323 PL_HashTableRawRemove(PLHashTable *ht, PLHashEntry **hep, PLHashEntry *he) argument
369 PLHashEntry *he, **hep; local
385 PLHashEntry *he, **hep; local
402 PLHashEntry *he, **hep; local
420 PLHashEntry *he, **hep; local
464 PLHashEntry *he; local
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dplhash.c93 DefaultFreeEntry(void *pool, PLHashEntry *he, PRUintn flag) argument
100 PR_Free(he);
158 PLHashEntry *he, *next; local
164 for (he = ht->buckets[i]; he; he = next) {
165 next = he->next;
166 (*allocOps->freeEntry)(allocPriv, he, HT_FREE_ENTRY);
187 PLHashEntry *he, **hep, **hep0; local
196 while ((he
221 PLHashEntry *he, **hep; local
247 PLHashEntry *he, *next, **oldbuckets; local
304 PLHashEntry *he, **hep; local
315 (*ht->allocOps->freeEntry)(ht->allocPriv, he, HT_FREE_VALUE); local
323 PL_HashTableRawRemove(PLHashTable *ht, PLHashEntry **hep, PLHashEntry *he) argument
369 PLHashEntry *he, **hep; local
385 PLHashEntry *he, **hep; local
402 PLHashEntry *he, **hep; local
420 PLHashEntry *he, **hep; local
464 PLHashEntry *he; local
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dskill.vim24 syn match skillFunction "\<abs("he=e-1
26 syn match skillFunction "\<a\=cos("he=e-1
28 syn match skillFunction "\<add1("he=e-1
30 syn match skillFunction "\<addDefstructClass("he=e-1
32 syn match skillFunction "\<alias("he=e-1
34 syn match skillFunction "\<alphalessp("he=e-1
36 syn match skillFunction "\<alphaNumCmp("he=e-1
38 syn match skillFunction "\<append1\=("he=e-1
40 syn match skillFunction "\<apply("he=e-1
42 syn match skillFunction "\<arrayp("he
[all...]
H A Ddiva.vim35 syn match divaCtrlFunctions "\<ivIf("he=e-1
37 syn match divaCtrlFunctions "\<switch("he=e-1
39 syn match divaCtrlFunctions "\<and("he=e-1
41 syn match divaCtrlFunctions "\<or("he=e-1
43 syn match divaCtrlFunctions "\<null("he=e-1
45 syn match divaExtFunctions "\<save\(Interconnect\|Property\|Parameter\|Recognition\)("he=e-1
47 syn match divaExtFunctions "\<\(save\|measure\|attach\|multiLevel\|calculate\)Parasitic("he=e-1
49 syn match divaExtFunctions "\<\(calculate\|measure\)Parameter("he=e-1
51 syn match divaExtFunctions "\<measure\(Resistance\|Fringe\)("he=e-1
53 syn match divaExtFunctions "\<extract\(Device\|MOS\)("he
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dhash.c125 struct curl_hash_element *he = malloc(sizeof(struct curl_hash_element)); local
127 if(he) {
133 he->key = dupkey;
134 he->key_len = key_len;
135 he->ptr = (void *) p;
139 free(he);
140 he = NULL;
143 return he;
156 struct curl_hash_element *he; local
161 he
192 struct curl_hash_element *he; local
210 struct curl_hash_element *he; local
276 struct curl_hash_element *he = le->ptr; local
357 struct curl_hash_element *he = iter->current_element->ptr; local
[all...]
H A Dconncache.c102 struct curl_hash_element *he; local
109 he = Curl_hash_next_element(&iter);
110 while(he) {
111 if(he->ptr == bundle) {
114 Curl_hash_delete(connc->hash, he->key, he->key_len);
118 he = Curl_hash_next_element(&iter);
192 struct curl_hash_element *he; local
199 he = Curl_hash_next_element(&iter);
200 while(he) {
228 struct curl_hash_element *he; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/sets/
H A Ds.c101 Tcl_HashEntry* he; local
120 for(i = 0, he = Tcl_FirstHashEntry(&s->el, &hs);
121 he != NULL;
122 he = Tcl_NextHashEntry(&hs), i++) {
124 elem = Tcl_GetHashKey (&s->el, he);
138 for(i = 0, he = Tcl_FirstHashEntry(&s->el, &hs);
139 he != NULL;
140 he = Tcl_NextHashEntry(&hs), i++) {
142 elem = Tcl_GetHashKey (&s->el, he);
269 Tcl_HashEntry* he; local
307 Tcl_HashEntry* he; local
343 Tcl_HashEntry* he; local
360 Tcl_HashEntry* he; local
388 Tcl_HashEntry* he, *dhe; local
410 Tcl_HashEntry* he; local
[all...]
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_hist.c93 Histent he; local
95 for (he = hist_ring; he; he = up_histent(he)) {
96 if (he->zle_text) {
97 free(he->zle_text);
98 he->zle_text = NULL;
410 Histent he = quietgethist(histline); local
412 if (he
447 Histent he; local
506 Histent he; local
604 Histent he = NULL; local
755 zle_setline(Histent he) argument
791 Histent he = quietgethist(ev); local
1157 Histent he; local
1696 infernexthist(Histent he, UNUSED(char **args)) argument
1714 Histent he; local
1728 Histent he = quietgethist(histline); local
1933 Histent he; local
1983 Histent he; local
2029 Histent he; local
[all...]
/macosx-10.10/zsh-61/zsh/Src/
H A Dhist.c1016 Histent he, next; local
1017 for (he = hist_ring; he; he = next) {
1018 next = up_histent(he);
1019 if (he->node.flags & HIST_DUP)
1020 freehistnode(&he->node);
1029 Histent he = gethistent(hl, dir); local
1031 if (!he)
1033 if (he
1044 movehistent(Histent he, int n, int xflags) argument
1064 up_histent(Histent he) argument
1071 down_histent(Histent he) argument
1080 Histent he; local
1110 Histent he = keep_going? next : hist_ring->down; local
1141 Histent he; local
1313 Histent he; local
1323 Histent he; local
1579 Histent he; local
1601 Histent he; local
2088 checkcurline(Histent he) argument
2324 Histent he; local
2516 Histent he; local
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dparser.cpp240 read(impl::parser< header::tokenizer >& p, impl::header_entry& he) argument
246 he = impl::header_entry();
274 he = impl::header_entry(hdr_name, hdr_value, attrs);
281 write(std::ostream& os, const impl::header_entry& he) argument
283 std::string line = he.name() + ": " + he.value();
284 impl::attrs_map as = he.attrs();
325 header_entry he; local
326 if (!header::read(p, he).good() || he
372 const header_entry& he = (*iter).second; local
[all...]
/macosx-10.10/network_cmds-457/traceroute.tproj/
H A Das.c70 struct hostent *he = NULL; local
89 ((he = gethostbyname(server)) == NULL ||
90 he->h_addr == NULL)) {
101 if (he != NULL) {
102 memcpy(&in.sin_addr, he->h_addr, he->h_length);
103 he->h_addr_list++;
107 if (he == NULL || he->h_addr == NULL) {
/macosx-10.10/screen-22/screen/
H A Dresize.c87 int wi, he; local
99 he = D_LI;
104 he = glwz.ws_row;
107 if (he == 0)
108 he = D_LI;
112 he = D_LI;
115 debug2("CheckScreenSize: screen is (%d,%d)\n", wi, he);
123 ChangeWindowSize(p, wi, he, p->w_histheight);
126 if (D_width == wi && D_height == he)
135 ChangeScreenSize(wi, he, change_fla
[all...]
/macosx-10.10/apr-32/apr/apr/tables/
H A Dapr_hash.c267 apr_hash_entry_t **hep, *he; local
276 for (hep = &ht->array[hash & ht->max], he = *hep;
277 he; hep = &he->next, he = *hep) {
278 if (he->hash == hash
279 && he->klen == klen
280 && memcmp(he->key, key, klen) == 0)
283 if (he || !val)
287 if ((he
343 apr_hash_entry_t *he; local
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/bind9/
H A Dgetaddresses.c62 struct hostent *he; local
193 he = gethostbyname(hostname);
194 if (he == NULL) {
208 if (he->h_addrtype != AF_INET && he->h_addrtype != AF_INET6)
211 if (he->h_addrtype == AF_INET) {
213 inp = (struct in_addr *)(he->h_addr_list[i]);
219 in6p = (struct in6_addr *)(he->h_addr_list[i]);

Completed in 370 milliseconds

1234567891011>>