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

/macosx-10.5.8/xnu-1228.15.4/osfmk/libsa/
H A Dstdlib.h46 * Added strtol and strtoul prototypes.
81 extern long int strtol (const char *, char **, int);
/macosx-10.5.8/xnu-1228.15.4/pexpert/ppc/
H A Dpe_kprintf.c44 extern long strtol(const char *, char **, int);
77 gPESerialBaud = strtol(baud, NULL, 0);
88 gPESerialBaud = strtol(baud, NULL, 0);
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmain.c198 g_max_failures = strtol( argv[i], NULL, 10 );
396 my_first_test_number = strtol( &my_buffer[0], NULL, 10 );
402 my_last_test_number = strtol( (my_temp_ptr + 1), NULL, 10 );
414 my_last_test_number = strtol( &my_buffer[0], NULL, 10 );
425 my_first_test_number = strtol( &my_buffer[0], NULL, 10 );
/macosx-10.5.8/xnu-1228.15.4/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.h146 extern long strtol(const char*, char **, int);
/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DIOKitBSDInit.cpp295 partition = strtol( look + 1, 0, 0 );
298 unit = strtol( look + 1, &comp, 16 );
301 lun = strtol( comp + 1, 0, 16 );
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOStringFuncs.c30 * strol.c - The functions strtol() & strtoul() are exported as public API
35 * Created based on BSD4.4's strtol.c & strtoul.c.
116 strtol(const char *nptr, char **endptr, int base) function
208 * See strtol for comments as to the logic used.
H A DIONVRAM.cpp1032 tmpNumber = OSNumber::withNumber(strtol((const char *)propData, 0, 0), 32);
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserializeXML.cpp223 extern long strtol(const char *, char **, int);
2274 object->idref = strtol(values[i], NULL, 0);
2279 object->idref = strtol(values[i], NULL, 0);
H A DOSUnserializeXML.y128 extern long strtol(const char *, char **, int);
662 object->idref = strtol(values[i], NULL, 0);
667 object->idref = strtol(values[i], NULL, 0);
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs4_subs.c560 nvap->nva_uid = strtol(s, NULL, 10);
574 nvap->nva_gid = strtol(s, NULL, 10);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dblist.c851 size = strtol(ptr, NULL, 0);
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dc++rem3.c1000 count = strtol(c->fP.fInChar, &newp, 10);

Completed in 71 milliseconds