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

12345

/haiku-fatelf/src/bin/coreutils/lib/
H A Dputenv.c58 char **ep; local
70 ep = environ;
71 while (*ep != NULL)
72 if (!strncmp (*ep, name, len) && (*ep)[len] == '=')
75 char **dp = ep;
83 ++ep;
98 register char **ep; local
107 for (ep = environ; *ep !
[all...]
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;
/haiku-fatelf/src/system/libroot/posix/glibc/extensions/
H A Dgetopt_init.c50 char *cp, **ep; local
62 for (ep = env; *ep != NULL; ++ep)
63 if ((*ep)[0] == '_'
64 && __builtin_expect (strncmp (*ep + 1, cp, len) == 0, 0))
67 char **dp = ep;
68 __getopt_nonoption_flags = &(*ep)[len];
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dsetenv.c88 register char **ep = 0; local
98 for (ep = __environ; *ep != NULL; ++ep)
99 if (!strncmp (*ep, name, namelen) && (*ep)[namelen] == '=')
105 if (__environ == NULL || *ep == NULL)
144 size_t len = strlen (*ep);
154 *ep = new;
156 memcpy (*ep, nam
171 char **ep; local
[all...]
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-lane.c66 register const struct lecdatahdr_8023 *ep; local
68 ep = (const struct lecdatahdr_8023 *)bp;
71 EXTRACT_16BITS(&ep->le_header),
72 etheraddr_string(ep->h_source),
73 etheraddr_string(ep->h_dest),
77 EXTRACT_16BITS(&ep->le_header),
78 etheraddr_string(ep->h_source),
79 etheraddr_string(ep->h_dest),
80 etherproto_string(ep->h_type),
96 struct lecdatahdr_8023 *ep; local
[all...]
H A Dprint-ah.c47 register const u_char *ep; local
52 ep = snapend; /* 'ep' points to the end of available data. */
63 if (bp + sizeof(struct ah) + sumlen > ep)
H A Dprint-ipcomp.c54 register const u_char *ep; local
63 /* 'ep' points to the end of available data. */
64 ep = snapend;
66 if ((u_char *)(ipcomp + 1) >= ep - sizeof(struct ipcomp)) {
H A Dprint-dvmrp.c78 register const u_char *ep; local
81 ep = (const u_char *)snapend;
82 if (bp >= ep)
97 if (print_probe(bp, ep, len) < 0)
105 if (print_report(bp, ep, len) < 0)
116 if (print_neighbors(bp, ep, len) < 0)
135 if (print_neighbors2(bp, ep, len) < 0)
169 print_report(register const u_char *bp, register const u_char *ep, argument
195 if (bp + width + 1 > ep) {
226 print_probe(register const u_char *bp, register const u_char *ep, argument
259 print_neighbors(register const u_char *bp, register const u_char *ep, register u_int len) argument
290 print_neighbors2(register const u_char *bp, register const u_char *ep, register u_int len) argument
[all...]
H A Dprint-ether.c82 register const struct ether_header *ep; local
83 ep = (const struct ether_header *)bp;
86 etheraddr_string(ESRC(ep)),
87 etheraddr_string(EDST(ep)));
90 if (ntohs(ep->ether_type) <= ETHERMTU)
94 tok2str(ethertype_values,"Unknown", ntohs(ep->ether_type)),
95 ntohs(ep->ether_type));
97 if (ntohs(ep->ether_type) <= ETHERMTU)
100 (void)printf(", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ntohs(ep->ether_type)));
109 struct ether_header *ep; local
[all...]
H A Dprint-pim.c214 register const u_char *ep; local
217 ep = (const u_char *)snapend;
218 if (bp >= ep)
418 register const u_char *ep; local
421 ep = (const u_char *)snapend;
422 if (bp >= ep)
623 register const u_char *ep; local
627 ep = (const u_char *)snapend;
628 if (bp >= ep)
630 if (ep > b
[all...]
H A Dprint-rt6.c48 register const u_char *ep; local
55 /* 'ep' points to the end of available data. */
56 ep = snapend;
86 if ((u_char *)(addr + 1) > ep)
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_remquol.c32 int32_t ex,ep,hx,hp; local
37 GET_LDOUBLE_WORDS (ep, hp, lp, p);
39 qs = (sx ^ (ep & 0x8000)) >> 15;
40 ep &= 0x7fff;
44 if ((ep | hp | lp) == 0)
47 || ((ep == 0x7fff) /* p is NaN */
51 if (ep <= 0x7ffb)
54 if (((ex - ep) | (hx - hp) | (lx - lp)) == 0)
75 if (ep < 0x0002)
/haiku-fatelf/src/libs/libtelnet/
H A Dencrypt.c151 Encryptions *ep = encryptions; local
155 while (ep->type && ep->type != type)
156 ++ep;
157 return(ep->type ? ep : 0);
163 Encryptions *ep = encryptions; local
167 while (ep->type && ep->type != type)
168 ++ep;
190 Encryptions *ep = encryptions; local
223 Encryptions *ep = encryptions; local
248 Encryptions *ep; local
281 Encryptions *ep; local
486 Encryptions *ep; local
525 Encryptions *ep; local
569 Encryptions *ep; local
617 Encryptions *ep; local
653 Encryptions *ep = encryptions; local
720 Encryptions *ep; local
802 Encryptions *ep; local
942 Encryptions *ep; local
[all...]
/haiku-fatelf/src/libs/ncurses/ncurses/trace/
H A Dlib_tracemse.c46 _tracemouse(MEVENT const *ep) argument
58 ep->id,
59 ep->x,
60 ep->y,
61 ep->z,
62 (unsigned long) ep->bstate);
64 #define SHOW(m, s) if ((ep->bstate & m) == m) strcat(strcat(buf, s), ", ")
H A Dlib_tracedmp.c75 char *ep = buf; local
85 ep[j] = (UChar(test) == test
95 ep[j] = '\0';
100 ep);
110 ep = buf;
114 ep[j] = '?';
116 ep[j] = pair + 'A';
118 ep[j] = pair + 'a';
120 ep[j] = pair + '0';
122 ep[
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Dprintenv.c85 char *ep, *ap; local
134 ep = *env;
136 while (*ep != '\0' && *ap != '\0' && *ep++ == *ap++)
138 if (*ep == '=' && *ap == '\0')
140 printf ("%s%c", ep + 1,
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgspaintpath.c477 hpgs_path_point *ep, int *n_ep,
486 hpgs_bezier_path_point(_this,i,tt1,&ep[*n_ep+0].p);
501 ep[*n_ep-1].flags = HPGS_POINT_LINE;
502 ep[*n_ep+0].p.x += tan1->y * d;
503 ep[*n_ep+0].p.y -= tan1->x * d;
504 ep[*n_ep+0].flags = HPGS_POINT_BEZIER;
507 hpgs_bezier_path_point(_this,i,tt2,&ep[*n_ep+3].p);
522 ep[*n_ep+3].p.x += tan2->y * d;
523 ep[*n_ep+3].p.y -= tan2->x * d;
524 ep[*n_e
475 extrude_bezier_internal(const hpgs_paint_path *_this, int i, double tt1, double tt2, double d, hpgs_path_point *ep, int *n_ep, hpgs_point *tan1, hpgs_point *tan2) argument
566 extrude_bezier(const hpgs_paint_path *_this, int i, double tt1, double tt2, double d, hpgs_path_point *ep, int *n_ep, hpgs_point *tan1, hpgs_point *tan2) argument
642 extrude_line(const hpgs_paint_path *_this, int i, double tt1, double tt2, double d, hpgs_path_point *ep, int *n_ep, hpgs_point *tangent) argument
724 hpgs_path_point ep[12]; local
793 hpgs_path_point ep[12]; local
1202 hpgs_point ep[4]; local
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dmode.c125 extraFunc *ep = findExtraMode(mid); local
126 if (ep) {
127 return ep->display_name;
280 extraFunc *ep; local
289 ep = findExtraMode(d->minorMode);
290 if (ep) {
291 mode_str = ep->display_name;
362 extraFunc *ep; local
381 ep = findExtraMode(modeid);
382 if (ep) {
[all...]
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_mkquery.c108 register u_char *cp, *ep; local
132 ep = buf + buflen;
143 if (ep - cp < QFIXEDSZ)
145 if ((n = dn_comp(dname, cp, ep - cp - QFIXEDSZ, dnptrs,
159 if ((ep - cp) < RRFIXEDSZ)
161 n = dn_comp((const char *)data, cp, ep - cp - RRFIXEDSZ,
181 if (ep - cp < 1 + RRFIXEDSZ + datalen)
216 register u_char *cp, *ep; local
226 ep = buf + buflen;
228 if ((ep
272 register u_char *cp, *ep; local
[all...]
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dcomp_parse.c90 enqueue(ENTRY * ep) argument
93 ENTRY *newp = _nc_copy_entry(ep);
119 ENTRY *ep, *last; local
121 for (last = 0, ep = headp; ep != 0; last = ep, ep = ep->next) {
122 if (&(ep->tterm) == tterm) {
124 last->next = ep
141 ENTRY *ep; local
[all...]
H A Dalloc_entry.c145 _nc_wrap_entry(ENTRY * const ep, bool copy_strings) argument
150 unsigned nuses = ep->nuses;
151 TERMTYPE *tp = &(ep->tterm);
166 if (ep->uses[i].name == 0) {
167 ep->uses[i].name = _nc_save_str(ep->uses[i].name);
175 for_each_string(i, &(ep->tterm)) {
185 if (ep->uses[i].name == 0)
188 useoffsets[i] = ep->uses[i].name - stringbuf;
196 for_each_string(i, &(ep
[all...]
/haiku-fatelf/src/bin/bash/
H A Dbraces.c367 char **result, *ep; local
391 ep = 0;
395 tr = strtoimax (rhs, &ep, 10);
396 if (ep && *ep != 0 && *ep != '.')
402 ep = rhs + 1;
407 ep = 0;
413 if (ep && *ep
[all...]
/haiku-fatelf/src/libs/crypt/
H A Dcrypt-md5.c52 static const char *sp, *ep; local
64 for(ep = sp; *ep && *ep != '$' && ep < (sp + 8); ep++)
68 sl = ep - sp;
/haiku-fatelf/src/bin/network/telnet/
H A Dcommands.c1632 struct env_lst *ep;
1634 for (ep = envlisthead.next; ep; ep = ep->next) {
1635 if (strcmp(ep->var, var) == 0)
1636 return(ep);
1646 struct env_lst *ep;
1651 ep = env_define((unsigned char *)*epp,
1653 ep
1624 struct env_lst *ep; local
1638 struct env_lst *ep; local
1683 struct env_lst *ep; local
1708 struct env_lst *ep; local
1725 struct env_lst *ep; local
1734 struct env_lst *ep; local
1743 struct env_lst *ep; local
1769 struct env_lst *ep; local
1798 struct env_lst *ep; local
2856 char *cp, *cp2, *lsrp, *ep; local
[all...]
/haiku-fatelf/src/libs/util/
H A Dlogin_cap.c526 char *res, *ep, *oval; local
560 rlim_t tim = strtoq(res, &ep, 0);
563 if (ep == NULL || ep == res || errno != 0) {
571 switch (*ep++) {
573 ep--;
595 res = ep;
617 char *ep, *res; local
645 val = strtoq(res, &ep, 0);
646 if (ep
669 char *ep, *res, *oval; local
[all...]

Completed in 136 milliseconds

12345