/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/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/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);
|
/src/usr.bin/mkesdb/ |
lex.l | 73 yylval.i_value = strtoul(yytext, NULL, 0);
|
/src/sys/arch/hpcmips/stand/lcboot/ |
main.c | 462 p = (const char *) strtoul(opt, &endptr, 16); 469 limit = (const char *) strtoul(opt, &endptr, 16); 537 reclen_bk = reclen = strtoul(s2lbuf, &endptr, 16); 570 recaddr = strtoul(s2lbuf, &endptr, 16); 588 *p = (u_int8_t) strtoul(s2lbuf, &endptr, 16); 608 sum += (strtoul(s2lbuf, &endptr, 16) & 0xff); 641 offset = (char *) strtoul(opt, &endptr, 16); 655 p = (char *) strtoul(opt, &endptr, 16); 662 limit = (char *) strtoul(opt, &endptr, 16); 669 c = strtoul(opt, &endptr, 16) [all...] |
/src/usr.bin/audiocfg/ |
main.c | 175 i = strtoul(argv[2], NULL, 10); 189 i = strtoul(argv[2], NULL, 10); 208 i = strtoul(argv[2], NULL, 10); 230 prec = strtoul(argv[5], NULL, 10); 234 ch = strtoul(argv[6], NULL, 10); 239 freq = strtoul(argv[7], NULL, 10); 252 i = strtoul(argv[2], NULL, 10);
|
/src/lib/libc/gdtoa/test/ |
Qtest.c | 111 u.bits[_0] = (ULong)strtoul(s1 = s+1, &se, 16); 113 u.bits[_1] = (ULong)strtoul(s1 = se, &se, 16); 115 u.bits[_2] = (ULong)strtoul(s1 = se, &se, 16); 117 u.bits[_3] = (ULong)strtoul(s1 = se, &se, 16);
|
strtodt.c | 75 if ((a.L[0] = (ULong)strtoul(s, &s1,16), s1 <= s) 76 || (a.L[1] = (ULong)strtoul(s1,&se,16), se <= s1)) {
|
xLtest.c | 105 u.bits[_0] = (ULong)strtoul(s1 = s+1, &se, 16); 107 u.bits[_1] = (ULong)strtoul(s1=se, &se, 16); 109 u.bits[_2] = (ULong)strtoul(s1=se, &se, 16);
|
/src/lib/libcrypt/ |
util.c | 63 rv = strtoul(str, &ep, 0);
|
/src/usr.bin/mkcsmapper/ |
lex.l | 76 yylval.i_value = strtoul(yytext, NULL, 0);
|
/src/usr.bin/audio/common/ |
decode.c | 52 ret = (int)strtoul(arg, &ep, 10); 67 ret = (unsigned)strtoul(arg, &ep, 10);
|
/src/sys/external/bsd/acpica/dist/compiler/ |
asloptions.c | 354 AslGbl_PruneDepth = (UINT8) strtoul (AcpiGbl_Optarg, NULL, 0); 370 AslGbl_PruneType = (UINT8) strtoul (AcpiGbl_Optarg, NULL, 0); 684 AslGbl_LineBufferSize = (UINT32) strtoul (AcpiGbl_Optarg, NULL, 0) * 1024; 820 AslGbl_RevisionOverride = (UINT8) strtoul (AcpiGbl_Optarg, NULL, 0); 1044 AcpiDbgLevel = strtoul (AcpiGbl_Optarg, NULL, 16);
|
/src/sbin/nvmectl/ |
perftest.c | 118 io_test.num_threads = strtoul(optarg, &p, 0); 150 io_test.size = strtoul(optarg, &p, 0); 165 io_test.time = strtoul(optarg, &p, 0);
|
/src/sys/arch/ews4800mips/stand/common/ |
loader.c | 57 addr = strtoul(argp[1], 0, 0); 59 sp = strtoul(argp[2], 0, 0); 98 q = (uint8_t *)strtoul(argp[1], 0, 0);
|
inckern.c | 54 total = strtoul(optarg, 0, 0);
|
/src/sys/arch/mvmeppc/mvmeppc/ |
platform_160x.c | 113 bootinfo.bi_mpuspeed = strtoul(speed, NULL, 10) * 1000000; 115 bootinfo.bi_busspeed = strtoul(speed, NULL, 10) * 1000000;
|
/src/usr.bin/chpass/ |
field.c | 112 id = strtoul(p, &np, 10); 114 * We don't need to check the return value of strtoul() 146 id = strtoul(p, &np, 10); 148 * We don't need to check the return value of strtoul()
|
/src/sys/dev/fdt/ |
fdt_console.c | 131 return (int)strtoul(p + 1, NULL, 10); 150 (void)strtoul(p + 1, &ep, 10);
|