/illumos-gate/usr/src/lib/libresolv2/common/bsd/ |
H A D | strtoul.c | 2 static const char sccsid[] = "@(#)strtoul.c 8.1 (Berkeley) 6/4/93"; 3 static const char rcsid[] = "$Id: strtoul.c,v 1.4 2008/02/18 03:49:08 marka Exp $"; 62 strtoul(const char *nptr, char **endptr, int base) { function
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | strtoul.c | 36 static char sccsid[] = "@(#)strtoul.c 8.1 (Berkeley) 6/4/93"; 51 strtoul(const char * __restrict nptr, char ** __restrict endptr, int base) function
|
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acsolaris.h | 90 #define strtoul(s, r, b) acpi_strtoul(s, r, b) macro
|
H A D | aclinux.h | 127 #define strtoul simple_strtoul macro
|
/illumos-gate/usr/src/lib/libumem/common/ |
H A D | linktest_stand.c | 52 void strtoul(void) {} function
|
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utclib.c | 83 * FUNCTION: strtoul 539 * FUNCTION: strtoul 554 strtoul ( function
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 446 #undef strtoul macro 447 #define strtoul _ast_strtoul macro 457 extern __MANGLE__ unsigned long strtoul __PROTO__((const char*, char**, int));
|
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 425 #undef strtoul macro 426 #define strtoul _ast_strtoul macro 436 extern __MANGLE__ unsigned long strtoul __PROTO__((const char*, char**, int));
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 446 #undef strtoul macro 447 #define strtoul _ast_strtoul macro 457 extern __MANGLE__ unsigned long strtoul __PROTO__((const char*, char**, int));
|
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 425 #undef strtoul macro 426 #define strtoul _ast_strtoul macro 436 extern __MANGLE__ unsigned long strtoul __PROTO__((const char*, char**, int));
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 446 #undef strtoul macro 447 #define strtoul _ast_strtoul macro 457 extern __MANGLE__ unsigned long strtoul __PROTO__((const char*, char**, int));
|
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 425 #undef strtoul macro 426 #define strtoul _ast_strtoul macro 436 extern __MANGLE__ unsigned long strtoul __PROTO__((const char*, char**, int));
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_map.h | 446 #undef strtoul macro 447 #define strtoul _ast_strtoul macro 457 extern __MANGLE__ unsigned long strtoul __PROTO__((const char*, char**, int));
|
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 425 #undef strtoul macro 426 #define strtoul _ast_strtoul macro 436 extern __MANGLE__ unsigned long strtoul __PROTO__((const char*, char**, int));
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 486 # define strtoul strtol /* gcc library bogosity */ macro 1304 # define strtoul strtol /* gcc library bogosity */ macro
|