| /NextBSD/contrib/libstdc++/include/c_std/ |
| D | std_cstdlib.h | 155 #undef atoll 187 extern "C" long long int (atoll)(const char *); 194 using ::atoll; 215 using ::__gnu_cxx::atoll;
|
| /NextBSD/contrib/netbsd-tests/lib/libc/stdlib/ |
| HD | t_atoi.c | 107 ATF_REQUIRE(atoll("0") == strtoll("0", NULL, 10)); in ATF_TC_BODY() 108 ATF_REQUIRE(atoll("-1") == strtoll("-1", NULL, 10)); in ATF_TC_BODY() 109 ATF_REQUIRE(atoll(buf) == strtoll(buf, NULL, 10)); in ATF_TC_BODY()
|
| /NextBSD/lib/libc/stdlib/ |
| HD | Makefile.inc | 7 MISRCS+=_Exit.c a64l.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \ 35 MLINKS+=atol.3 atoll.3
|
| HD | atoll.c | 42 atoll(const char *str) in atoll() function
|
| HD | Symbol.map | 16 atoll;
|
| /NextBSD/contrib/libstdc++/include/tr1/ |
| D | stdlib.h | 43 using std::tr1::atoll;
|
| D | cstdlib | 59 using std::atoll;
|
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | aix52.h | 187 extern long long int atoll(const char *);
|
| /NextBSD/contrib/libc++/include/ |
| D | cstdlib | 38 long long atoll(const char* nptr); // C99 107 using ::atoll;
|
| /NextBSD/contrib/compiler-rt/lib/asan/ |
| HD | asan_interceptors.cc | 718 INTERCEPTOR(long long, atoll, const char *nptr) { // NOLINT in INTERCEPTOR() argument 720 ASAN_INTERCEPTOR_ENTER(ctx, atoll); in INTERCEPTOR() 723 return REAL(atoll)(nptr); in INTERCEPTOR() 799 ASAN_INTERCEPT_FUNC(atoll); in InitializeAsanInterceptors()
|
| /NextBSD/usr.sbin/asl/ |
| HD | daemon.c | 614 if (eval) global.mark_time = atoll(l[1]); in control_set_param() 622 if (eval) global.bsd_max_dup_time = atoll(l[1]); in control_set_param() 638 if (eval) global.utmp_ttl = (time_t)atoll(l[1]); in control_set_param() 654 if (eval) global.max_work_queue_size = (int64_t)atoll(l[1]); in control_set_param()
|
| HD | syslogd.c | 594 if ((i + 1) < argc) global.mark_time = 60 * atoll(argv[++i]); in main() 606 if ((i + 1) < argc) global.bsd_max_dup_time = atoll(argv[++i]); in main()
|
| /NextBSD/include/ |
| HD | stdlib.h | 138 atoll(const char *);
|
| /NextBSD/lib/libasl/ |
| HD | asl_client.c | 336 if (op & ASL_QUERY_OP_EQUAL) start = atoll(val); in _do_store_search() 337 else start = atoll(val) + 1; in _do_store_search()
|
| HD | asl_memory.c | 508 if (val != NULL) r->os_activity_id = atoll(val); in asl_memory_message_encode() 819 out->mid = atoll(val); in asl_memory_query_to_record() 847 out->nano = atoll(val); in asl_memory_query_to_record()
|
| /NextBSD/usr.bin/notifyutil/ |
| HD | notifyutil.c | 623 state = atoll(argv[i]); in main() 754 state = atoll(argv[i + 1]); in main()
|
| /NextBSD/contrib/gcc/ |
| HD | read-rtl.c | 1089 HOST_WIDE_INT atoll (const char *); 1092 atoll (const char *p) in atoll() function 1677 tmp_wide = atoll (tmp_char); in read_rtx_1()
|
| /NextBSD/usr.sbin/notifyd/ |
| HD | service.c | 219 val = (time_t)atoll(p); in parse_single_arg()
|
| HD | notifyd.c | 978 val64 = atoll(args[2]); in init_config()
|
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | TargetLibraryInfo.def | 238 /// long long atoll(const char *nptr); 239 TLI_DEFINE_ENUM_INTERNAL(atoll) 240 TLI_DEFINE_STRING_INTERNAL("atoll")
|
| /NextBSD/usr.sbin/aslmanager/ |
| HD | aslmanager.c | 615 dst->ttl[LEVEL_ALL] = (time_t)atoll(l[1]); in _aslmanager_set_param() 620 module_ttl = (time_t)atoll(l[1]); in _aslmanager_set_param()
|
| /NextBSD/contrib/compiler-rt/lib/asan/tests/ |
| HD | asan_str_test.cc | 522 Ident(atoll(nptr)); in CallAtoll()
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | TargetLibraryInfo.cpp | 269 TLI.setUnavailable(LibFunc::atoll); in initialize()
|
| /NextBSD/usr.bin/aslutil/ |
| HD | syslog.c | 1531 na = atoll(va); in sort_compare_key() 1532 nb = atoll(vb); in sort_compare_key()
|
| /NextBSD/contrib/wpa/hostapd/ |
| HD | hlr_auc_gw.c | 212 imsi = atoll(imsi_txt); in db_get_milenage()
|