Searched refs:eptr (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Delftc_timestamp.c39 char *env, *eptr; local
43 source_date_epoch = strtoll(env, &eptr, 10);
44 if (*eptr != '\0')
/freebsd-11-stable/lib/msun/src/
H A Ds_frexp.c35 frexp(double x, int *eptr) argument
40 *eptr = 0;
46 *eptr = -54;
48 *eptr += (ix>>20)-1022;
H A Ds_frexpf.c26 frexpf(float x, int *eptr) argument
31 *eptr = 0;
37 *eptr = -25;
39 *eptr += (ix>>23)-126;
/freebsd-11-stable/contrib/binutils/ld/
H A Dldemul.c249 ld_emulation_xfer_type **eptr = ld_emulations; local
253 for (; *eptr; eptr++)
255 if (strcmp (target, (*eptr)->emulation_name) == 0)
257 ld_emulation = *eptr;
270 ld_emulation_xfer_type **eptr = ld_emulations; local
273 for (; *eptr; eptr++)
279 fprintf (f, "%s", (*eptr)->emulation_name);
286 ld_emulation_xfer_type **eptr; local
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dgetline.c43 char *ptr, *eptr; local
52 for (ptr = *buf, eptr = *buf + *bufsiz;;) {
69 if (ptr + 2 >= eptr) {
77 eptr = nbuf + nbufsiz;
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dmain1.c159 char *eptr; local
163 msg = strtol(ptr, &eptr, 0);
168 if (*eptr || ptr == eptr || msg < 0 ||
H A Dscan.l463 char c, *eptr;
510 ul = strtoul(cp, &eptr, base);
512 uq = strtouq(cp, &eptr, base);
514 if (eptr != cp + len)
666 char c, *eptr;
689 d = strtod(cp, &eptr);
690 if (eptr != cp + len) {
691 switch (*eptr) {
976 char c, *eptr;
991 ln = strtol(--cp, &eptr, 1
[all...]
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dread.c112 char *line, *eptr, rt = '\0'; local
144 cline = (int)strtol(cp, &eptr, 10);
145 if (cp == eptr) {
148 cp = eptr;
171 isrc = (int)strtol(cp, &eptr, 10);
172 if (cp == eptr)
174 cp = eptr;
180 iline = (int)strtol(cp, &eptr, 10);
181 if (cp == eptr)
183 cp = eptr;
270 char c, *eptr; local
542 char c, s, *eptr; local
715 char c, s, *eptr; local
1077 char *eptr, c; local
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dgethost.c170 const char *ptr, *bptr, *eptr = NULL, *name; local
179 for (ptr = defs; (bptr = strstr(ptr, def)) != NULL; ptr = eptr + 1) {
183 if ((eptr = strchr(ptr + sizeof(def) - 1, ')')) == NULL) {
189 buf = cat(buf, bptr, eptr - bptr + 1);
191 len = eptr - name;
213 if (!eptr) {
217 buf = cat(buf, eptr + 1, 0);
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c404 char *eptr; local
407 tag_num = strtoul(vstart, &eptr, 10);
409 if (eptr && *eptr && (eptr > vstart + vlen))
417 if (eptr)
418 vlen -= eptr - vstart;
422 switch (*eptr) {
441 erch[0] = *eptr;
816 char *eptr; local
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_parse.c340 char *eptr; local
342 val = strtol(s + *off, &eptr, 0);
343 if (val < (int8_t)0x80 || val > (u_int8_t)0xff || eptr == s + *off)
345 *off = eptr - s;
435 char *eptr; local
437 val = strtol(s + *off, &eptr, 0);
439 || val > (u_int16_t)0xffff || eptr == s + *off)
441 *off = eptr - s;
531 char *eptr; local
534 val = strtol(s + *off, &eptr,
630 char *eptr; local
1022 char *eptr; local
1243 char *eptr; local
[all...]
H A Dng_sample.c202 char *eptr; local
207 dlci = (int)strtoul(cp, &eptr, 10);
208 if (*eptr != '\0' || dlci < 0 || dlci > 1023)
H A Dng_ksocket.c272 char *eptr; local
274 val = strtoul(s + *off, &eptr, 10);
275 if (val > 0xff || eptr == s + *off)
277 *off += (eptr - (s + *off));
285 val = strtoul(s + *off, &eptr, 10);
286 if (val > 0xffff || eptr == s + *off)
288 *off += (eptr - (s + *off));
1301 char *eptr; local
1311 val = (int)strtoul(s, &eptr, 10);
1312 if (val < 0 || *eptr !
[all...]
H A Dng_frame_relay.c238 char *eptr; local
277 dlci = (int)strtoul(cp, &eptr, 10);
278 if (*eptr != '\0' || dlci < 0 || dlci > 1023)
H A Dng_one2many.c217 char *eptr; local
222 i = strtoul(cp, &eptr, 10);
223 if (*eptr != '\0' || i >= NG_ONE2MANY_MAX_LINKS)
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_getopt_long.c54 char *line, *eptr, *longopt, *ptr, *optstring = NULL, *result = NULL; local
89 maxnlongopts = strtoul(ptr, &eptr, 10);
90 if (*eptr != '\0')
148 (int)strtoul(longopt, &eptr, 10);
149 if (*eptr != '\0')
/freebsd-11-stable/tools/tools/ath/athpoke/
H A Dathpoke.c69 char *eptr; local
110 reg = (uint32_t) strtoul(argv[0], &eptr, 0);
111 if (argv[0] == eptr || eptr[0] != '\0')
/freebsd-11-stable/contrib/netbsd-tests/net/in_cksum/
H A Din_cksum.c122 unsigned char *eptr = ptr + m->m_len; local
125 if (ptr == eptr) {
130 eptr = ptr + m->m_len;
/freebsd-11-stable/stand/common/
H A Dconsole.c291 char * eptr; local
293 tdiv = strtoul(value, &eptr, 0);
294 if (*(const char *)value == 0 || *eptr != 0) {
/freebsd-11-stable/usr.sbin/mixer/
H A Dmixer.c106 char *name, *eptr; local
115 n = strtol(name + 5, &eptr, 10) - 1;
116 if (n > 0 && *eptr == '\0')
/freebsd-11-stable/contrib/bmake/
H A Darch.c796 char *ptr, *eptr; local
821 eptr = ar->fnametab + size;
822 for (entry = 0, ptr = ar->fnametab; ptr < eptr; ptr++)
845 entry = (size_t)strtol(&name[1], &eptr, 0);
846 if ((*eptr != ' ' && *eptr != '\0') || eptr == &name[1]) {
H A Dcond.c496 char *eptr, ech;
505 l_val = strtoul(str, &eptr, str[1] == 'x' ? 16 : 10);
506 ech = *eptr;
512 d_val = strtod(str, &eptr);
513 if (*eptr)
489 char *eptr, ech; local
/freebsd-11-stable/contrib/apr-util/redis/
H A Dapr_redis.c1192 char *ptr, *eptr; local
1216 rs->version.major = strtol(ptr + sizeof(RV_FIELD) - 1, &eptr, 10);
1217 ptr = eptr + 1;
1218 rs->version.minor = strtol(ptr, &eptr, 10);
1219 ptr = eptr + 1;
1220 rs->version.patch = strtol(ptr, &eptr, 10);
1521 char *eptr; local
1524 ret->major = rs->version.major = strtol(ptr + sizeof(RV_FIELD) - 1, &eptr, 10);
1525 ptr = eptr + 1;
1526 ret->minor = rs->version.minor = strtol(ptr, &eptr, 1
[all...]
/freebsd-11-stable/usr.bin/localedef/
H A Dscanner.c637 char *eptr; local
638 yylval.num = strtol(token, &eptr, 10);
639 if (*eptr != 0)
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c193 char *eptr; local
214 image->loadSegment = strtoul(value, &eptr, 16);
215 if (eptr == value || *eptr != '\0' || errno != ERANGE) {

Completed in 222 milliseconds

12