Searched refs:ep (Results 1 - 25 of 209) 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/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.c103 ahcp_time_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
109 if (cp + 4 != ep)
123 ND_TCHECK2(*cp, ep - cp);
131 ahcp_seconds_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
133 if (cp + 4 != ep)
141 ND_TCHECK2(*cp, ep - cp);
149 ahcp_ipv6_addresses_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
153 while (cp < ep) {
154 if (cp + 16 > ep)
169 ND_TCHECK2(*cp, ep
177 ahcp_ipv4_addresses_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
201 ahcp_ipv6_prefixes_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
229 ahcp_ipv4_prefixes_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
272 ahcp1_options_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
313 ahcp1_body_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
360 const u_char *ep = cp + len; local
[all...]
H A Dprint-ah.c40 register const u_char *ep; local
45 ep = ndo->ndo_snapend; /* 'ep' points to the end of available data. */
56 if (bp + sizeof(struct ah) + sumlen > ep)
H A Dprint-ipcomp.c46 register const u_char *ep; local
55 /* 'ep' points to the end of available data. */
56 ep = ndo->ndo_snapend;
58 if ((u_char *)(ipcomp + 1) >= ep - sizeof(struct ipcomp)) {
H A Dprint-dvmrp.c71 register const u_char *ep; local
74 ep = (const u_char *)ndo->ndo_snapend;
75 if (bp >= ep)
90 if (print_probe(ndo, bp, ep, len) < 0)
98 if (print_report(ndo, bp, ep, len) < 0)
109 if (print_neighbors(ndo, bp, ep, len) < 0)
128 if (print_neighbors2(ndo, bp, ep, len) < 0)
163 register const u_char *bp, register const u_char *ep,
189 if (bp + width + 1 > ep) {
221 register const u_char *bp, register const u_char *ep,
162 print_report(netdissect_options *ndo, register const u_char *bp, register const u_char *ep, register u_int len) argument
220 print_probe(netdissect_options *ndo, register const u_char *bp, register const u_char *ep, register u_int len) argument
251 print_neighbors(netdissect_options *ndo, register const u_char *bp, register const u_char *ep, register u_int len) argument
283 print_neighbors2(netdissect_options *ndo, register const u_char *bp, register const u_char *ep, register u_int len) argument
[all...]
H A Dprint-ether.c93 register const struct ether_header *ep; local
96 ep = (const struct ether_header *)bp;
99 etheraddr_string(ndo, ESRC(ep)),
100 etheraddr_string(ndo, EDST(ep))));
102 ether_type = EXTRACT_16BITS(&ep->ether_type);
131 struct ether_header *ep; local
150 ep = (struct ether_header *)p;
153 ether_type = EXTRACT_16BITS(&ep->ether_type);
161 if (llc_print(ndo, p, length, caplen, ESRC(ep), EDST(ep),
[all...]
H A Dprint-zeromq.c79 zmtp1_print_frame(netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
107 body_len_captured = ep - cp - header_len;
139 return ep;
145 const u_char *ep = min(ndo->ndo_snapend, cp + len); local
148 while (cp < ep)
149 cp = zmtp1_print_frame(ndo, cp, ep);
214 const u_char *ep = min(ndo->ndo_snapend, cp + len); local
217 while (cp < ep)
218 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-rrcp.c80 register const struct ether_header *ep; local
84 ep = (const struct ether_header *)cp;
92 etheraddr_string(ndo, ESRC(ep)),
93 etheraddr_string(ndo, EDST(ep)),
H A Dprint-rt6.c44 register const u_char *ep; local
52 /* 'ep' points to the end of available data. */
53 ep = ndo->ndo_snapend;
83 if ((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/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...]

Completed in 402 milliseconds

123456789