Searched refs:ep (Results 1 - 25 of 206) sorted by relevance

123456789

/external/syslinux/com32/lib/
H A Dsuffix_number.c41 char *ep; local
45 v = strtoull(str, &ep, 0);
46 switch (*ep | 0x20) {
/external/python/cpython2/Lib/test/
H A Dtest_epoll.py70 ep = select.epoll(16)
73 self.assertTrue(ep.fileno() > 0, ep.fileno())
74 self.assertTrue(not ep.closed)
75 ep.close()
76 self.assertTrue(ep.closed)
77 self.assertRaises(ValueError, ep.fileno)
90 ep = select.epoll(2)
92 ep.register(server.fileno(), select.EPOLLIN | select.EPOLLOUT)
93 ep
[all...]
/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/bison/lib/
H A Dunsetenv.c60 char **ep; local
72 ep = __environ;
73 while (*ep != NULL)
74 if (!strncmp (*ep, name, len) && (*ep)[len] == '=')
77 char **dp = ep;
85 ++ep;
/external/tcpdump/
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-ahcp.c101 ahcp_time_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
107 if (cp + 4 != ep)
121 ND_TCHECK2(*cp, ep - cp);
129 ahcp_seconds_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
131 if (cp + 4 != ep)
139 ND_TCHECK2(*cp, ep - cp);
147 ahcp_ipv6_addresses_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
151 while (cp < ep) {
152 if (cp + 16 > ep)
163 ND_TCHECK2(*cp, ep
171 ahcp_ipv4_addresses_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
195 ahcp_ipv6_prefixes_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
219 ahcp_ipv4_prefixes_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
262 ahcp1_options_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
303 ahcp1_body_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
350 const u_char *ep = cp + len; local
[all...]
H A Dprint-dvmrp.c72 register const u_char *ep; local
75 ep = (const u_char *)ndo->ndo_snapend;
76 if (bp >= ep)
91 if (print_probe(ndo, bp, ep, len) < 0)
99 if (print_report(ndo, bp, ep, len) < 0)
110 if (print_neighbors(ndo, bp, ep, len) < 0)
129 if (print_neighbors2(ndo, bp, ep, len) < 0)
164 register const u_char *bp, register const u_char *ep,
190 if (bp + width + 1 > ep) {
222 register const u_char *bp, register const u_char *ep,
163 print_report(netdissect_options *ndo, register const u_char *bp, register const u_char *ep, register u_int len) argument
221 print_probe(netdissect_options *ndo, register const u_char *bp, register const u_char *ep, register u_int len) argument
252 print_neighbors(netdissect_options *ndo, register const u_char *bp, register const u_char *ep, register u_int len) argument
284 print_neighbors2(netdissect_options *ndo, register const u_char *bp, register const u_char *ep, register u_int len) argument
[all...]
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-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-rt6.c43 register const u_char *ep; local
50 /* 'ep' points to the end of available data. */
51 ep = ndo->ndo_snapend;
75 if ((const u_char *)(addr + 1) > ep)
H A Dprint-openflow-1.0.c14 * * ep -- the pointer to the end of the captured frame
16 * or the value of ep, which means the current frame processing is over as it
739 const u_char *cp, const u_char *ep, const u_int len)
752 return ep;
757 const u_char *cp, const u_char *ep, const u_int len)
899 if (fn_printn(ndo, cp, len - 8, ep)) {
920 if (fn_printn(ndo, cp, len - 4, ep)) {
957 return ep;
962 const u_char *cp, const u_char *ep, const u_int len)
1031 return ep;
738 of10_data_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, const u_int len) argument
756 of10_bsn_message_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, const u_int len) argument
961 of10_bsn_actions_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, const u_int len) argument
1035 of10_vendor_action_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, const u_int len) argument
1064 of10_vendor_message_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, const u_int len) argument
1094 of10_vendor_data_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, const u_int len) argument
1119 of10_packet_data_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, const u_int len) argument
1142 of10_phy_ports_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, u_int len) argument
1217 of10_queue_props_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, u_int len) argument
1293 of10_queues_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, u_int len) argument
1341 of10_match_print(netdissect_options *ndo, const char *pfx, const u_char *cp, const u_char *ep) argument
1445 of10_actions_print(netdissect_options *ndo, const char *pfx, const u_char *cp, const u_char *ep, u_int len) argument
1612 of10_features_reply_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, const u_int len) argument
1650 of10_flow_mod_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, const u_int len) argument
1708 of10_port_mod_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
1745 of10_stats_request_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, u_int len) argument
1829 of10_desc_stats_reply_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, const u_int len) argument
1876 of10_flow_stats_reply_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, u_int len) argument
1957 of10_aggregate_stats_reply_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, const u_int len) argument
1990 of10_table_stats_reply_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, u_int len) argument
2049 of10_port_stats_reply_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, u_int len) argument
2134 of10_queue_stats_reply_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, u_int len) argument
2182 of10_stats_reply_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, const u_int len) argument
2222 of10_packet_out_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, const u_int len) argument
2260 of10_packet_in_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, const u_int len) argument
2293 of10_flow_removed_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
2347 of10_error_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, const u_int len) argument
2379 of10_header_body_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, const uint8_t type, const uint16_t len, const uint32_t xid) argument
[all...]
/external/openssh/openbsd-compat/
H A Dstrtonum.c38 char *ep; local
55 ll = strtoll(numstr, &ep, 10);
56 if (numstr == ep || *ep != '\0')
H A Dinet_ntop.c118 char *tp, *ep; local
159 ep = tmp + sizeof(tmp);
160 for (i = 0; i < (IN6ADDRSZ / INT16SZ) && tp < ep; i++) {
165 if (tp + 1 >= ep)
173 if (tp + 1 >= ep)
180 if (!inet_ntop4(src+12, tp, (size_t)(ep - tp)))
185 advance = snprintf(tp, ep - tp, "%x", words[i]);
186 if (advance <= 0 || advance >= ep - tp)
192 if (tp + 1 >= ep)
196 if (tp + 1 >= ep)
[all...]
H A Dmktemp.c49 char *start, *cp, *ep; local
61 ep = path + len - slen;
64 for (start = ep; start > path && start[-1] == 'X'; start--) {
71 for (cp = start; cp != ep; cp++) {
/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/python/cpython2/Objects/
H A Ddictobject.c327 register PyDictEntry *ep; local
332 ep = &ep0[i];
333 if (ep->me_key == NULL || ep->me_key == key)
334 return ep;
336 if (ep->me_key == dummy)
337 freeslot = ep;
339 if (ep->me_hash == hash) {
340 startkey = ep->me_key;
346 if (ep0 == mp->ma_table && ep
415 register PyDictEntry *ep; local
486 PyDictEntry *ep; local
510 insertdict_by_entry(register PyDictObject *mp, PyObject *key, long hash, PyDictEntry *ep, PyObject *value) argument
547 register PyDictEntry *ep; local
575 register PyDictEntry *ep; local
601 PyDictEntry *oldtable, *newtable, *ep; local
712 PyDictEntry *ep; local
761 PyDictEntry *ep; local
783 dict_set_item_by_hash_or_entry(register PyObject *op, PyObject *key, long hash, PyDictEntry *ep, PyObject *value) argument
856 register PyDictEntry *ep; local
893 PyDictEntry *ep, *table; local
978 register PyDictEntry *ep; local
1005 register PyDictEntry *ep; local
1032 register PyDictEntry *ep; local
1074 PyDictEntry *ep = mp->ma_table + i; local
1198 PyDictEntry *ep; local
1255 PyDictEntry *ep; local
1289 PyDictEntry *ep; local
1325 PyDictEntry *ep; local
1941 PyDictEntry *ep; local
1971 PyDictEntry *ep; local
2000 PyDictEntry *ep; local
2036 PyDictEntry *ep; local
2081 PyDictEntry *ep; local
2314 PyDictEntry *ep; local
2331 PyDictEntry *ep; local
2559 register PyDictEntry *ep; local
2631 register PyDictEntry *ep; local
2703 register PyDictEntry *ep; local
[all...]
/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/dhcpcd-6.8.2/compat/
H A Dstrtoi.c40 char *ep; local
44 endptr = &ep;
80 char *ep; local
84 endptr = &ep;
/external/libcxx/test/support/
H A Dfilesystem_dynamic_test_helper.py10 ep = os.environ.get('LIBCXX_FILESYSTEM_DYNAMIC_TEST_ROOT')
11 assert ep is not None
12 ep = os.path.realpath(ep)
13 assert os.path.isdir(ep)
14 return ep
/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/openssh/
H A Dmd5crypt.c54 static const char *sp, *ep; local
68 for (ep = sp; *ep != '$'; ep++) {
69 if (*ep == '\0' || ep >= (sp + 8))
74 sl = ep - sp;
/external/syslinux/com32/menu/
H A Dreadconfig.c499 char *ep = sp; local
501 while (*ep && !my_isspace(*ep))
502 ep++;
504 *p = ep;
505 return refstrndup(sp, ep - sp);
535 char *ep; local
542 ep = sp;
544 while (my_isxdigit(*ep))
545 ep
653 char line[MAX_LINE], *p, *ep, ch; local
[all...]
/external/ipsec-tools/src/libipsec/
H A Dpfkey.c382 caddr_t ep; local
430 ep = ((caddr_t)(void *)newmsg) + len;
432 p = pfkey_setsadbmsg((void *)newmsg, ep, SADB_GETSPI,
439 p = pfkey_setsadbxsa2(p, ep, mode, reqid);
446 p = pfkey_setsadbaddr(p, ep, SADB_EXT_ADDRESS_SRC, src, (u_int)plen,
454 p = pfkey_setsadbaddr(p, ep, SADB_EXT_ADDRESS_DST, dst, (u_int)plen,
465 if (p + sizeof(spirange) > ep) {
480 if (p != ep) {
570 caddr_t ep; local
604 ep
743 caddr_t ep; local
1079 caddr_t ep; local
1160 caddr_t ep; local
1434 caddr_t ep; local
1516 caddr_t ep; local
1579 caddr_t ep; local
1665 caddr_t ep; local
1851 caddr_t ep; /* XXX should be passed from upper layer */ local
[all...]
/external/giflib/
H A Dgifalloc.c230 ExtensionBlock *ep; local
246 ep = &(*ExtensionBlocks)[(*ExtensionBlockCount)++];
248 ep->Function = Function;
249 ep->ByteCount=Len;
250 ep->Bytes = (GifByteType *)malloc(ep->ByteCount);
251 if (ep->Bytes == NULL)
255 memcpy(ep->Bytes, ExtData, Len);
265 ExtensionBlock *ep; local
270 for (ep
[all...]

Completed in 677 milliseconds

123456789