Home
last modified time | relevance | path

Searched refs:atol (Results 1 – 25 of 84) sorted by relevance

1234

/freebsd/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_atoi.c89 ATF_REQUIRE(atol("0") == strtol("0", NULL, 10)); in ATF_TC_BODY()
90 ATF_REQUIRE(atol("-1") == strtol("-1", NULL, 10)); in ATF_TC_BODY()
91 ATF_REQUIRE(atol(buf) == strtol(buf, NULL, 10)); in ATF_TC_BODY()
/freebsd/usr.bin/at/
H A Dparsetime.c505 mday = atol(sc_token); in month()
507 year = atol(sc_token); in month()
538 mon = atol(sc_token); in month()
546 mday = atol(sc_token); in month()
549 year = atol(sc_token); in month()
/freebsd/lib/libc/rpc/
H A Dnetnamer.c87 *uidp = (uid_t) atol(p); in netname2user()
92 *gidp = (gid_t) atol(p); in netname2user()
97 gidlist[gidlen] = (gid_t) atol(p); in netname2user()
/freebsd/lib/libc/stdlib/
H A DMakefile.inc5 MISRCS+=C99_Exit.c a64l.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \
36 atoi.3 atol.3 at_quick_exit.3 bsearch.3 \
48 MLINKS+=atol.3 atoll.3
H A Datol.c41 atol(const char *str) in atol() function
H A DSymbol.map11 atol;
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_pkt_randomizer.c270 tmp = atol(getenv("OSM_PKT_DROP_RATE")); in osm_pkt_randomizer_init()
274 && (tmp = atol(getenv("OSM_PKT_NUM_UNSTABLE_LINKS"))) > 0) in osm_pkt_randomizer_init()
280 && (tmp = atol(getenv("OSM_PKT_UNSTABLE_LINK_RATE"))) > 0) in osm_pkt_randomizer_init()
/freebsd/tools/test/stress2/misc/
H A Dtvnlru.sh218 parallel = atol(argv[1]);
220 tvnodes = atol(argv[2]);
222 maxvnodes = atol(argv[3]);
H A Dchurn.sh190 parallel = atol(argv[1]);
191 mem = atol(argv[2]) / PAGE_SIZE;
H A Dvm_map.sh108 n = atol(argv[1]) / INCARNATIONS;
H A Dswap4.sh141 size = atol(argv[1]) * 4096;
H A Dsymlink4.sh98 size = atol(argv[1]);
H A Dswap.sh146 size = atol(argv[1]) * 4096;
H A Dsymlink.sh105 size = atol(argv[1]);
/freebsd/contrib/openbsm/libauditd/
H A Dauditd_lib.c365 tm.tm_sec = atol(p); in trailname_to_tstamp()
371 tm.tm_min = atol(p); in trailname_to_tstamp()
377 tm.tm_hour = atol(p); in trailname_to_tstamp()
383 tm.tm_mday = atol(p); in trailname_to_tstamp()
389 tm.tm_mon = atol(p) - 1; in trailname_to_tstamp()
395 tm.tm_year = atol(p) - 1900; in trailname_to_tstamp()
/freebsd/lib/libc/gen/
H A Dpw_scan.c178 pw->pw_change = atol(p); in __pw_scan()
184 pw->pw_expire = atol(p); in __pw_scan()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp277 INTERCEPTOR(long, atol, const char *nptr) { in INTERCEPTOR() argument
279 MEMPROF_INTERCEPTOR_ENTER(ctx, atol); in INTERCEPTOR()
327 MEMPROF_INTERCEPT_FUNC(atol); in InitializeMemprofInterceptors()
/freebsd/tools/test/stress2/tools/
H A Dserial.c23 size = atol(argv[2]); in main()
H A Dflip.c98 size = atol(optarg); in main()
/freebsd/bin/chio/
H A Dchio.c600 base = (u_int16_t)atol(argv[1]); in do_status()
604 count = (u_int16_t)atol(argv[2]) - base + 1; in do_status()
744 timeout = atol(argv[1]); in do_ielem()
799 csvr.csvr_addr = (u_int16_t)atol(argv[1]); in do_voltag()
821 csvr.csvr_voltag.cv_serial = (u_int16_t)atol(argv[3]); in do_voltag()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp658 INTERCEPTOR(long, atol, const char *nptr) { in INTERCEPTOR() argument
660 ASAN_INTERCEPTOR_ENTER(ctx, atol); in INTERCEPTOR()
662 return REAL(atol)(nptr); in INTERCEPTOR()
665 return REAL(atol)(nptr); in INTERCEPTOR()
769 ASAN_INTERCEPT_FUNC(atol); in InitializeAsanInterceptors()
/freebsd/contrib/less/
H A Dscrsize.c97 get_winsize(dpy, (Window) atol(cp), &size[0], &size[1]);
/freebsd/usr.bin/tip/tip/
H A Duucplock.c82 pid = atol(text_pid); in uu_lock()
/freebsd/usr.sbin/binmiscctl/
H A Dbinmiscctl.c319 xbe->xbe_moffset = atol(optarg); in add_cmd()
323 xbe->xbe_msize = atol(optarg); in add_cmd()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdlib36 long atol (const char* nptr);
109 using ::atol _LIBCPP_USING_IF_EXISTS;

1234