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

12

/freebsd-9.3-release/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-9.3-release/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-9.3-release/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;
H A Dfuncs.c541 char *ptr, *eptr; local
544 for (ptr = buf, eptr = ptr + bufsiz - 1; ptr < eptr && *s; s++) {
549 if (ptr >= eptr - 3)
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dmain1.c156 char *eptr; local
157 long msg = strtol(ptr, &eptr, 0);
162 if (*eptr || ptr == eptr || msg < 0 ||
H A Dscan.l459 char c, *eptr;
506 ul = strtoul(cp, &eptr, base);
508 uq = strtouq(cp, &eptr, base);
510 if (eptr != cp + len)
660 char c, *eptr;
683 d = strtod(cp, &eptr);
684 if (eptr != cp + len)
954 char c, *eptr;
969 ln = strtol(--cp, &eptr, 10);
970 if (cp == eptr)
[all...]
/freebsd-9.3-release/usr.bin/xlint/lint2/
H A Dread.c111 char *line, *eptr, rt = '\0'; local
143 cline = (int)strtol(cp, &eptr, 10);
144 if (cp == eptr) {
147 cp = eptr;
170 isrc = (int)strtol(cp, &eptr, 10);
171 if (cp == eptr)
173 cp = eptr;
179 iline = (int)strtol(cp, &eptr, 10);
180 if (cp == eptr)
182 cp = eptr;
269 char c, *eptr; local
543 char c, s, *eptr; local
712 char c, s, *eptr; local
1074 char *eptr, c; local
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dgethost.c167 const char *ptr, *bptr, *eptr = NULL, *name; local
175 for (ptr = defs; (bptr = strstr(ptr, def)) != NULL; ptr = eptr + 1) {
178 if ((eptr = strchr(ptr + sizeof(def) - 1, ')')) == NULL) {
183 buf = cat(buf, bptr, eptr - bptr + 1);
185 len = eptr - name;
203 if (!eptr) {
207 buf = cat(buf, eptr + 1, 0);
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c372 char *eptr; local
375 tag_num = strtoul(vstart, &eptr, 10);
377 if (eptr && *eptr && (eptr > vstart + vlen))
385 if (eptr)
386 vlen -= eptr - vstart;
390 switch (*eptr) {
409 erch[0] = *eptr;
787 char *eptr; local
[all...]
/freebsd-9.3-release/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
1020 char *eptr; local
1240 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.c276 char *eptr; local
278 val = strtoul(s + *off, &eptr, 10);
279 if (val > 0xff || eptr == s + *off)
281 *off += (eptr - (s + *off));
289 val = strtoul(s + *off, &eptr, 10);
290 if (val > 0xffff || eptr == s + *off)
292 *off += (eptr - (s + *off));
1296 char *eptr; local
1306 val = (int)strtoul(s, &eptr, 10);
1307 if (val < 0 || *eptr !
[all...]
H A Dng_frame_relay.c236 char *eptr; local
275 dlci = (int)strtoul(cp, &eptr, 10);
276 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 < 0 || i >= NG_ONE2MANY_MAX_LINKS)
/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/bmake/
H A Darch.c795 char *ptr, *eptr; local
820 eptr = ar->fnametab + size;
821 for (entry = 0, ptr = ar->fnametab; ptr < eptr; ptr++)
844 entry = (size_t)strtol(&name[1], &eptr, 0);
845 if ((*eptr != ' ' && *eptr != '\0') || eptr == &name[1]) {
H A Dcond.c486 char *eptr, ech;
491 l_val = strtoul(str, &eptr, str[1] == 'x' ? 16 : 10);
492 ech = *eptr;
498 d_val = strtod(str, &eptr);
499 if (*eptr)
479 char *eptr, ech; local
/freebsd-9.3-release/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) {
/freebsd-9.3-release/sys/netgraph/netflow/
H A Dng_netflow.c284 char *eptr; local
290 ifnum = (int)strtoul(cp, &eptr, 10);
291 if (*eptr != '\0' || ifnum < 0 || ifnum >= NG_NETFLOW_MAXIFACES)
316 char *eptr; local
322 ifnum = (int)strtoul(cp, &eptr, 10);
323 if (*eptr != '\0' || ifnum < 0 || ifnum >= NG_NETFLOW_MAXIFACES)
/freebsd-9.3-release/sys/dev/rc/
H A Drc.c658 u_char *tptr, *eptr; local
700 eptr = rc->rc_iptr;
705 icnt = eptr - tptr;
754 for (; tptr < eptr; tptr++)
780 u_char *tptr, *eptr; local
793 eptr = rc->rc_iptr;
801 sc->sc_scheduled_event -= eptr - tptr;
/freebsd-9.3-release/usr.sbin/inetd/
H A Dinetd.c1882 char *eptr; local
1885 val = strtoul(s + 1, &eptr, 10);
1886 if (eptr == s + 1 || val > MAX_MAXCHLD) {
1897 if (*eptr == '/')
1898 sep->se_maxcpm = strtol(eptr + 1, &eptr, 10);
1899 if (*eptr == '/')
1900 sep->se_maxperip = strtol(eptr + 1, &eptr, 10);
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_nmea.c1288 char * eptr; /* buffer end end pointer */ local
1296 eptr = cptr + dlen;
1297 *eptr = '\0';
1340 if (*cptr != '*' || cptr != eptr - 3 ||
1354 if (cptr != eptr || cs_l != cs_r)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddoublest.c288 static long double ldfrexp (long double value, int *eptr);
291 ldfrexp (long double value, int *eptr)
323 *eptr = exp;
290 ldfrexp(long double value, int *eptr) argument

Completed in 469 milliseconds

12