Searched refs:ep (Results 126 - 150 of 442) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcpdump-56/tcpdump/
H A Daddrtoname.c317 /* Find the hash node that corresponds the ether address 'ep' */
320 lookup_emem(const u_char *ep) argument
325 k = (ep[0] << 8) | ep[1];
326 j = (ep[2] << 8) | ep[3];
327 i = (ep[4] << 8) | ep[5];
464 etheraddr_string(register const u_char *ep) argument
472 tp = lookup_emem(ep);
511 le64addr_string(const u_char *ep) argument
539 linkaddr_string(const u_char *ep, const unsigned int type, const unsigned int len) argument
854 register struct pcap_etherent *ep; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Demacs.c287 Char *cp, *ep; local
289 ep = c__next_word(el->el_line.cursor, el->el_line.lastchar,
292 for (cp = el->el_line.cursor; cp < ep; cp++)
296 el->el_line.cursor = ep;
311 Char *cp, *ep; local
313 ep = c__next_word(el->el_line.cursor, el->el_line.lastchar,
316 for (cp = el->el_line.cursor; cp < ep; cp++) {
324 for (; cp < ep; cp++)
328 el->el_line.cursor = ep;
343 Char *cp, *ep; local
[all...]
/macosx-10.9.5/libedit-39/src/
H A Demacs.c287 Char *cp, *ep; local
289 ep = c__next_word(el->el_line.cursor, el->el_line.lastchar,
292 for (cp = el->el_line.cursor; cp < ep; cp++)
296 el->el_line.cursor = ep;
311 Char *cp, *ep; local
313 ep = c__next_word(el->el_line.cursor, el->el_line.lastchar,
316 for (cp = el->el_line.cursor; cp < ep; cp++) {
324 for (; cp < ep; cp++)
328 el->el_line.cursor = ep;
343 Char *cp, *ep; local
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Demacs.c282 char *cp, *ep; local
284 ep = c__next_word(el->el_line.cursor, el->el_line.lastchar,
287 for (cp = el->el_line.cursor; cp < ep; cp++)
291 el->el_line.cursor = ep;
306 char *cp, *ep; local
308 ep = c__next_word(el->el_line.cursor, el->el_line.lastchar,
311 for (cp = el->el_line.cursor; cp < ep; cp++) {
319 for (; cp < ep; cp++)
323 el->el_line.cursor = ep;
338 char *cp, *ep; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-monitor/
H A Dconn.c43 Entry **ep );
51 Entry *e, **ep, *e_conn; local
73 ep = &mp->mp_children;
117 *ep = e;
118 ep = &mp->mp_next;
156 *ep = e;
157 ep = &mp->mp_next;
195 *ep = e;
196 ep = &mp->mp_next;
265 Entry **ep,
262 conn_create( monitor_info_t *mi, Connection *c, Entry **ep, monitor_subsys_t *ms ) argument
[all...]
H A Drww.c65 Entry **ep, *e_conn; local
86 ep = &mp->mp_children;
127 *ep = e;
128 ep = &mp->mp_next;
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/
H A Dlinux.c162 static int usb_urb_transfer(usb_dev_handle *dev, int ep, int urbtype, argument
201 urb.endpoint = ep;
280 int usb_bulk_write(usb_dev_handle *dev, int ep, char *bytes, int size, argument
284 return usb_urb_transfer(dev, ep, USB_URB_TYPE_BULK, bytes, size,
288 int usb_bulk_read(usb_dev_handle *dev, int ep, char *bytes, int size, argument
292 ep |= USB_ENDPOINT_IN;
293 return usb_urb_transfer(dev, ep, USB_URB_TYPE_BULK, bytes, size,
302 int usb_interrupt_write(usb_dev_handle *dev, int ep, char *bytes, int size, argument
306 return usb_urb_transfer(dev, ep, USB_URB_TYPE_INTERRUPT, bytes, size,
310 int usb_interrupt_read(usb_dev_handle *dev, int ep, cha argument
665 usb_resetep(usb_dev_handle *dev, unsigned int ep) argument
677 usb_clear_halt(usb_dev_handle *dev, unsigned int ep) argument
[all...]
/macosx-10.9.5/hfs-226.1.1/CopyHFSMeta/
H A DScanExtents.c31 HFSPlusExtentDescriptor *ep = &(*erp)[0]; local
35 if (ep->startBlock == 0 || ep->blockCount == 0)
37 if ((base + S32(ep->blockCount)) > blockNum) {
38 lba = S32(ep->startBlock) + (blockNum - base);
41 base += S32(ep->blockCount);
42 ep++;
/macosx-10.9.5/libpcap-42/libpcap/
H A Dnametoaddr.c414 register u_char *ep, *e; local
417 e = ep = (u_char *)malloc(6);
427 *ep++ = d;
438 register struct pcap_etherent *ep; local
453 while ((ep = pcap_next_etherent(fp)) != NULL) {
454 if (strcmp(ep->name, name) == 0) {
457 memcpy(ap, ep->addr, 6);
/macosx-10.9.5/sudo-72/src/
H A Dfnmatch.c96 classmatch(const char *pattern, int test, int foldcase, const char **ep) argument
98 classmatch(pattern, test, foldcase, ep)
102 const char **ep;
112 *ep = mismatch;
118 *ep = mismatch;
121 *ep = colon + 2;
135 *ep = mismatch;
/macosx-10.9.5/system_cmds-597.90.1/chpass.tproj/
H A Dchpass.c275 ENTRY* ep; local
279 for (ep = list; ep->prompt; ep++) {
280 if (strncasecmp(ep->prompt, "shell", ep->len) == 0) {
281 if (!ep->restricted) {
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/chpass.tproj/
H A Dchpass.c275 ENTRY* ep; local
279 for (ep = list; ep->prompt; ep++) {
280 if (strncasecmp(ep->prompt, "shell", ep->len) == 0) {
281 if (!ep->restricted) {
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dentities.c398 const entity *ep; local
400 for ( ep = entities; ep->name != NULL; ++ep )
402 if ( ep->code == ch )
404 if ( ep->versions & versions )
405 entnam = ep->name;
/macosx-10.9.5/adv_cmds-153/stty/
H A Dcchar.c106 char *arg, *ep, *name; local
128 val = strtol(arg, &ep, 10);
141 if (*ep != '\0') {
/macosx-10.9.5/file_cmds-230/chflags/
H A Dchflags.c67 char *flags, *ep; local
128 val = strtol(flags, &ep, 8);
133 if (*ep)
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dstreval.c62 #define roundptr(ep,cp,type) (((unsigned char*)(ep))+round(cp-((unsigned char*)(ep)),pow2size(sizeof(type))))
155 Sfdouble_t arith_exec(Arith_t *ep) argument
158 register unsigned char *cp = ep->code;
167 Shell_t *shp = ep->shp;
169 node.emode = ep->emode;
170 node.expr = ep->expr;
171 node.elen = ep->elen;
178 arith_error(e_recursive,ep
901 register Arith_t *ep; local
954 Arith_t *ep; local
993 matherr(struct exception *ep) argument
[all...]
/macosx-10.9.5/libutil-34/
H A Dgetmntopts.c84 char *ep; local
97 rv = strtol(val, &ep, 0);
99 if (*ep)
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtw.help.c107 size_t ep; local
125 ep = full.len;
127 full.len = ep;
/macosx-10.9.5/text_cmds-87/ed/
H A Dundo.c136 line_t *lp, *ep, *tl; local
140 ep = ustack[u_p].t->q_forw;
141 for (lp = ustack[u_p].h; lp != ep; lp = tl) {
/macosx-10.9.5/network_cmds-433/ping.tproj/
H A Dping.c265 char *ep, *source, *target, *payload; local
337 ultmp = strtoul(optarg, &ep, 0);
338 if (*ep || ep == optarg || ultmp > LONG_MAX || !ultmp)
360 ultmp = strtoul(optarg, &ep, 0);
361 if (*ep || ep == optarg)
376 ultmp = strtoul(optarg, &ep, 0);
377 if (*ep || ep
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/src/
H A Dfetch.c157 char *ep, *clear, *realm; local
185 if ((ep = strchr(cp, '\"')) != NULL) {
186 size_t len = ep - cp;
332 char *cp, *ep, *thost, *tport; local
376 ep = strchr(url, '/');
377 if (ep == NULL)
380 len = ep - url;
384 ep++;
385 *path = ftp_strdup(ep);
413 if ((ep
498 char *ep; local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/securityd_client/
H A Deventlistener.cpp129 EventPointer ep = *it++; local
130 if (ep->GetDomain () == domain &&
131 (ep->GetMask () & (1 << event)) != 0)
133 ep->consume (domain, event, data);
/macosx-10.9.5/Security-55471.14.18/libsecurityd/lib/
H A Deventlistener.cpp129 EventPointer ep = *it++; local
130 if (ep->GetDomain () == domain &&
131 (ep->GetMask () & (1 << event)) != 0)
133 ep->consume (domain, event, data);
/macosx-10.9.5/apache-786.1/httpd/modules/metadata/
H A Dmod_version.c78 char *p = version_string, *ep; local
91 ep = version_string + strlen(version_string);
92 while (p <= ep && c < 3) {
110 if (p < ep) { /* syntax error */
/macosx-10.9.5/emacs-92/emacs/msdos/
H A Dis_exec.c187 const char *cp, *ep=0; local
191 ep = cp;
193 ep = 0;
195 extension = ep;

Completed in 393 milliseconds

1234567891011>>