HomeSort by relevance Sort by last modified time
    Searched defs:ep (Results 101 - 125 of 154) sorted by null

1 2 3 45 6 7

  /external/dbus/dbus/
dbus-sysdeps-wince-glue.c 310 char *ep = *envp; local
313 while (*varp == *ep && *varp != '\0')
315 ++ep;
319 if (*varp == '\0' && *ep == '=')
320 return ep + 1;
335 char *ep = *envp; local
338 while (*varp == *ep && *varp != '\0')
342 ++ep;
346 if (*varp == *ep && *varp == '\0')
  /external/dhcpcd/
dhcp.c 1386 char **ep; local
1410 ep = env;
1415 setvar(&ep, prefix, "ip_address", inet_ntoa(addr));
1418 setvar(&ep, prefix, "subnet_mask", inet_ntoa(net));
1422 setvar(&ep, prefix, "subnet_cidr", cidr);
1425 setvar(&ep, prefix, "broadcast_address", inet_ntoa(brd));
1428 setvar(&ep, prefix, "network_number", inet_ntoa(addr));
1432 setvar(&ep, prefix, "filename", (const char *)dhcp->bootfile);
1434 setvar(&ep, prefix, "server_name", (const char *)dhcp->servername);
    [all...]
  /external/ipsec-tools/src/libipsec/
pfkey.c 384 caddr_t ep; local
432 ep = ((caddr_t)(void *)newmsg) + len;
434 p = pfkey_setsadbmsg((void *)newmsg, ep, SADB_GETSPI,
441 p = pfkey_setsadbxsa2(p, ep, mode, reqid);
448 p = pfkey_setsadbaddr(p, ep, SADB_EXT_ADDRESS_SRC, src, (u_int)plen,
456 p = pfkey_setsadbaddr(p, ep, SADB_EXT_ADDRESS_DST, dst, (u_int)plen,
467 if (p + sizeof(spirange) > ep) {
482 if (p != ep) {
579 caddr_t ep; local
613 ep = ((caddr_t)(void *)newmsg) + len
760 caddr_t ep; local
1140 caddr_t ep; local
1222 caddr_t ep; local
1499 caddr_t ep; local
1583 caddr_t ep; local
1652 caddr_t ep; local
1741 caddr_t ep; local
1934 caddr_t ep; \/* XXX should be passed from upper layer *\/ local
    [all...]
  /external/libpcap/
pcap-dlpi.c 247 register u_char *bp, *ep, *pk; local
307 ep = bp + cc;
310 while (bp < ep) {
326 p->cc = ep - bp;
363 p->cc = ep - bp;
    [all...]
pcap-dos.c 823 struct ether_header *ep = (struct ether_header*) buf; local
826 etype = ep->ether_type;
    [all...]
optimize.c 290 propedom(ep)
291 struct edge *ep;
293 SET_INSERT(ep->edom, ep->id);
294 if (ep->succ) {
295 SET_INTERSECT(ep->succ->et.edom, ep->edom, edgewords);
296 SET_INTERSECT(ep->succ->ef.edom, ep->edom, edgewords);
1310 fold_edge(child, ep)
1427 struct edge *ep; local
1520 struct edge *ep; local
    [all...]
  /external/openssh/
misc.c 249 char *sp, *ep; local
255 if ((ep = strchr(sp, ':')) == NULL) {
259 ep[0] = '\0'; ep++;
260 *remote = a2tun(ep, NULL);
974 char *ep; local
984 val = strtol(cp, &ep, 0);
985 if (*cp == '\0' || *ep != '\0' || val < 0 || val > 255)
  /external/qemu/hw/
goldfish_nand.c 740 char *ep; local
741 dev_size = strtoull(value, &ep, 0);
742 if(ep != value + value_len)
746 char *ep; local
747 page_size = strtoul(value, &ep, 0);
748 if(ep != value + value_len)
752 char *ep; local
753 extra_size = strtoul(value, &ep, 0);
754 if(ep != value + value_len)
758 char *ep; local
    [all...]
  /external/regex-re2/re2/
re2.cc 355 const char* ep = p + str->size(); local
359 while (p <= ep) {
366 if (p < ep)
380 if (p < ep)
381 out.append(p, ep - p);
    [all...]
parse.cc 1575 const char* ep = s->data() + s->size(); local
    [all...]
  /external/tcpdump/
addrtoname.c 318 /* Find the hash node that corresponds the ether address 'ep' */
321 lookup_emem(const u_char *ep)
326 k = (ep[0] << 8) | ep[1];
327 j = (ep[2] << 8) | ep[3];
328 i = (ep[4] << 8) | ep[5];
465 etheraddr_string(register const u_char *ep)
473 tp = lookup_emem(ep);
821 register struct pcap_etherent *ep; local
    [all...]
print-icmp6.c 180 const u_int8_t *ep, *q; local
183 ep = p + l;
184 while (l > 0 && q < ep) {
243 const u_char *ep; local
249 /* 'ep' points to the end of available data. */
250 ep = snapend;
461 icmp6_rrenum_print(bp, ep);
465 icmp6_nodeinfo_print(length, bp, ep);
524 const u_char *ep; local
533 /* 'ep' points to the end of available data. *
606 const u_char *cp, *ep; local
730 const u_char *ep; local
    [all...]
print-udp.c 207 rtcp_print(const u_char *hdr, const u_char *ep)
217 if ((u_char *)(rh + 1) > ep) {
219 return (ep);
232 if ((u_char *)(sr + 1) > ep) {
234 return (ep);
271 if ((u_char *)(rr + 1) > ep) {
273 return (ep);
426 register const u_char *ep = bp + length; local
432 if (ep > snapend)
433 ep = snapend
    [all...]
print-wb.c 262 const u_char *ep = snapend; local
270 while (--n >= 0 && (u_char *)(ps + 1) <= ep) {
279 for (ie = io + ps->nid; io < ie && (u_char *)(io + 1) <= ep; ++io) {
287 return ((u_char *)ps <= ep? 0 : -1);
  /system/core/toolbox/grep/
grep.c 320 char *ep; local
422 l = strtoull(optarg, &ep, 10);
426 else if (ep[0] != '\0') {
511 mcount = strtoull(optarg, &ep, 10);
515 else if (ep[0] != '\0') {
  /external/ipsec-tools/src/racoon/
isakmp.c 1425 struct isakmp_parse_t *p, *ep; local
    [all...]
oakley.c 2826 u_char *p, *ep; local
    [all...]
  /external/libmtp/src/
libusb-glue.c 112 static int usb_clear_stall_feature(PTP_USB* ptp_usb, int ep);
113 static int usb_get_endpoint_status(PTP_USB* ptp_usb, int ep, uint16_t* status);
1732 struct usb_endpoint_descriptor *ep; local
    [all...]
  /external/libpng/
pngwutil.c 860 png_sPLT_entryp ep; local
879 for (ep = spalette->entries; ep<spalette->entries + spalette->nentries; ep++)
883 entrybuf[0] = (png_byte)ep->red;
884 entrybuf[1] = (png_byte)ep->green;
885 entrybuf[2] = (png_byte)ep->blue;
886 entrybuf[3] = (png_byte)ep->alpha;
887 png_save_uint_16(entrybuf + 4, ep->frequency);
891 png_save_uint_16(entrybuf + 0, ep->red)
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c 116 static int ep_to_pipeRef(struct libusb_device_handle *dev_handle, uint8_t ep, uint8_t *pipep, uint8_t *ifcp) {
124 usbi_info (HANDLE_CTX(dev_handle), "converting ep address 0x%02x to pipeRef and interface", ep); local
131 if (cInterface->endpoint_addrs[i] == ep) {
142 usbi_warn (HANDLE_CTX(dev_handle), "no pipeRef found with endpoint address 0x%02x.", ep); local
    [all...]
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 655 const mDNSu8 *ep = ptr; local
657 if (!ptr) { DisplayError(srcaddr, ep, end, "KNOWN ANSWER"); return; }
669 const mDNSu8 *ep = ptr; local
671 if (!ptr) { DisplayError(srcaddr, ep, end, "AUTHORITY"); return; }
679 const mDNSu8 *ep = ptr; local
681 if (!ptr) { DisplayError(srcaddr, ep, end, "ADDITIONAL"); return; }
702 const mDNSu8 *ep = ptr; local
704 if (!ptr) { DisplayError(srcaddr, ep, end, "QUESTION"); return; }
713 const mDNSu8 *ep = ptr; local
715 if (!ptr) { DisplayError(srcaddr, ep, end, "ANSWER"); return;
733 const mDNSu8 *ep = ptr; local
742 const mDNSu8 *ep = ptr; local
    [all...]
  /external/mksh/src/
histrap.c 884 unsigned char *ep; local
886 for (ep = base + *bytes; --ep > base; ) {
892 for (; ep > base && *ep != COMMAND; ep--)
894 if (ep == base)
897 *bytes = *bytes - ((char *)ep - (char *)base);
898 return (ep);
    [all...]
jobs.c 1389 struct env *ep; local
    [all...]
main.c 835 struct env *ep; local
844 ep = (void *)(cp - ALLOC_SIZE);
846 ainit(&ep->area);
847 ep->oenv = e;
848 ep->loc = e->loc;
849 ep->savefd = NULL;
850 ep->temps = NULL;
851 ep->type = type;
852 ep->flags = 0;
854 e = ep;
860 struct env *ep = e; local
924 struct env *ep; local
952 struct env *ep; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwutil.c 812 png_sPLT_entryp ep; local
833 for (ep = spalette->entries; ep<spalette->entries+spalette->nentries; ep++)
837 entrybuf[0] = (png_byte)ep->red;
838 entrybuf[1] = (png_byte)ep->green;
839 entrybuf[2] = (png_byte)ep->blue;
840 entrybuf[3] = (png_byte)ep->alpha;
841 png_save_uint_16(entrybuf + 4, ep->frequency);
845 png_save_uint_16(entrybuf + 0, ep->red)
    [all...]

Completed in 688 milliseconds

1 2 3 45 6 7