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

12

/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt_init.c50 char *cp, **ep; local
62 for (ep = env; *ep != NULL; ++ep)
63 if ((*ep)[0] == '_'
64 && __builtin_expect (strncmp (*ep + 1, cp, len) == 0, 0))
67 char **dp = ep;
68 __getopt_nonoption_flags = &(*ep)[len];
/haiku/src/libs/libtelnet/
H A Dencrypt.c151 Encryptions *ep = encryptions; local
155 while (ep->type && ep->type != type)
156 ++ep;
157 return(ep->type ? ep : 0);
163 Encryptions *ep = encryptions; local
167 while (ep->type && ep->type != type)
168 ++ep;
190 Encryptions *ep = encryptions; local
223 Encryptions *ep = encryptions; local
248 Encryptions *ep; local
281 Encryptions *ep; local
486 Encryptions *ep; local
525 Encryptions *ep; local
569 Encryptions *ep; local
617 Encryptions *ep; local
653 Encryptions *ep = encryptions; local
720 Encryptions *ep; local
802 Encryptions *ep; local
942 Encryptions *ep; local
[all...]
/haiku/src/libs/bsd/
H A Dstrtonum.c34 char *ep; local
50 ll = strtoll(numstr, &ep, 10);
51 if (errno == EINVAL || numstr == ep || *ep != '\0')
/haiku/src/system/libnetwork/netresolv/inet/
H A Dinet_neta.c58 char *ep; local
69 ep = dst + size;
70 if (ep <= dst)
77 advance = snprintf(dst, (size_t)(ep - dst), "%u", b);
78 if (advance <= 0 || advance >= ep - dst)
82 if (dst + 1 >= ep)
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_mkquery.c113 register u_char *cp, *ep; local
138 ep = buf + buflen;
149 if (ep - cp < QFIXEDSZ)
151 if ((n = dn_comp(dname, cp, (int)(ep - cp - QFIXEDSZ), dnptrs,
165 if ((ep - cp) < RRFIXEDSZ)
167 n = dn_comp((const char *)data, cp, (int)(ep - cp - RRFIXEDSZ),
187 if (ep - cp < 1 + RRFIXEDSZ + datalen)
223 register u_char *cp, *ep; local
233 ep = buf + buflen;
235 if ((ep
282 register u_char *cp, *ep; local
[all...]
/haiku/src/libs/compat/freebsd_network/compat/dev/usb/
H A Dusb_debug.h58 void usb_dump_queue(struct usb_endpoint *ep);
59 void usb_dump_endpoint(struct usb_endpoint *ep);
/haiku/src/add-ons/print/transports/hp_jetdirect/
H A DSetupWindow.cpp129 BNetEndpoint* ep = new(std::nothrow) BNetEndpoint(SOCK_STREAM); local
130 if (ep != NULL && ep->InitCheck() == B_NO_ERROR) {
136 if (ep->Connect(fServerAddress->Text(), port) != B_OK) {
143 delete ep;
151 delete ep;
154 delete ep;
/haiku/src/bin/network/telnet/
H A Dcommands.c1632 struct env_lst *ep;
1634 for (ep = envlisthead.next; ep; ep = ep->next) {
1635 if (strcmp(ep->var, var) == 0)
1636 return(ep);
1646 struct env_lst *ep;
1651 ep = env_define((unsigned char *)*epp,
1653 ep
1624 struct env_lst *ep; local
1638 struct env_lst *ep; local
1683 struct env_lst *ep; local
1708 struct env_lst *ep; local
1725 struct env_lst *ep; local
1734 struct env_lst *ep; local
1743 struct env_lst *ep; local
1769 struct env_lst *ep; local
1798 struct env_lst *ep; local
2856 char *cp, *cp2, *lsrp, *ep; local
[all...]
H A Dmain.c122 char *ep; local
205 ultmp = strtoul(optarg, &ep, 0);
206 if (*ep || ep == optarg || ultmp > MAXTOS)
H A Dtelnet.c1426 unsigned char *ep = 0, *epc = 0;
1458 if (ep) {
1460 env_opt_add(ep);
1462 ep = epc = &buf[i+1];
1473 if (ep) {
1475 env_opt_add(ep);
1524 env_opt_add(unsigned char *ep)
1531 if (ep == NULL || *ep == '\0') {
1534 while ((ep
1422 unsigned char *ep = 0, *epc = 0; local
1520 env_opt_add(unsigned char *ep) argument
1597 opt_welldefined(const char *ep) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/usb/
H A Drtwn_usb_ep.c166 struct usb_endpoint *ep, *ep_end; local
172 ep = uc->uc_udev->endpoints;
174 for (; ep != ep_end; ep++) {
177 if ((ep->edesc == NULL) || (ep->iface_index != iface_index))
180 eaddr = ep->edesc->bEndpointAddress;
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_if_media.c266 struct ifmedia_entry *ep; local
287 LIST_FOREACH(ep, &ifm->ifm_list, ifm_list)
308 ep = LIST_FIRST(&ifm->ifm_list);
309 for (; ep != NULL && count < ifmr->ifm_count;
310 ep = LIST_NEXT(ep, ifm_list), count++)
311 kptr[count] = ep->ifm_media;
313 if (ep != NULL)
/haiku/src/system/libnetwork/netresolv/net/
H A Dgethnamaddr.c223 char *bp, **ap, **hap, *ep; local
261 ep = buf + buflen;
267 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
292 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
332 if (n > ep - bp || n >= MAXHOSTNAMELEN) {
336 strlcpy(bp, tbuf, (size_t)(ep - bp));
353 if (n > ep - bp || n >= MAXHOSTNAMELEN) {
357 strlcpy(bp, tbuf, (size_t)(ep - bp));
379 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
410 map_v4v6_hostent(hent, &bp, ep);
866 map_v4v6_hostent(struct hostent *hp, char **bpp, char *ep) argument
1005 char qbuf[MAXDNAME + 1], *qp, *ep; local
[all...]
H A Dgetnetnamadr.c137 char *ep; local
146 octet[octidx] = strtoul(sp, &ep, 10);
148 if (*ep != '.')
153 sp = ep + 1;
178 char *in, *bp, **ap, *ep; local
202 ep = netbuf + sizeof(netbuf);
225 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
235 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
H A Dgetaddrinfo.c434 char *ep; local
441 ep = NULL;
443 v = strtoul(p, &ep, 10);
444 if (errno == 0 && ep && *ep == '\0' && v <= INT_MAX)
777 struct in6_addrpolicy *pol, *ep; local
790 ep = (void *)(buf + l);
791 for (pol = (void *)buf; pol + 1 <= ep; pol++) {
828 u_char *mp, *ep, *k, *p; local
854 ep
1674 char *ep; local
1737 char *bp, *ep; local
[all...]
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.cpp241 const usb_endpoint_info* ep; local
322 ep = &uif->endpoint[e];
323 switch (ep->descr->attributes & USB_ENDPOINT_ATTR_MASK) {
325 if (ep->descr->endpoint_address & USB_ENDPOINT_ADDR_DIR_IN)
327 new_bt_dev->intr_in_ep = ep;
329 = ep->descr->max_packet_size;
337 if (ep->descr->endpoint_address & USB_ENDPOINT_ADDR_DIR_IN) {
338 new_bt_dev->bulk_in_ep = ep;
340 = ep->descr->max_packet_size;
343 new_bt_dev->bulk_out_ep = ep;
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DASIXDevice.cpp481 for (size_t ep = 0; ep < interface->endpoint_count; ep++) {
482 usb_endpoint_descriptor *epd = interface->endpoint[ep].descr;
485 notifyEndpoint = ep;
498 readEndpoint = ep;
504 writeEndpoint = ep;
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaWire.cpp138 BPoint ep = m_endPoint; local
147 endFrame.Set(ep.x, ep.y, eo.x, eo.y);
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dusb_scsi.c240 size_t ep = 0;
241 for(; ep < uii->endpoint_count; ep++){
242 usb_endpoint_descriptor *ed = uii->endpoint[ep].descr;
243 TRACE("try endpoint:%d %x %x %x\n", ep, (int32)ed->attributes, (int32)ed->endpoint_address, uii->endpoint[ep].handle);
246 epts[epIn] = ep;
248 epts[epOut] = ep;
252 epts[epIntr] = ep;
/haiku/src/add-ons/kernel/drivers/network/ether/pegasus/
H A Ddriver.c272 size_t ep = 0; local
273 for(; ep < uii->endpoint_count; ep++){
274 usb_endpoint_descriptor *ed = uii->endpoint[ep].descr;
275 DPRINTF_INFO("try endpoint:%ld %x %x %lx\n", ep, ed->attributes,
276 ed->endpoint_address, uii->endpoint[ep].handle);
280 epts[0] = ep;
282 epts[1] = ep;
285 epts[2] = ep;
/haiku/src/bin/network/ping/
H A Dping.c223 char *ep, *source, *target, *payload; local
390 t = strtod(optarg, &ep) * 1000.0;
391 if (*ep || ep == optarg || t > (double)INT_MAX)
498 alarmtimeout = strtoul(optarg, &ep, 0);
519 t = strtod(optarg, &ep);
520 if (*ep || ep == optarg || t > (double)INT_MAX)
528 ltmp = strtol(optarg, &ep, 0);
529 if (*ep || e
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.cpp563 for (size_t ep = 0; ep < interface->endpoint_count; ep++) {
564 usb_endpoint_descriptor *epd = interface->endpoint[ep].descr;
568 notifyEndpoint = ep;
583 readEndpoint = ep;
590 writeEndpoint = ep;
/haiku/src/bin/network/telnetd/
H A Dtelnetd.c141 char *ep; local
286 ultmp = strtoul(optarg, &ep, 0);
287 if (*ep || ep == optarg || ultmp > MAXTOS)
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h140 status_t ConfigureEndpoint(xhci_endpoint* ep, uint8 slot,
145 uint8 _GetEndpointState(xhci_endpoint* ep);
/haiku/headers/cpp/
H A Dstreambuf.h320 void setp(char* p, char* ep) argument
321 { _IO_write_base=_IO_write_ptr=p; _IO_write_end=ep; }

Completed in 217 milliseconds

12