Searched refs:strtoul (Results 1 - 20 of 20) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/libsa/
H A Dstdlib.h46 * Added strtol and strtoul prototypes.
82 extern unsigned long int strtoul (const char *, char **, int);
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSNumber.cpp33 extern unsigned long strtoul(const char *, char **, int);
69 return init((unsigned long long)strtoul(value, NULL, 0), numberOfBits);
H A DOSUnserializeXML.cpp224 extern unsigned long strtoul(const char *, char **, int);
2345 object->size = strtoul(values[i], NULL, 0);
H A DOSUnserializeXML.y129 extern unsigned long strtoul(const char *, char **, int);
733 object->size = strtoul(values[i], NULL, 0);
/macosx-10.5.8/xnu-1228.15.4/tools/tests/MMTest/
H A DMPMMtest.c183 num_ints = strtoul(argv[1], NULL, 0);
188 num_msgs = strtoul(argv[1], NULL, 0);
193 num_clients = strtoul(argv[1], NULL, 0);
198 num_servers = strtoul(argv[1], NULL, 0);
203 client_delay = strtoul(argv[1], NULL, 0);
208 client_spin = strtoul(argv[1], NULL, 0);
213 client_pages = strtoul(argv[1], NULL, 0);
H A DMMtest.c184 num_ints = strtoul(argv[1], NULL, 0);
189 num_msgs = strtoul(argv[1], NULL, 0);
194 num_clients = strtoul(argv[1], NULL, 0);
199 client_delay = strtoul(argv[1], NULL, 0);
/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.
199 strtoul(nptr, endptr, base) function
H A Dlibkern.h147 extern u_long strtoul(const char *, char **, int);
/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.
199 strtoul(const char *nptr, char **endptr, int base) function
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dnetboot.c139 u_long l = strtoul(p, 0, 0);
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Ddgraph.c122 load_address = strtoul(address, NULL, 0);
H A Dc++rem3.c718 count = strtoul(cp, &cp_new, 10);
1736 l = strtoul(curDecl, &newp, 10);
H A Dload.c1795 address = strtoul(address_string, NULL, 16);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_link.c1266 *firstlink = strtoul((char*)&dataptr->attrData[0], NULL, 10);
H A Dhfs_readwrite.c1362 cnid = strtoul(bufptr, NULL, 10);
H A Dhfs_vfsops.c2649 linkref = strtoul(&nameptr[HFS_INODE_PREFIX_LEN], NULL, 10);
2653 linkref = strtoul(&nameptr[HFS_DIRINODE_PREFIX_LEN], NULL, 10);
H A Dhfs_vnops.c3713 uid = strtoul((const char *)VTOC(ddvp)->c_desc.cd_nameptr, 0, 0);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_lookup.c1312 id = strtoul(path, &str, 10);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din.c1439 u_long l = strtoul(p, 0, 0);
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c1453 my_ppid = strtoul( &my_buffer[0], NULL, 10 );
1455 printf( "strtoul failed. got errno %d - %s. \n", errno, strerror( errno ) );

Completed in 146 milliseconds