Searched refs:strtol (Results 1 - 15 of 15) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dstrtol.c41 (void) sprintf(lm_usage, "note: measures strtol()");
53 (void) strtol("1", NULL, 10);
54 (void) strtol("11", NULL, 10);
55 (void) strtol("123", NULL, 10);
56 (void) strtol("1234", NULL, 10);
57 (void) strtol("12345", NULL, 10);
58 (void) strtol("123456", NULL, 10);
59 (void) strtol("1234567", NULL, 10);
60 (void) strtol("12345678", NULL, 10);
61 (void) strtol("12345678
[all...]
H A DMakefile.benchmarks106 strtol \
H A Dbench.sh323 strtol $OPTS -N "strtol" -I 20
H A Dcoreos_bench.sh349 strtol $OPTS -N "strtol" -I 20
H A Dembd_bench.sh329 strtol $OPTS -N "strtol" -I 20
/darwin-on-arm/xnu/osfmk/libsa/
H A Dstdlib.h46 * Added strtol and strtoul prototypes.
81 extern long int strtol (const char *, char **, int);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmain.c228 g_max_failures = strtol( argv[i], NULL, 10 );
451 my_first_test_number = strtol( &my_buffer[0], NULL, 10 );
457 my_last_test_number = strtol( (my_temp_ptr + 1), NULL, 10 );
469 my_last_test_number = strtol( &my_buffer[0], NULL, 10 );
480 my_first_test_number = strtol( &my_buffer[0], NULL, 10 );
/darwin-on-arm/xnu/bsd/libkern/
H A Dstrtol.c30 * strol.c - The functions strtol() & strtoul() are exported as public API
35 * Created based on BSD4.4's strtol.c & strtoul.c.
107 strtol(nptr, endptr, base) function
211 * See strtol for comments as to the logic used.
H A Dlibkern.h147 extern long strtol(const char*, char **, int);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStringFuncs.c32 * strol.c - The functions strtol() & strtoul() are exported as public API
37 * Created based on BSD4.4's strtol.c & strtoul.c.
85 long strtol(const char *nptr, char **endptr, int base);
127 strtol(const char *nptr, char **endptr, int base) function
228 * See strtol for comments as to the logic used.
H A DIONVRAM.cpp1052 tmpNumber = OSNumber::withNumber(strtol((const char *)propData, 0, 0), 32);
/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserializeXML.cpp2302 object->idref = strtol(values[i], NULL, 0);
2307 object->idref = strtol(values[i], NULL, 0);
H A DOSUnserializeXML.y690 object->idref = strtol(values[i], NULL, 0);
695 object->idref = strtol(values[i], NULL, 0);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dblist.c865 size = strtol(ptr, NULL, 0);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs4_subs.c1053 num = *id ? strtol(id, NULL, 10) : unknown;

Completed in 205 milliseconds