Searched refs:ep (Results 226 - 250 of 588) sorted by relevance

1234567891011>>

/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c1093 const char *cp, char **ep)
1140 if (ep)
1141 *ep = vep.v;
1296 char * ep; local
1300 ret = strtojint(cp, &ep);
1301 if (cp != ep && '\0' == *ep)
1318 char * ep; local
1322 ret = strtojint(cp, &ep);
1323 if (cp != ep
1092 strtojint( const char *cp, char **ep) argument
1362 char * ep; local
2091 char *ep; local
2181 add_string( char *dp, char *ep, const char *sp) argument
[all...]
/freebsd-current/lib/libusb/
H A Dlibusb01.c251 usb_get_descriptor_by_endpoint(usb_dev_handle * udev, int ep, uint8_t type, argument
262 return (usb_control_msg(udev, ep | USB_ENDPOINT_IN,
586 usb_std_io(usb_dev_handle * dev, int ep, char *bytes, int size, argument
595 xfer = usb_get_transfer_by_ep_no(dev, ep);
664 usb_bulk_write(usb_dev_handle * dev, int ep, char *bytes, argument
667 return (usb_std_io(dev, ep & ~USB_ENDPOINT_DIR_MASK,
672 usb_bulk_read(usb_dev_handle * dev, int ep, char *bytes, argument
675 return (usb_std_io(dev, ep | USB_ENDPOINT_DIR_MASK,
680 usb_interrupt_write(usb_dev_handle * dev, int ep, char *bytes, argument
683 return (usb_std_io(dev, ep
688 usb_interrupt_read(usb_dev_handle * dev, int ep, char *bytes, int size, int timeout) argument
798 usb_resetep(usb_dev_handle * dev, unsigned int ep) argument
805 usb_clear_halt(usb_dev_handle * dev, unsigned int ep) argument
[all...]
/freebsd-current/lib/libbluetooth/
H A Dhci.c415 ng_hci_inquiry_result_ep *ep = (ng_hci_inquiry_result_ep *)(e+1); local
515 ir = (ng_hci_inquiry_response *)(ep + 1);
517 for (n = 0; n < MIN(ep->num_responses, num_rsp); n ++) {
547 ng_hci_remote_name_req_compl_ep ep; local
572 memset(&ep, 0, sizeof(ep));
582 r.rparam = &ep;
583 r.rlen = sizeof(ep);
589 if (bt_devreq(s, &r, to) == 0 || ep.status == 0x00)
590 remote_name = strndup((const char *)&ep
769 char *ep; local
[all...]
/freebsd-current/usr.bin/who/
H A Dwho.c300 char *cols, *ep; local
304 width = strtol(cols, &ep, 10);
305 if (errno || width <= 0 || width > INT_MAX || ep == cols ||
306 *ep != '\0')
/freebsd-current/tools/tools/pciroms/
H A Dpciroms.c95 char *ep; local
101 ep = NULL;
122 base_addr_max = strtoumax(base_addr_string, &ep, 16);
123 if (*ep != '\0') {
/freebsd-current/stand/kboot/kboot/
H A Dseg.c268 char *ep = line + strlen(line) - 1; local
270 while (ep >= line && isspace(*ep))
271 *ep-- = '\0';
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dsinpi_3u.c23 -0x1.32d2cce62dc33p-1, 0x1.507834891188ep-4, -0x1.e30750a28c88ep-8,
H A Dsv_asinf_2u5.c20 .poly = { 0x1.55555ep-3, 0x1.33261ap-4, 0x1.70d7dcp-5, 0x1.b059dp-6,
39 _ZGVsMxv_asinf (-0x1.00203ep-1) got -0x1.0c3a64p-1
H A Dsv_sinpi_3u1.c21 -0x1.32d2cce62dc33p-1, 0x1.507834891188ep-4, -0x1.e30750a28c88ep-8,
H A Dcospi_3u1.c21 -0x1.32d2cce62dc33p-1, 0x1.507834891188ep-4, -0x1.e30750a28c88ep-8,
/freebsd-current/contrib/libpcap/
H A Dnametoaddr.c721 register u_char *ep, *e; local
724 e = ep = (u_char *)malloc(6);
736 *ep++ = d;
751 register struct pcap_etherent *ep; local
766 while ((ep = pcap_next_etherent(fp)) != NULL) {
767 if (strcmp(ep->name, name) == 0) {
770 memcpy(ap, ep->addr, 6);
/freebsd-current/contrib/one-true-awk/
H A Dlex.c601 char *ep = ebuf; variable
620 if (ep >= ebuf + sizeof ebuf)
621 ep = ebuf;
622 *ep = c;
624 ep++;
636 if (--ep < ebuf)
637 ep = ebuf + sizeof(ebuf) - 1;
/freebsd-current/stand/efi/libefi/
H A Deficom.c217 char *buf, *ep; local
234 ep = buf + sz;
236 while ((char *)node < ep) {
267 char *env, *buf, *ep; local
475 char *ep; local
481 n = strtoul(value, &ep, 10);
482 if (errno != 0 || *ep != '\0')
/freebsd-current/sys/dev/usb/
H A Dusb_transfer.c994 struct usb_endpoint *ep; local
1133 ep = usbd_get_endpoint(udev,
1144 if ((ep == NULL) || (ep->methods == NULL) ||
1145 ((ep->ep_mode != USB_EP_MODE_STREAMS) &&
1146 (ep->ep_mode != USB_EP_MODE_DEFAULT)) ||
1149 (ep->ep_mode != USB_EP_MODE_STREAMS)))) {
1191 xfer->endpoint = ep;
1910 struct usb_endpoint *ep; local
1916 ep
1985 struct usb_endpoint *ep; local
2667 struct usb_endpoint *ep = xfer->endpoint; local
2802 struct usb_endpoint *ep; local
2963 struct usb_endpoint *ep; local
3294 usbd_clear_stall_locked(struct usb_device *udev, struct usb_endpoint *ep) argument
3314 usbd_clear_data_toggle(struct usb_device *udev, struct usb_endpoint *ep) argument
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dsyzkaller21.sh116 struct dirent* ep;
120 while ((ep = readdir(dp))) {
121 if (strcmp(ep->d_name, ".") == 0 || strcmp(ep->d_name, "..") == 0)
124 snprintf(filename, sizeof(filename), "%s/%s", dir, ep->d_name);
H A Dsyzkaller23.sh129 struct dirent* ep = 0;
130 while ((ep = readdir(dp))) {
131 if (strcmp(ep->d_name, ".") == 0 || strcmp(ep->d_name, "..") == 0)
134 snprintf(filename, sizeof(filename), "%s/%s", dir, ep->d_name);
H A Dsyzkaller47.sh149 struct dirent* ep = 0;
150 while ((ep = readdir(dp))) {
151 if (strcmp(ep->d_name, ".") == 0 || strcmp(ep->d_name, "..") == 0)
154 snprintf(filename, sizeof(filename), "%s/%s", dir, ep->d_name);
/freebsd-current/usr.sbin/bluetooth/rfcomm_pppd/
H A Drfcomm_pppd.c66 char *label = NULL, *unit = NULL, *ep = NULL; local
99 channel = strtoul(optarg, &ep, 10);
100 if (*ep != '\0') {
135 strtoul(optarg, &ep, 10);
136 if (*ep != '\0')
/freebsd-current/usr.bin/killall/
H A Dkillall.c123 char *ep; local
234 sig = strtol(*av, &ep, 10);
235 if (!*av || *ep)
269 uid = strtol(user, &ep, 10);
270 if (*user == '\0' || *ep != '\0') { /* was it a number? */
/freebsd-current/bin/sh/
H A Dmiscbltin.c66 char *ep; /* tail pointer */ member in struct:fdctx
87 .ep = &fdc->buf[0], /* No data */
96 if (&fdc->buf[fdc->off] == fdc->ep) {
100 fdc->ep = fdc->buf + nread;
121 * buf ep buf+buflen
125 * ep: offset just after read(2)
128 residue = (fdc->ep - fdc->buf) - fdc->off;
/freebsd-current/lib/libsecureboot/openpgp/
H A Dopgp_sig.c426 const char **ep; local
430 for (ep = sig_exts; *ep; ep++) {
431 n = snprintf(pbuf, sizeof(pbuf), "%s%s", filename, *ep);
/freebsd-current/usr.bin/xargs/
H A Dxargs.c77 static char **av, **bxp, **ep, **endxp, **xp; variable
116 ep = environ;
140 while (*ep != NULL) {
142 nline -= strlen(*ep++) + 1 + sizeof(*ep);
/freebsd-current/sys/geom/mirror/
H A Dg_mirror.c180 g_mirror_event_free(struct g_mirror_event *ep) argument
183 free(ep, M_MIRROR);
187 g_mirror_event_dispatch(struct g_mirror_event *ep, void *arg, int state, argument
194 G_MIRROR_DEBUG(4, "%s: Sending event %p.", __func__, ep);
202 ep->e_disk = disk;
203 ep->e_state = state;
204 ep->e_flags = flags;
205 ep->e_error = 0;
207 TAILQ_INSERT_TAIL(&sc->sc_events, ep, e_next);
215 G_MIRROR_DEBUG(4, "%s: Sleeping %p.", __func__, ep);
231 struct g_mirror_event *ep; local
240 struct g_mirror_event *ep; local
249 g_mirror_event_remove(struct g_mirror_softc *sc, struct g_mirror_event *ep) argument
261 struct g_mirror_event *ep, *tmpep; local
568 struct g_mirror_event *ep; local
1940 struct g_mirror_event *ep; local
2333 struct g_mirror_event *ep; local
[all...]
/freebsd-current/sys/geom/raid3/
H A Dg_raid3.c285 g_raid3_event_free(struct g_raid3_event *ep) argument
288 free(ep, M_RAID3);
292 g_raid3_event_dispatch(struct g_raid3_event *ep, void *arg, int state, argument
299 G_RAID3_DEBUG(4, "%s: Sending event %p.", __func__, ep);
307 ep->e_disk = disk;
308 ep->e_state = state;
309 ep->e_flags = flags;
310 ep->e_error = 0;
312 TAILQ_INSERT_TAIL(&sc->sc_events, ep, e_next);
322 G_RAID3_DEBUG(4, "%s: Sleeping %p.", __func__, ep);
338 struct g_raid3_event *ep; local
347 struct g_raid3_event *ep; local
356 g_raid3_event_remove(struct g_raid3_softc *sc, struct g_raid3_event *ep) argument
368 struct g_raid3_event *ep, *tmpep; local
643 struct g_raid3_event *ep; local
2048 struct g_raid3_event *ep; local
2412 struct g_raid3_event *ep; local
[all...]
/freebsd-current/contrib/blocklist/bin/
H A Dconf.c86 char *ep = *p; local
87 while (*ep && !isspace((unsigned char)*ep))
88 ep++;
89 while (*ep && isspace((unsigned char)*ep))
90 *ep++ = '\0';
91 *p = ep;
142 char *ep; local
157 im = strtoi(p, &ep,
398 char *ep = *p; local
[all...]

Completed in 631 milliseconds

1234567891011>>