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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/
rn-dl-bind.c 26 ret = strtoul ("42", NULL, 10); /* test.1 */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
rn-dl-bind.c 26 ret = strtoul ("42", NULL, 10); /* test.1 */
  /src/external/gpl2/grep/dist/lib/
strtoumax.c 46 unsigned long strtoul PARAMS ((char const *, char **, int));
67 USE_IF_EQUIVALENT (strtoul)
80 printf ("sizeof strtoul(): %d\n", sizeof strtoul(p, &endptr, 10));
  /src/sys/lib/libkern/arch/mips/
Makefile.inc 10 strncasecmp.c strncmp.c strncpy.c strtoul.c
  /src/tools/compat/
getmode.c 41 *mp = strtoul(str, NULL, 8);
  /src/external/ibm-public/postfix/dist/src/util/
sane_strtol.c 21 /* These functions are wrappers around the strtol() and strtoul()
55 /* sane_strtoul - strtoul() with mandatory initialization */
60 return (strtoul(start, end, base));
  /src/external/gpl3/binutils/dist/gas/
itbl-lex.l 65 yylval.processor = strtoul (yytext+1, 0, 0);
70 yylval.num = strtoul (yytext, 0, 0);
75 yylval.num = strtoul (yytext, 0, 0);
  /src/external/gpl3/binutils.old/dist/gas/
itbl-lex.l 65 yylval.processor = strtoul (yytext+1, 0, 0);
70 yylval.num = strtoul (yytext, 0, 0);
75 yylval.num = strtoul (yytext, 0, 0);
  /src/external/gpl2/diffutils/dist/lib/
strtoimax.c 51 unsigned long strtoul PARAMS ((char const *, char **, int));
81 # define strtol strtoul
  /src/external/gpl3/gcc/dist/gcc/
genversion.cc 40 major = strtoul (ptr, &ptr, 10);
43 minor = strtoul (ptr + 1, 0, 10);
  /src/external/gpl3/gcc.old/dist/gcc/
genversion.cc 40 major = strtoul (ptr, &ptr, 10);
43 minor = strtoul (ptr + 1, 0, 10);
  /src/sys/arch/arm/arm/
bootconfig.c 105 ((u_int)strtoul(ptr, NULL,
115 (u_int)strtoul(ptr, NULL, 10);
119 (u_int)strtoul(ptr, NULL, 2);
123 (u_int)strtoul(ptr, NULL, 16);
  /src/external/gpl2/dtc/dist/tests/
boot-cpuid.c 29 cpuid = strtoul(argv[2], NULL, 0);
  /src/external/gpl3/binutils/dist/libiberty/
vprintf-support.c 36 extern unsigned long strtoul ();
68 total_width += strtoul (p, (char **) &p, 10);
78 total_width += strtoul (p, (char **) &p, 10);
  /src/external/gpl3/binutils.old/dist/libiberty/
vprintf-support.c 36 extern unsigned long strtoul ();
68 total_width += strtoul (p, (char **) &p, 10);
78 total_width += strtoul (p, (char **) &p, 10);
  /src/external/gpl3/gcc/dist/libiberty/
vprintf-support.c 36 extern unsigned long strtoul ();
69 total_width += strtoul (p, (char **) &p, 10);
79 total_width += strtoul (p, (char **) &p, 10);
  /src/external/gpl3/gcc.old/dist/libiberty/
vprintf-support.c 36 extern unsigned long strtoul ();
68 total_width += strtoul (p, (char **) &p, 10);
78 total_width += strtoul (p, (char **) &p, 10);
  /src/external/gpl3/gdb/dist/libiberty/
vprintf-support.c 36 extern unsigned long strtoul ();
68 total_width += strtoul (p, (char **) &p, 10);
78 total_width += strtoul (p, (char **) &p, 10);
  /src/external/gpl3/gdb.old/dist/libiberty/
vprintf-support.c 36 extern unsigned long strtoul ();
67 total_width += strtoul (p, (char **) &p, 10);
77 total_width += strtoul (p, (char **) &p, 10);
  /src/usr.bin/moduli/qsafe/
qsafe.c 100 if ((trials = strtoul(argv[1], NULL, 10)) < TRIAL_MINIMUM) {
105 generator_wanted = strtoul(argv[2], NULL, 16);
137 in_type = strtoul(cp, &cp, 10);
140 in_tests = strtoul(cp, &cp, 10);
150 in_tries = (uint32_t) strtoul(cp, &cp, 10);
153 in_size = (uint32_t) strtoul(cp, &cp, 10);
156 generator_known = (uint32_t) strtoul(cp, &cp, 16);
  /src/sys/kern/
subr_optstr.c 129 const unsigned long ulval = strtoul(data, &ep, 10);
148 const unsigned long ulval = strtoul(data, &ep, 16);
167 const unsigned long ulval = strtoul(data, &ep, 2);
  /src/common/lib/libc/stdlib/
strtoul.c 1 /* $NetBSD: strtoul.c,v 1.3 2008/08/20 19:58:34 oster Exp $ */
31 __RCSID("$NetBSD: strtoul.c,v 1.3 2008/08/20 19:58:34 oster Exp $");
49 #define _FUNCNAME strtoul
  /src/sys/arch/pmax/pmax/
promcall.c 181 return (cp != NULL) ? strtoul(cp, NULL, 0) : 0;
228 return (cp != NULL) ? strtoul(cp, NULL, 0) : DEFAULT_SCSIID;
249 len = (int)strtoul(cp, NULL, 0) * 4;
253 memcpy(&map->bitmap, (char *)strtoul(cp, NULL, 0), len);
  /src/sys/arch/x68k/usr.bin/tvctrl/
tvctrl.c 27 num = strtoul(argv[0], &ep, 10);
  /src/tests/lib/libc/gen/posix_spawn/
h_spawn.c 58 ret = strtoul(argv[1], &endp, 10);

Completed in 44 milliseconds

1 2 3 4 5 6 7 8 91011>>