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

/barrelfish-master/usr/eclipseclp/CPViz/viztool/src/components/
H A DExternalLinkContentViewerUI.java43 public void hyperlinkUpdate(HyperlinkEvent he){ argument
44 if(he.getEventType()==HyperlinkEvent.EventType.ACTIVATED){
46 URL u = he.getURL();
55 super.hyperlinkUpdate(he);
/barrelfish-master/lib/libc/net/
H A Dgethostbyht.c91 gethostent_p(struct hostent *he, struct hostent_data *hed, int mapped, argument
134 he->h_addr_list = hed->h_addr_ptrs;
135 he->h_length = len;
136 he->h_addrtype = af;
141 he->h_name = bp;
142 q = he->h_aliases = hed->host_aliases;
180 struct hostent he; local
194 if (gethostent_p(&he, hed, statp->options & RES_USE_INET6, statp) != 0)
196 if (__copy_hostent(&he, hptr, buffer, buflen) != 0) {
228 struct hostent *hptr, he; local
293 struct hostent *hptr, he; local
[all...]
H A Dgethostbynis.c52 _gethostbynis(const char *name, char *map, int af, struct hostent *he, argument
99 he->h_addr_list = hed->h_addr_ptrs;
100 he->h_addr = (char *)hed->host_addr;
121 he->h_addr_list[1] = NULL;
122 he->h_length = size;
123 he->h_addrtype = af;
128 he->h_name = bp;
129 q = he->h_aliases = hed->host_aliases;
164 _gethostbynisname_r(const char *name, int af, struct hostent *he, argument
177 return (_gethostbynis(name, map, af, he, he
181 _gethostbynisaddr_r(const void *addr, socklen_t len, int af, struct hostent *he, struct hostent_data *hed) argument
210 struct hostent *hptr, he; local
259 struct hostent *hptr, he; local
[all...]
H A Dnetdb_private.h51 struct name *he; \
58 if ((he = thr_getspecific(name##_key)) != NULL) \
59 return (he); \
60 if ((he = calloc(1, sizeof(*he))) == NULL) \
62 if (thr_setspecific(name##_key, he) == 0) \
63 return (he); \
64 free(he); \
H A Dgethostbydns.c141 struct hostent *he, struct hostent_data *hed, res_state statp)
156 he->h_name = NULL;
200 he->h_name = bp;
203 qname = he->h_name;
207 he->h_aliases = hed->host_aliases;
210 he->h_addr_list = hed->h_addr_ptrs;
266 he->h_name = bp;
321 he->h_name = bp;
336 he->h_name = bp;
344 _map_v4v6_hostent(he,
140 gethostanswer(const querybuf *answer, int anslen, const char *qname, int qtype, struct hostent *he, struct hostent_data *hed, res_state statp) argument
435 struct hostent *he; local
471 struct hostent *hptr, he; local
563 struct hostent *hptr, he; local
[all...]
H A Dgethostnamadr.c95 __copy_hostent(struct hostent *he, struct hostent *hptr, char *buf, argument
106 for (i = 0; he->h_addr_list[i]; i++, nptr++) {
107 len += he->h_length;
109 for (i = 0; he->h_aliases[i]; i++, nptr++) {
110 len += strlen(he->h_aliases[i]) + 1;
112 len += strlen(he->h_name) + 1;
121 hptr->h_addrtype = he->h_addrtype;
122 n = hptr->h_length = he->h_length;
129 for (i = 0; he->h_addr_list[i]; i++ , ptr++) {
130 memcpy(cp, he
436 struct hostent he; local
485 gethostbyname_r(const char *name, struct hostent *he, char *buffer, size_t buflen, struct hostent **result, int *h_errnop) argument
509 gethostbyname2_r(const char *name, int af, struct hostent *he, char *buffer, size_t buflen, struct hostent **result, int *h_errnop) argument
[all...]
/barrelfish-master/lib/libc/tests/nss/
H A Dgethostby_test.c100 struct hostent *he; local
105 he = getipnodebyname(name, af, ipnode_flags, &error);
106 if (he == NULL)
109 he = gethostbyname2(name, af);
111 return (he);
117 struct hostent *he; local
122 he = getipnodebyaddr(addr, len, af, &error);
123 if (he == NULL)
126 he = gethostbyaddr(addr, len, af);
128 return (he);
132 __freehostent(struct hostent *he) argument
375 is_hostent_equal(struct hostent *he, struct addrinfo *ai) argument
494 hostent_read_hostlist_func(struct hostent *he, char *line) argument
718 hostent_test_gethostbyaddr(struct hostent *he, void *mdata) argument
762 hostent_test_getaddrinfo_eq(struct hostent *he, void *mdata) argument
801 hostent_test_getnameinfo_eq(struct hostent *he, void *mdata) argument
[all...]
/barrelfish-master/lib/collections/
H A Dhash_table.c72 collections_hash_elem *he = (collections_hash_elem *)elem; local
75 t->data_free(he->data);
77 free(he);
152 collections_hash_elem *he = collections_hash_find_elem(t, key); local
153 return (he) ? he->data : NULL;
296 collections_hash_elem *he = (collections_hash_elem*)list_data; local
297 return t->func(he->key, he->data, t->arg);
/barrelfish-master/lib/libc/rpc/
H A Dauth_time.c149 struct hostent *he; local
158 he = gethostbyname(host);
159 if (he == NULL)
162 he = &dummy;
172 for (i = 0, ep = eps; (he->h_addr_list[i] != NULL) && (num_ep < maxep);
176 a = (struct in_addr *)he->h_addr_list[i];
187 for (i = 0; (he->h_addr_list[i] != NULL) && (num_ep < maxep);
191 a = (struct in_addr *)he->h_addr_list[i];
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Ds_socket.c520 struct hostent *he; local
524 he=GetHostByName(str);
525 if (he == NULL)
531 if ((short)he->h_addrtype != AF_INET)
536 ip[0]=he->h_addr_list[0][0];
537 ip[1]=he->h_addr_list[0][1];
538 ip[2]=he->h_addr_list[0][2];
539 ip[3]=he->h_addr_list[0][3];
/barrelfish-master/lib/openssl-1.0.0d/crypto/bio/
H A Db_sock.c130 struct hostent *he; local
151 he=BIO_gethostbyname(str);
152 if (he == NULL)
159 if ((short)he->h_addrtype != AF_INET)
165 ip[i]=he->h_addr_list[0][i];
/barrelfish-master/usr/eclipseclp/Alog/src/
H A Dconfigure133 -help | --help | --hel | --he)
731 -help | --help | --hel | --he | --h)
/barrelfish-master/usr/eclipseclp/Usc/src/
H A Dconfigure133 -help | --help | --hel | --he)
913 -help | --help | --hel | --he | --h)
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dhttp_client.pl54 where ErrorCode is he error code contained in the response
H A Dmegalog.pl36 ** MegaLog to Sepia will use this package, if (s)he wants to
/barrelfish-master/usr/eclipseclp/Pds/src/
H A Dconfigure133 -help | --help | --hel | --he)
1331 -help | --help | --hel | --he | --h)
/barrelfish-master/usr/eclipseclp/Opium/demo/
H A Dyoyo3.pl340 are presented to the moderator after the first check, s/he has the possibility
H A Dcheck_entry.pl350 are presented to the moderator after the first check, s/he has the possibility
/barrelfish-master/usr/eclipseclp/Shm/src/
H A Dconfigure430 -help | --help | --hel | --he | -h)
432 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
434 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
6244 --he | --h)
/barrelfish-master/usr/eclipseclp/
H A Dconfigure982 -help | --help | --hel | --he | -h)
984 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
986 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
10024 --he | --h)
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumstkeclipse.tex282 use the development tools in situations where (s)he cannot use the Tcl/Tk
/barrelfish-master/doc/006-routing/
H A DRouting.tex281 We decided to use a credit-based flow control mechanism: The number of messages in flight at any given time is limited. Once a sender has reached this limit, he has to wait until he receives an acknowledgement that the receiver has processed previously sent messages. We call this limit the \emph{window size}.
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dic.tex996 It also reflects he fact that
/barrelfish-master/usr/eclipseclp/icparc_solvers/ech/
H A Dech.pl789 % instead of Rest (the remaining list after finding he current partner)
/barrelfish-master/lib/tommath/
H A Dtommath.tex121 This book is Tom's child and he has been caring and fostering the project ever since the beginning with a clear mind of
122 how he wanted the project to turn out. I have helped by proofreading the text and we have had several discussions about
152 Of course, he's young enough to be my own child, so he doesn't have my problems with staying awake.

Completed in 305 milliseconds