/titanic_51/usr/src/cmd/dtrace/test/tst/common/strtoll/ |
H A D | tst.strtoll.d | 18 * Test the strtoll() subroutine. 20 * SECTION: Actions and Subroutines/strtoll() 29 printf("%d\n", strtoll("0", 2)); 30 printf("%d\n", strtoll("1", 36)); 33 printf("%d\n", strtoll("0x20", 16)); 34 printf("%d\n", strtoll("-32", 10)); 35 printf("%d\n", strtoll("010", 8)); 36 printf("%d\n", strtoll("101010", 2)); 39 printf("%d\n", strtoll("9223372036854775807")); 40 printf("%d\n", strtoll(" [all...] |
H A D | err.BaseTooLarge.d | 21 * SECTION: Actions and Subroutines/strtoll() 28 printf("%d\n", strtoll("0", 37));
|
H A D | err.BaseTooSmall.d | 20 * SECTION: Actions and Subroutines/strtoll() 27 printf("%d\n", strtoll("0", 1));
|
/titanic_51/usr/src/lib/libast/common/comp/ |
H A D | strtoll.c | 26 #define strtoll ______strtoll macro 30 #undef strtoll 40 #define S2I_function strtoll
|
H A D | transition.c | 64 #ifndef strtoll 69 return strtoll(a, b, c); in _ast_strtoll()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | strtoll.c | 23 * strtoll() implementation 26 #define strtoll ______strtoll macro 30 #undef strtoll 40 #define S2I_function strtoll
|
H A D | transition.c | 64 #ifndef strtoll 69 return strtoll(a, b, c); in _ast_strtoll()
|
/titanic_51/usr/src/cmd/split/ |
H A D | split.c | 124 line_count = (long long) strtoll(&argv[i][1], in main() 143 suffix_length = (long long) strtoll(optarg, in main() 157 byte_count = (long long) strtoll(optarg, in main() 172 line_count = (long long) strtoll(optarg, in main()
|
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | cmp.c | 299 o1 = strtoll(opt_info.arg, &e, 0); in b_cmp() 301 o2 = strtoll(e + 1, &e, 0); in b_cmp() 350 o1 = strtoll(s, &e, 0); in b_cmp() 358 o2 = strtoll(s, &e, 0); in b_cmp()
|
/titanic_51/usr/src/cmd/dtrace/test/tst/common/privs/ |
H A D | tst.func_access.ksh | 58 BEGIN { trace(strtoll(`initname)); } 59 BEGIN { trace(strtoll(`initname, 10)); }
|
/titanic_51/usr/src/cmd/head/ |
H A D | head.c | 93 linecnt = (off_t)strtoll(&argv[i][1], (char **)NULL, in main() 114 linecnt = (off_t)strtoll(optarg, (char **)NULL, 10); in main()
|
/titanic_51/usr/src/lib/libc/port/gen/ |
H A D | strtoimax.c | 41 return ((intmax_t)strtoll(nptr, endptr, base)); in strtoimax()
|
/titanic_51/usr/src/cmd/sh/ |
H A D | test.c | 205 ll_1 = strtoll((char *)a, NULL, 10); in e3() 206 ll_2 = strtoll((char *)nxtarg(0), NULL, 10); in e3()
|
/titanic_51/usr/src/head/iso/ |
H A D | stdlib_c99.h | 83 extern long long strtoll(const char *_RESTRICT_KYWD, char **_RESTRICT_KYWD,
|
/titanic_51/usr/src/cmd/expr/ |
H A D | expr.c | 181 l1 = strtoll(r1, (char **)NULL, 10); 182 l2 = strtoll(r2, (char **)NULL, 10); 255 i1 = strtoll(r1, (char **)NULL, 10); 256 i2 = strtoll(r2, (char **)NULL, 10);
|
/titanic_51/usr/src/cmd/mandoc/ |
H A D | compat_strtonum.c | 59 ll = strtoll(numstr, &ep, 10); in strtonum()
|
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | strtonum.c | 52 ll = strtoll(numstr, &ep, 10); in strtonum()
|
/titanic_51/usr/src/cmd/dtrace/test/tst/common/json/ |
H A D | tst.usdt.d | 41 this->index = strtoll(json(this->j, "index"));
|
/titanic_51/usr/src/lib/libscf/common/ |
H A D | scf_type.c | 372 if (strtoll(v, &p, 10) != 0 && *v == '0') in valid_encoded_value() 378 (void) strtoll(v, &p, 10); in valid_encoded_value()
|
/titanic_51/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_fp.c | 389 ret = (strtoll((ap_id1 + i), NULL, 16)) - in cfga_ap_id_cmp() 390 (strtoll((ap_id2 + i), NULL, 16)); in cfga_ap_id_cmp()
|
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 427 #undef strtoll 428 #define strtoll _ast_strtoll macro 445 extern __MANGLE__ _ast_intmax_t strtoll __PROTO__((const char*, char**, int));
|
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 427 #undef strtoll 428 #define strtoll _ast_strtoll macro 445 extern __MANGLE__ _ast_intmax_t strtoll __PROTO__((const char*, char**, int));
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 448 #undef strtoll 449 #define strtoll _ast_strtoll macro 466 extern __MANGLE__ _ast_intmax_t strtoll __PROTO__((const char*, char**, int));
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 448 #undef strtoll 449 #define strtoll _ast_strtoll macro 466 extern __MANGLE__ _ast_intmax_t strtoll __PROTO__((const char*, char**, int));
|
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 427 #undef strtoll 428 #define strtoll _ast_strtoll macro 445 extern __MANGLE__ _ast_intmax_t strtoll __PROTO__((const char*, char**, int));
|