/freebsd/contrib/netbsd-tests/lib/libc/stdlib/ |
H A D | t_atoi.c | 89 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 D | parsetime.c | 505 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 D | netnamer.c | 87 *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 D | Makefile.inc | 4 MISRCS+=C99_Exit.c a64l.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \ 35 atoi.3 atol.3 at_quick_exit.3 bsearch.3 \ 47 MLINKS+=atol.3 atoll.3
|
H A D | atol.c | 41 atol(const char *str) in atol() function
|
H A D | Symbol.map | 11 atol;
|
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_pkt_randomizer.c | 270 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 D | tvnlru.sh | 218 parallel = atol(argv[1]); 220 tvnodes = atol(argv[2]); 222 maxvnodes = atol(argv[3]);
|
H A D | churn.sh | 190 parallel = atol(argv[1]); 191 mem = atol(argv[2]) / PAGE_SIZE;
|
H A D | vm_map.sh | 108 n = atol(argv[1]) / INCARNATIONS;
|
H A D | swap4.sh | 141 size = atol(argv[1]) * 4096;
|
H A D | symlink4.sh | 98 size = atol(argv[1]);
|
H A D | swap.sh | 146 size = atol(argv[1]) * 4096;
|
H A D | freepages.sh | 84 len = atol(s) / PARALLEL;
|
H A D | symlink5.sh | 116 size = atol(argv[1]);
|
/freebsd/contrib/openbsm/libauditd/ |
H A D | auditd_lib.c | 365 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 D | pw_scan.c | 178 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 D | memprof_interceptors.cpp | 277 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/bin/chio/ |
H A D | chio.c | 600 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 D | asan_interceptors.cpp | 681 INTERCEPTOR(long, atol, const char *nptr) { argument 683 ASAN_INTERCEPTOR_ENTER(ctx, atol); 685 return REAL(atol)(nptr); 688 return REAL(atol)(nptr); 792 ASAN_INTERCEPT_FUNC(atol);
|
/freebsd/tools/test/stress2/tools/ |
H A D | serial.c | 23 size = atol(argv[2]); in main()
|
H A D | flip.c | 98 size = atol(optarg); in main()
|
/freebsd/usr.bin/tip/tip/ |
H A D | uucplock.c | 82 pid = atol(text_pid); in uu_lock()
|
/freebsd/contrib/less/ |
H A D | scrsize.c | 97 get_winsize(dpy, (Window) atol(cp), &size[0], &size[1]);
|
/freebsd/usr.sbin/binmiscctl/ |
H A D | binmiscctl.c | 319 xbe->xbe_moffset = atol(optarg); in add_cmd() 323 xbe->xbe_msize = atol(optarg); in add_cmd()
|