Searched defs:ep (Results 1 - 25 of 149) sorted by relevance

123456

/external/syslinux/com32/lib/
H A Dsuffix_number.c41 char *ep; local
45 v = strtoull(str, &ep, 0);
46 switch (*ep | 0x20) {
/external/syslinux/com32/samples/
H A Dadvdump.c26 uint8_t *p, *ep; local
42 ep = p + s; /* Need at least opcode+len */
43 while (p < ep - 1 && *p) {
47 if (p + l > ep)
/external/tcpdump/
H A Dprint-rt6.c43 register const u_char *ep; local
49 /* 'ep' points to the end of available data. */
50 ep = ndo->ndo_snapend;
75 if ((const u_char *)(addr + 1) > ep)
H A Dprint-loopback.c60 const u_char *ep = cp + len; local
102 ND_TCHECK2(*cp, ep - cp);
111 const u_char *ep = cp + len; local
131 ND_TCHECK2(*cp, ep - cp);
H A Dprint-openflow.c79 of_header_body_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
85 if (ep < cp + OF_HEADER_LEN)
116 return of10_header_body_print(ndo, cp, ep, type, length, xid);
125 ND_TCHECK2(*cp, ep - cp);
126 return ep;
129 return ep;
137 const u_char *ep = cp + len; local
140 while (cp < ep)
141 cp = of_header_body_print(ndo, cp, ep);
H A Dprint-zeromq.c77 zmtp1_print_frame(netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
101 body_len_captured = ep - cp - header_len;
140 return ep;
146 const u_char *ep = min(ndo->ndo_snapend, cp + len); local
149 while (cp < ep)
150 cp = zmtp1_print_frame(ndo, cp, ep);
215 const u_char *ep = min(ndo->ndo_snapend, cp + len); local
218 while (cp < ep)
219 cp = zmtp1_print_frame(ndo, cp, ep);
H A Dprint-ether.c95 register const struct ether_header *ep; local
98 ep = (const struct ether_header *)bp;
101 etheraddr_string(ndo, ESRC(ep)),
102 etheraddr_string(ndo, EDST(ep))));
104 length_type = EXTRACT_16BITS(&ep->ether_length_type);
137 const struct ether_header *ep; local
162 ep = (const struct ether_header *)p;
166 src.addr = ESRC(ep);
168 dst.addr = EDST(ep);
170 length_type = EXTRACT_16BITS(&ep
[all...]
/external/dhcpcd-6.8.2/compat/
H A Dstrtoi.c40 char *ep; local
44 endptr = &ep;
80 char *ep; local
84 endptr = &ep;
/external/libpng/contrib/tools/
H A Dcvtcolor.c36 char *ep; local
37 unsigned long c = strtoul(arg, &ep, 0);
39 if (ep <= arg || *ep || c > 65535 || (issRGB && c > 255))
/external/parameter-framework/asio/include/asio/ip/
H A Dbasic_resolver_entry.hpp48 basic_resolver_entry(const endpoint_type& ep, argument
50 : endpoint_(ep),
/external/parameter-framework/asio-1.10.6/include/asio/ip/
H A Dbasic_resolver_entry.hpp48 basic_resolver_entry(const endpoint_type& ep, argument
50 : endpoint_(ep),
/external/syslinux/memdisk/
H A Dmsetup.c150 struct e820range *ep; local
155 for (ep = ranges; ep->type != -1U; ep++) {
156 if (ep->type == 1) {
158 if (ep->start == 0) {
159 if (ep[1].start > PW(20))
162 dos_mem = ep[1].start;
164 if (ep->start <= PW(20) && ep[
[all...]
/external/freetype/src/base/
H A Dftpsprop.c64 char* ep; local
71 dp[i] = (FT_Int)ft_strtol( s, &ep, 10 );
72 if ( *ep != ',' || s == ep )
75 s = ep + 1;
78 dp[7] = (FT_Int)ft_strtol( s, &ep, 10 );
79 if ( !( *ep == '\0' || *ep == ' ' ) || s == ep )
/external/libpng/contrib/examples/
H A Diccfrompng.c107 const char *ep = strrchr(filename, '.'); local
109 if (ep != NULL)
110 len = ep-filename;
/external/libusb/examples/
H A Dsam3u_benchmark.c85 static int benchmark_in(uint8_t ep) argument
91 if (ep == EP_ISO_IN)
98 if (ep == EP_ISO_IN) {
99 libusb_fill_iso_transfer(xfr, devh, ep, buf,
103 libusb_fill_bulk_transfer(xfr, devh, ep, buf,
/external/pdfium/third_party/libtiff/
H A Dtif_packbits.c70 uint8* ep; local
78 ep = tif->tif_rawdata + tif->tif_rawdatasize;
91 if (op + 2 >= ep) { /* insure space for new data */
/external/iptables/extensions/
H A Dlibip6t_dst.c35 char* ep; local
37 id = strtoul(idstr, &ep, 0);
39 if ( idstr == ep ) {
48 if ( *idstr != '\0' && *ep != '\0' ) {
H A Dlibip6t_hbh.c37 char* ep; local
39 id = strtoul(idstr,&ep,0) ;
41 if ( idstr == ep ) {
50 if ( *idstr != '\0' && *ep != '\0' ) {
/external/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...]
/external/libpcap/
H A Ddlpisubs.c126 u_char *ep, *pk; local
136 ep = bufp + len;
140 while (bufp < ep) {
156 p->cc = ep - bufp;
193 p->cc = ep - bufp;
H A Dpcap-nit.c107 register u_char *bp, *cp, *ep; local
131 ep = bp + cc;
132 while (bp < ep) {
147 p->cc = ep - bp;
189 p->cc = ep - bp;
/external/ltp/testcases/kernel/io/aio/aio02/
H A Daio_tio.c72 struct io_event *ep; local
83 for (ep = events; n-- > 0; ep++) {
84 io_callback_t cb = (io_callback_t) ep->data;
85 struct iocb *iocb = ep->obj;
86 cb(ctx, iocb, ep->res, ep->res2);
/external/lzma/CPP/7zip/Compress/
H A DLzmaEncoder.cpp67 #define SET_PROP_32(_id_, _dest_) case NCoderPropID::_id_: ep._dest_ = v; break;
69 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep) argument
75 return ParseMatchFinder(prop.bstrVal, &ep.btMode, &ep.numHashBytes) ? S_OK : E_INVALIDARG;
82 ep.reduceSize = prop.uhVal.QuadPart;
90 case NCoderPropID::kDefaultProp: if (v > 31) return E_INVALIDARG; ep.dictSize = (UInt32)1 << (unsigned)v; break;
/external/syslinux/com32/modules/
H A Dethersel.c113 struct match **ep = &list; local
171 *ep = m;
172 ep = &m->next;
/external/syslinux/extlinux/
H A Dmountinfo.c87 char ec, *ep; local
104 m->mountid = strtoul(string_buf, &ep, 10);
105 if (*ep)
112 m->parentid = strtoul(string_buf, &ep, 10);
113 if (*ep)

Completed in 652 milliseconds

123456