Searched refs:atol (Results 26 - 50 of 76) sorted by relevance

1234

/freebsd-11-stable/crypto/openssl/apps/
H A Docsp.c198 req_timeout = atol(*args);
336 nsec = atol(*args);
347 maxage = atol(*args);
430 nmin = atol(*args);
443 accept_count = atol(*args);
453 ndays = atol(*args);
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite2.c224 *(long*)data = atol(row->data[n]);
227 *(unsigned long*)data = atol(row->data[n]);
H A Dapr_dbd_sqlite3.c285 *(long*)data = atol(row->columns[n]->value);
288 *(unsigned long*)data = atol(row->columns[n]->value);
/freebsd-11-stable/libexec/ypxfr/
H A Dypxfr_main.c224 ypxfr_resp.transid = atol(argv[my_optind]);
230 ypxfr_prognum = atol(argv[my_optind]);
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Dmaketime.c336 long default_zone = argv[1] ? atol(argv[1]) : 0;
/freebsd-11-stable/usr.sbin/ipfwpcap/
H A Dipfwpcap.c180 maxbytes = (ssize_t) atol(optarg);
/freebsd-11-stable/usr.bin/ipcrm/
H A Dipcrm.c253 target_key = atol(optarg);
/freebsd-11-stable/include/
H A Dstdlib.h89 long atol(const char *);
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_types.h416 #define SVN_STR_TO_REV(str) ((svn_revnum_t) atol(str))
/freebsd-11-stable/usr.sbin/ppp/
H A Dcommand.c1618 long l = atol(argv[0]);
1628 l = atol(argv[1]);
1636 l = atol(argv[2]);
1796 long_val = atol(argp);
1869 long_val = atol(argp);
1893 long_val = atol(argp);
1907 long_val = atol(arg->argv[arg->argn + 1]);
1950 long_val = atol(argp);
1964 long_val = atol(arg->argv[arg->argn + 1]);
2019 long_val = atol(arg
[all...]
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dhttpread.c168 h->content_length = atol(hbp);
221 h->reply_code = atol(hbp);
H A Dwps_upnp_ssdp.c632 mx = atol(data);
/freebsd-11-stable/lib/libipsec/
H A Dpolicy_parse.y178 p_reqid = atol($1.buf); /* atol() is good. */
/freebsd-11-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c123 yp_password.pw_change = atol(p);
126 yp_password.pw_expire = atol(p);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsize.c174 temp = atol (optarg);
/freebsd-11-stable/contrib/libreadline/
H A Dhistory.c240 t = (time_t) atol (ts + 1); /* XXX - should use strtol() here */
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp147 *FunctionNum = std::atol(Line.c_str() + 1);
/freebsd-11-stable/usr.bin/last/
H A Dlast.c180 maxrec = atol(p);
/freebsd-11-stable/contrib/sendmail/makemap/
H A Dmakemap.c329 params.smdbp_cache_size = atol(optarg);
/freebsd-11-stable/contrib/ldns-host/
H A Dldns-host.c674 o_ixfr_serial = atol(optarg + 5);
695 o_timeout = atol(optarg);
/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c2801 w->w_pri = atol(&lbuf[1]);
2806 w->w_ctime = atol(&lbuf[1]);
2907 lasttry = (time_t) atol(&lbuf[1]);
2916 age = curtime() - (time_t) atol(&lbuf[1]);
2923 if (atol(&lbuf[1]) == 0)
4353 e->e_dtime = atol(&buf[1]);
4409 e->e_msgpriority = atol(&bp[1]) + WkTimeFact;
4506 e->e_ctime = atol(&bp[1]);
5167 submittime = atol(&buf[1]);
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h362 extern long atol (const char *);
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_anafa.c185 && atol(getenv("OSM_PKT_DROP_RATE")) != 0) {
H A Dosm_vendor_mlx.c165 && atol(getenv("OSM_PKT_DROP_RATE")) != 0) {
/freebsd-11-stable/contrib/sendmail/vacation/
H A Dvacation.c247 interval = atol(optarg) * SECSPERDAY;

Completed in 229 milliseconds

1234