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

/darwin-on-arm/xnu/osfmk/libsa/
H A Dstdlib.h46 * Added strtol and strtoul prototypes.
82 extern unsigned long int strtoul (const char *, char **, int);
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c169 num_ints = strtoul(argv[1], NULL, 0);
174 num_msgs = strtoul(argv[1], NULL, 0);
179 num_clients = strtoul(argv[1], NULL, 0);
184 num_servers = strtoul(argv[1], NULL, 0);
189 client_delay = strtoul(argv[1], NULL, 0);
194 client_spin = strtoul(argv[1], NULL, 0);
199 client_pages = strtoul(argv[1], NULL, 0);
204 portcount = strtoul(argv[1], NULL, 0);
H A DKQMPMMtest.c170 num_ints = strtoul(argv[1], NULL, 0);
175 num_msgs = strtoul(argv[1], NULL, 0);
180 num_clients = strtoul(argv[1], NULL, 0);
185 num_servers = strtoul(argv[1], NULL, 0);
190 client_delay = strtoul(argv[1], NULL, 0);
195 client_spin = strtoul(argv[1], NULL, 0);
200 client_pages = strtoul(argv[1], NULL, 0);
/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.
199 strtoul(nptr, endptr, base) function
H A Dlibkern.h148 extern u_long strtoul(const char *, char **, int);
/darwin-on-arm/xnu/libkern/c++/
H A DOSNumber.cpp65 return init((unsigned long long)strtoul(newValue, NULL, 0), newNumberOfBits);
H A DOSUnserializeXML.cpp2373 object->size = strtoul(values[i], NULL, 0);
H A DOSUnserializeXML.y761 object->size = strtoul(values[i], NULL, 0);
/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.
86 unsigned long strtoul(const char *nptr, char **endptr, int base);
219 strtoul(const char *nptr, char **endptr, int base) function
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dpipes_tests.c463 set_timeout(strtoul(optarg, &endptr, 0));
H A Dtests.c1578 my_ppid = strtoul( &my_buffer[0], NULL, 10 );
1580 printf( "strtoul failed. got errno %d - %s. \n", errno, strerror( errno ) );
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_link.c1296 *firstlink = strtoul((char*)&dataptr->attrData[0], NULL, 10);
H A Dhfs_vfsops.c3298 linkref = strtoul(&nameptr[HFS_INODE_PREFIX_LEN], NULL, 10);
3302 linkref = strtoul(&nameptr[HFS_DIRINODE_PREFIX_LEN], NULL, 10);
H A Dhfs_readwrite.c1637 cnid = strtoul(bufptr, NULL, 10);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c1674 id = strtoul(path, &str, 10);
/darwin-on-arm/xnu/bsd/netinet/
H A Din.c1864 u_int32_t l = strtoul(p, 0, 0);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c1792 val = strtoul(pnum, NULL, ((TYPE) == DECIMALVALUE) ? 10 : 16); \
1919 sin6->sin6_scope_id = strtoul(pscope, NULL, 10);

Completed in 284 milliseconds