Home
last modified time | relevance | path

Searched refs:atoll (Results 1 – 25 of 41) sorted by relevance

12

/NextBSD/contrib/libstdc++/include/c_std/
Dstd_cstdlib.h155 #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/
HDt_atoi.c107 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/
HDMakefile.inc7 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
HDatoll.c42 atoll(const char *str) in atoll() function
HDSymbol.map16 atoll;
/NextBSD/contrib/libstdc++/include/tr1/
Dstdlib.h43 using std::tr1::atoll;
Dcstdlib59 using std::atoll;
/NextBSD/contrib/gcc/config/rs6000/
HDaix52.h187 extern long long int atoll(const char *);
/NextBSD/contrib/libc++/include/
Dcstdlib38 long long atoll(const char* nptr); // C99
107 using ::atoll;
/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_interceptors.cc718 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/
HDdaemon.c614 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()
HDsyslogd.c594 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/
HDstdlib.h138 atoll(const char *);
/NextBSD/lib/libasl/
HDasl_client.c336 if (op & ASL_QUERY_OP_EQUAL) start = atoll(val); in _do_store_search()
337 else start = atoll(val) + 1; in _do_store_search()
HDasl_memory.c508 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/
HDnotifyutil.c623 state = atoll(argv[i]); in main()
754 state = atoll(argv[i + 1]); in main()
/NextBSD/contrib/gcc/
HDread-rtl.c1089 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/
HDservice.c219 val = (time_t)atoll(p); in parse_single_arg()
HDnotifyd.c978 val64 = atoll(args[2]); in init_config()
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDTargetLibraryInfo.def238 /// long long atoll(const char *nptr);
239 TLI_DEFINE_ENUM_INTERNAL(atoll)
240 TLI_DEFINE_STRING_INTERNAL("atoll")
/NextBSD/usr.sbin/aslmanager/
HDaslmanager.c615 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/
HDasan_str_test.cc522 Ident(atoll(nptr)); in CallAtoll()
/NextBSD/contrib/llvm/lib/Analysis/
HDTargetLibraryInfo.cpp269 TLI.setUnavailable(LibFunc::atoll); in initialize()
/NextBSD/usr.bin/aslutil/
HDsyslog.c1531 na = atoll(va); in sort_compare_key()
1532 nb = atoll(vb); in sort_compare_key()
/NextBSD/contrib/wpa/hostapd/
HDhlr_auc_gw.c212 imsi = atoll(imsi_txt); in db_get_milenage()

12