Searched refs:ep (Results 151 - 175 of 442) sorted by relevance

1234567891011>>

/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dtee.c74 register const char* ep; local
82 ep = bp + n;
83 while (bp < ep)
85 if ((r = write(fd, bp, ep - bp)) <= 0)
H A Dexpr.c193 char* ep; local
205 if (!(ep = *state->arglist++))
207 np->num = (ep = strpbrk(cp, ep)) ? (ep - cp + 1) : 0;
242 i = strtol(cp, &ep, 10);
243 if (*ep || --i < 0)
247 j = strtol(cp, &ep, 10);
248 if (*ep)
278 np->num = strtol(np->str,&ep,1
[all...]
H A Duniq.c88 register char *cp, *ep, *mp, *bufp, *outp; local
108 ep = cp + n;
110 while (f-->0 && cp<ep) /* skip over fields */
112 while (cp<ep && *cp==' ' || *cp=='\t')
114 while (cp<ep && *cp!=' ' && *cp!='\t')
136 while (reclen < width && mp < ep)
H A Dcut.c261 char* ep; local
273 ep = bp + len;
375 register unsigned char *ep; local
386 ep = cp + --c;
388 *ep = cut->eob;
390 while (cp <= ep)
417 while ((c = mb2wc(w, cp, ep - cp)) <= 0)
420 if ((ep - cp) < mbmax())
428 *ep = lastchar;
429 if ((c = mb2wc(w, cp, ep
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOS9/
H A DmDNSMacOS9.h51 EndpointRef ep; member in struct:mDNS_PlatformSupport_struct
H A DmDNSMacOS9.c141 return(OTSndUData(m->p->ep, &senddata));
166 err = OTRcvUData(m->p->ep, &recvdata, &flags);
281 err = OTOptionManagement(m->p->ep, &m->p->optReq, NULL);
303 m->p->ep = (EndpointRef)cookie;
339 case mOT_Bind: OTBind(m->p->ep, (TBind*)&mDNSbindReq, NULL); break;
361 if (m->p->ep) { OTCloseProvider(m->p->ep); m->p->ep = NULL; }
411 m->p->ep = NULL;
442 if (m->p->ep)
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dmain.c122 char *ep, *user; local
196 ultmp = strtoul(optarg, &ep, 0);
197 if (*ep || ep == optarg || ultmp > MAXTOS)
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-dhcp6.c325 dhcp6opt_print(const u_char *cp, const u_char *ep) argument
335 if (cp == ep)
337 while (cp < ep) {
338 if (ep < cp + sizeof(*dh6o))
342 if (ep < cp + sizeof(*dh6o) + optlen)
736 const u_char *ep; local
742 ep = (u_char *)snapend;
743 if (cp + length < ep)
744 ep = cp + length;
820 dhcp6opt_print(extp, ep);
[all...]
H A Dutil.c51 * If ep is NULL, assume no truncation check is needed.
55 fn_print(register const u_char *s, register const u_char *ep) argument
61 while (ep == NULL || s < ep) {
83 * If ep is NULL, assume no truncation check is needed.
88 register const u_char *ep)
92 while (n > 0 && (ep == NULL || s < ep)) {
111 * If ep is NULL, assume no truncation check is needed.
116 register const u_char *ep)
87 fn_printn(register const u_char *s, register u_int n, register const u_char *ep) argument
115 fn_printzp(register const u_char *s, register u_int n, register const u_char *ep) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblunicode/ure/
H A Dure.c385 ucs2_t *sp, *ep; local
388 ep = sp + limit;
390 for (m = n = 0; b->error == _URE_OK && sp < ep; sp++) {
441 ucs2_t *sp, *ep; local
445 ep = sp + limit;
447 for (nn = 0, i = 0; i < 4 && sp < ep; i++, sp++) {
680 ucs2_t *sp, *ep; local
690 ep = sp + limit;
692 for (i = 0; sp < ep && i < 8; i++, sp++) {
704 if (sp + 1 < ep)
724 ucs2_t *sp, *ep; local
892 ucs2_t *sp, *ep; local
914 ucs2_t *sp, *ep; local
1190 ucs2_t c, state, top, sym, *sp, *ep; local
1955 ucs2_t *sp, *ep, *lp; local
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dauth2-pubkey.c210 char line[SSH_MAX_PUBKEY_BYTES], *cp, *ep, *line_opts; local
225 if ((ep = strchr(cp, '#')) != NULL)
226 *ep = '\0';
230 ep = cp + strlen(cp) - 1;
231 while (ep > cp && (*ep == '\n' || *ep == ' ' || *ep == '\t'))
232 *ep-- = '\0';
238 if ((ep
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/dso/aix/
H A Ddso.c415 register ExportPtr ep; local
422 for (ep = mp->exports, i = mp->nExports; i; i--, ep++)
423 if (strcmp(ep->name, symbol) == 0)
424 return ep->addr;
471 register ExportPtr ep; local
473 for (ep = mp->exports, i = mp->nExports; i; i--, ep++)
474 if (ep->name)
475 free(ep
509 ExportPtr ep; local
[all...]
/macosx-10.9.5/apr-30/apr/apr/dso/aix/
H A Ddso.c415 register ExportPtr ep; local
422 for (ep = mp->exports, i = mp->nExports; i; i--, ep++)
423 if (strcmp(ep->name, symbol) == 0)
424 return ep->addr;
471 register ExportPtr ep; local
473 for (ep = mp->exports, i = mp->nExports; i; i--, ep++)
474 if (ep->name)
475 free(ep
509 ExportPtr ep; local
[all...]
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/
H A Ddarwin.c754 static int ep_to_pipeRef (struct darwin_dev_handle *device, int ep) argument
759 fprintf(stderr, "libusb/darwin.c ep_to_pipeRef: Converting ep address to pipeRef.\n");
762 if (device->endpoint_addrs[i] == ep)
767 fprintf(stderr, "libusb/darwin.c ep_to_pipeRef: No pipeRef found with endpoint address 0x%02x.\n", ep);
772 static int usb_bulk_transfer (usb_dev_handle *dev, int ep, char *bytes, u_int32_t size, int timeout, int usb_bt_read) argument
795 if ((pipeRef = ep_to_pipeRef(device, ep)) < 0)
803 fprintf (stderr, "libusb/darwin.c usb_bulk_transfer: Transfering %i bytes of data on endpoint 0x%02x\n", size, ep);
818 usb_clear_halt (dev, ep);
857 static int usb_bulk_transfer_async (usb_dev_handle *dev, int ep, char *bytes, int size, int timeout,
887 if ((pipeRef = ep_to_pipeRef(device, ep)) <
954 usb_bulk_write(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument
967 usb_bulk_read(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument
983 usb_interrupt_write(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument
989 usb_interrupt_read(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument
1236 usb_resetep(usb_dev_handle *dev, unsigned int ep) argument
1265 usb_clear_halt(usb_dev_handle *dev, unsigned int ep) argument
[all...]
H A Dusb.h.in291 int usb_get_descriptor_by_endpoint(usb_dev_handle *udev, int ep,
297 int usb_bulk_write(usb_dev_handle *dev, int ep, char *bytes, int size,
299 int usb_bulk_read(usb_dev_handle *dev, int ep, char *bytes, int size,
301 int usb_interrupt_write(usb_dev_handle *dev, int ep, char *bytes, int size,
303 int usb_interrupt_read(usb_dev_handle *dev, int ep, char *bytes, int size,
311 int usb_resetep(usb_dev_handle *dev, unsigned int ep);
312 int usb_clear_halt(usb_dev_handle *dev, unsigned int ep);
/macosx-10.9.5/less-23/less/
H A Dsearch.c524 * Set sp and ep to the start and end of the matched string.
527 match_pattern(line, line_len, sp, ep, notbol)
531 char **ep;
537 return (match(last_pattern, strlen(last_pattern), line, line_len, sp, ep));
548 *ep = line + rm.rm_eo;
551 *ep = rm.rm_ep;
564 *ep = line + ovector[1];
572 *sp = *ep = NULL;
575 *ep = regex(cpattern, line);
576 matched = (*ep !
1055 char *sp, *ep; local
[all...]
/macosx-10.9.5/IOKitUser-907.100.13/usb.subproj/
H A DUSBTest.cpp46 IOUSBEndpoint *ep = intf->endpoints[i]; local
47 printf("ep #%d, dir %d, type %d, maxPack %d\n",
48 ep->number, ep->direction, ep->transferType,
49 ep->maxPacketSize);
286 IOUSBEndpoint *ep; local
306 ep = 0;
310 ep = ioint->endpoints[i];
314 if(ep) {
[all...]
/macosx-10.9.5/cctools-845/misc/
H A Dsegedit.c149 struct extract *ep; local
163 ep = allocate(sizeof(struct extract));
164 ep->segname = argv[i + 1];
165 ep->sectname = argv[i + 2];
166 ep->filename = argv[i + 3];
167 ep->found = 0;
168 ep->next = extracts;
169 extracts = ep;
395 struct extract *ep; local
423 ep
445 struct extract *ep; local
[all...]
/macosx-10.9.5/dtrace-118.1/libctf/
H A Dctf_types.c115 const ctf_enum_t *ep; local
131 ep = (const ctf_enum_t *)((uintptr_t)tp + increment);
133 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) {
134 const char *name = ctf_strptr(fp, ep->cte_name);
135 if ((rc = func(name, ep->cte_value, arg)) != 0)
503 ctf_type_encoding(ctf_file_t *fp, ctf_id_t type, ctf_encoding_t *ep) argument
518 ep->cte_format = CTF_INT_ENCODING(data);
519 ep->cte_offset = CTF_INT_OFFSET(data);
520 ep->cte_bits = CTF_INT_BITS(data);
524 ep
709 const ctf_enum_t *ep; local
746 const ctf_enum_t *ep; local
[all...]
/macosx-10.9.5/awk-18/src/
H A Dlib.c609 extern char ebuf[], *ep;
613 p = ep - 1;
621 for (q=ep-1; q>=p && *q!=' ' && *q!='\t' && *q!='\n'; q--)
627 for ( ; p < ep; p++)
631 if (*ep)
637 ep = ebuf;
687 char *ep; local
689 r = strtod(s, &ep);
690 if (ep == s || r == HUGE_VAL || errno == ERANGE)
692 while (*ep
[all...]
/macosx-10.9.5/swig-10/Source/Modules/
H A Demit.cxx466 for (Parm *ep = catchlist; ep; ep = nextSibling(ep)) {
467 String *em = Swig_typemap_lookup("throws", ep, "_e", 0);
469 SwigType *et = Getattr(ep, "type");
481 Swig_warning(WARN_TYPEMAP_THROW, Getfile(n), Getline(n), "No 'throws' typemap defined for exception type '%s'\n", SwigType_str(Getattr(ep, "type"), 0));
/macosx-10.9.5/hfs-226.1.1/CopyHFSMeta/
H A Dmain.c308 HFSPlusExtentDescriptor *ep = &vop->vdp->priHeader. file .extents[i]; \
310 if (debug) printf("\tExtent <%u, %u>\n", S32(ep->startBlock), S32(ep->blockCount)); \
311 if (ep->startBlock && ep->blockCount) { \
312 AddExtent(vop, S32(ep->startBlock) * pSize, S32(ep->blockCount) * pSize); \
313 if (memcmp(ep, ap, sizeof(*ep)) != 0) { \
/macosx-10.9.5/file_cmds-230/chmod/
H A Dchmod.c80 char *ep, *mode; local
238 aclpos = strtol(argv[0], &ep, 0);
243 if (errno || *ep)
341 val = strtol(mode, &ep, 8);
346 if (*ep)
/macosx-10.9.5/libpcap-42/libpcap/
H A Ddlpisubs.c124 u_char *ep, *pk; local
134 ep = bufp + len;
138 while (bufp < ep) {
154 p->cc = ep - bufp;
191 p->cc = ep - bufp;
H A Dpcap-nit.c102 register u_char *bp, *cp, *ep; local
126 ep = bp + cc;
127 while (bp < ep) {
142 p->cc = ep - bp;
184 p->cc = ep - bp;

Completed in 392 milliseconds

1234567891011>>