HomeSort by: relevance | last modified time | path
    Searched refs:strtol (Results 1 - 25 of 1013) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl2/grep/dist/lib/
strtoul.c 24 #include <strtol.c>
strtol.c 1 /* $NetBSD: strtol.c,v 1.1.1.1 2016/01/10 21:36:19 christos Exp $ */
77 # define strtol __wcstoull_l macro
79 # define strtol __wcstoul_l macro
83 # define strtol __strtoull_l macro
85 # define strtol __strtoul_l macro
91 # define strtol __wcstoll_l macro
93 # define strtol __wcstol_l macro
97 # define strtol __strtoll_l macro
99 # define strtol __strtol_l macro
107 # define strtol wcstoul macro
109 # define strtol macro
113 # define strtol macro
115 # define strtol macro
121 # define strtol macro
123 # define strtol macro
127 # define strtol macro
    [all...]
  /src/lib/libc/stdlib/
atoi.c 49 return((int)strtol(str, NULL, 10));
atol.c 49 return(strtol(str, (char **)NULL, 10));
strtol.c 1 /* $NetBSD: strtol.c,v 1.18 2008/08/20 12:42:26 joerg Exp $ */
31 __RCSID("$NetBSD: strtol.c,v 1.18 2008/08/20 12:42:26 joerg Exp $");
40 #define _FUNCNAME strtol
  /src/external/gpl2/diffutils/dist/lib/
strtoimax.c 66 long strtol PARAMS ((char const *, char **, int));
81 # define strtol strtoul macro
102 return strtol (ptr, endptr, base);
strtol.c 1 /* $NetBSD: strtol.c,v 1.1.1.1 2016/01/13 03:15:30 christos Exp $ */
73 # define strtol __wcstoull_l macro
75 # define strtol __wcstoul_l macro
79 # define strtol __strtoull_l macro
81 # define strtol __strtoul_l macro
87 # define strtol __wcstoll_l macro
89 # define strtol __wcstol_l macro
93 # define strtol __strtoll_l macro
95 # define strtol __strtol_l macro
103 # define strtol wcstoul macro
105 # define strtol macro
109 # define strtol macro
111 # define strtol macro
117 # define strtol macro
119 # define strtol macro
123 # define strtol macro
    [all...]
posixver.c 54 long int i = strtol (s, &e, 10);
  /src/tests/lib/libc/stdlib/
t_atoi.c 62 "Test that atoi(3) matches the corresponding strtol(3) call");
71 ATF_REQUIRE(atoi("0") == strtol("0", NULL, 10));
72 ATF_REQUIRE(atoi("-1") == strtol("-1", NULL, 10));
73 ATF_REQUIRE(atoi(buf) == strtol(buf, NULL, 10));
80 "Test that atol(3) matches the corresponding strtol(3) call");
89 ATF_REQUIRE(atol("0") == strtol("0", NULL, 10));
90 ATF_REQUIRE(atol("-1") == strtol("-1", NULL, 10));
91 ATF_REQUIRE(atol(buf) == strtol(buf, NULL, 10));
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
strtol.c 58 # define strtol __wcstoull_l macro
60 # define strtol __wcstoul_l macro
64 # define strtol __strtoull_l macro
66 # define strtol __strtoul_l macro
72 # define strtol __wcstoll_l macro
74 # define strtol __wcstol_l macro
78 # define strtol __strtoll_l macro
80 # define strtol __strtol_l macro
88 # define strtol wcstoull macro
90 # define strtol wcstou macro
94 # define strtol macro
96 # define strtol macro
102 # define strtol macro
104 # define strtol macro
108 # define strtol macro
242 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr, function
433 strtol (const STRING_TYPE *nptr, STRING_TYPE **endptr, function
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
strtol.c 58 # define strtol __wcstoull_l macro
60 # define strtol __wcstoul_l macro
64 # define strtol __strtoull_l macro
66 # define strtol __strtoul_l macro
72 # define strtol __wcstoll_l macro
74 # define strtol __wcstol_l macro
78 # define strtol __strtoll_l macro
80 # define strtol __strtol_l macro
88 # define strtol wcstoull macro
90 # define strtol wcstou macro
94 # define strtol macro
96 # define strtol macro
102 # define strtol macro
104 # define strtol macro
108 # define strtol macro
242 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr, function
433 strtol (const STRING_TYPE *nptr, STRING_TYPE **endptr, function
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/testsuite/
Makefile.in 48 check-pexecute check-expandargv check-strtol
68 # Check the strtol functionality
69 check-strtol: test-strtol
70 ./test-strtol
89 test-strtol: $(srcdir)/test-strtol.c ../libiberty.a
90 $(TEST_COMPILE) -DHAVE_CONFIG_H -I.. -o test-strtol \
91 $(srcdir)/test-strtol.c ../libiberty.a
106 rm -f test-strtol
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
attach-pie-misread.c 34 long count = strtol (argv[1], NULL, 0);
  /src/external/ibm-public/postfix/dist/src/util/
sane_strtol.c 7 /* strtol() with mandatory errno reset
21 /* These functions are wrappers around the strtol() and strtoul()
47 /* sane_strtol - strtol() with mandatory initialization */
52 return (strtol(start, end, base));
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
attach-pie-misread.c 34 long count = strtol (argv[1], NULL, 0);
  /src/external/gpl2/xcvs/dist/lib/
strtol.c 23 __RCSID("$NetBSD: strtol.c,v 1.2 2016/05/17 14:00:09 christos Exp $");
66 # define strtol __wcstoull_l macro
68 # define strtol __wcstoul_l macro
72 # define strtol __strtoull_l macro
74 # define strtol __strtoul_l macro
80 # define strtol __wcstoll_l macro
82 # define strtol __wcstol_l macro
86 # define strtol __strtoll_l macro
88 # define strtol __strtol_l macro
96 # define strtol wcstoul macro
98 # define strtol macro
102 # define strtol macro
104 # define strtol macro
110 # define strtol macro
112 # define strtol macro
116 # define strtol macro
255 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr, function
446 strtol (const STRING_TYPE *nptr, STRING_TYPE **endptr, function
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/testsuite/
Makefile.in 48 check-pexecute check-expandargv check-strtol \
69 # Check the strtol functionality
70 check-strtol: test-strtol
71 ./test-strtol
94 test-strtol: $(srcdir)/test-strtol.c ../libiberty.a
95 $(TEST_COMPILE) -DHAVE_CONFIG_H -I.. -o test-strtol \
96 $(srcdir)/test-strtol.c ../libiberty.a
115 rm -f test-strtol
    [all...]
  /src/usr.sbin/sesd/srcs/
setobjstat.c 65 cvt = strtol(v[2], &x, 0);
72 cvt = strtol(v[3 + i], &x, 0);
setencstat.c 61 val = strtol(v[2], NULL, 0);
  /src/external/gpl2/dtc/dist/tests/
appendprop_addrrange.c 31 xac = strtol(argv[2], NULL, 10);
32 xsc = strtol(argv[3], NULL, 10);
33 num = strtol(argv[4], NULL, 10);
  /src/external/apache2/llvm/dist/llvm/utils/count/
count.c 21 Count = strtol(argv[1], &End, 10);
  /src/external/bsd/ntp/dist/sntp/libopts/
boolean.c 66 long val = strtol(od->optArg.argString, &pz, 0);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
insn-reverse.c 69 test_nr = strtol (argv[1], &tail, 10);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
insn-reverse.c 69 test_nr = strtol (argv[1], &tail, 10);
  /src/usr.sbin/altq/libaltq/
qop_rio.c 123 weight = (int)strtol(*argv, NULL, 0);
127 qlimit = (int)strtol(*argv, NULL, 0);
131 lo_th_min = (int)strtol(*argv, NULL, 0);
135 lo_th_max = (int)strtol(*argv, NULL, 0);
139 lo_inv_pmax = (int)strtol(*argv, NULL, 0);
143 med_th_min = (int)strtol(*argv, NULL, 0);
147 med_th_max = (int)strtol(*argv, NULL, 0);
151 med_inv_pmax = (int)strtol(*argv, NULL, 0);
155 hi_th_min = (int)strtol(*argv, NULL, 0);
159 hi_th_max = (int)strtol(*argv, NULL, 0)
    [all...]

Completed in 111 milliseconds

1 2 3 4 5 6 7 8 91011>>