Home
last modified time | relevance | path

Searched refs:atoi (Results 151 – 175 of 786) sorted by relevance

12345678910>>...32

/freebsd/tools/tools/wtap/wtap/
H A Dwtap.c58 int id = atoi(argv[2]); in main()
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c1039 pjdlog_init(atoi(argv[3]) == 0 ? PJDLOG_MODE_SYSLOG : PJDLOG_MODE_STD); in tls_exec()
1044 tls_exec_client(argv[1], atoi(argv[3]), in tls_exec()
1046 argv[7], atoi(argv[8]), atoi(argv[9])); in tls_exec()
1050 tls_exec_server(argv[1], atoi(argv[3]), argv[4], argv[5], in tls_exec()
1051 atoi(argv[6])); in tls_exec()
/freebsd/tools/tools/netmap/
H A Dbridge.c216 burst = atoi(optarg); in main()
234 wait_link = atoi(optarg); in main()
251 burst = atoi(argv[2]); in main()
/freebsd/crypto/openssl/test/testutil/
H A Ddriver.c109 level = 4 * atoi(TAP_levels); in setup_test_framework()
113 set_seed(atoi(test_seed)); in setup_test_framework()
148 single_test = atoi(name); in check_single_test_params()
/freebsd/sbin/newfs/
H A Dnewfs.c161 if ((Oflag = atoi(optarg)) < 1 || Oflag > 2) in main()
245 if ((metaspace = atoi(optarg)) < 0) in main()
252 if ((minfree = atoi(optarg)) < 0 || minfree > 99) in main()
/freebsd/tools/tools/mfi/
H A Dmfi_checkq.c64 queue = atoi(argv[1]); in main()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dstart_many_threads.cpp29 n_threads = atoi(argv[1]); in main()
/freebsd/usr.sbin/lpr/filters.ru/koi2855/
H A Dkoi2855.c72 if ((i = atoi(++cp)) > 0) in main()
/freebsd/usr.sbin/lpr/filters.ru/koi2alt/
H A Dkoi2alt.c73 if ((i = atoi(++cp)) > 0) in main()
/freebsd/tools/tools/aac/
H A Daac_checkq.c67 queue = atoi(argv[1]); in main()
/freebsd/sbin/ifconfig/
H A Difieee80211.c613 ssid = atoi(val)-1; in set80211ssid()
962 key = atoi(val)-1; in set80211wepkey()
1020 isundefarg(val) ? IEEE80211_RTS_MAX : atoi(val), 0, NULL); in set80211rtsthreshold()
1263 set80211(ctx, IEEE80211_IOC_WME_CWMIN, atoi(val), in set80211bsscwmin()
1270 set80211(ctx, IEEE80211_IOC_WME_CWMAX, atoi(val), in set80211bsscwmax()
1277 set80211(ctx, IEEE80211_IOC_WME_AIFS, atoi(val), in set80211bssaifs()
1284 set80211(ctx, IEEE80211_IOC_WME_TXOPLIMIT, atoi(val), in set80211bsstxoplimit()
1448 set80211(ctx, IEEE80211_IOC_QUIET_DUR, atoi(val), 0, NULL); in set80211quietduration()
1725 int v = atoi(val), flags; in set80211maxretry()
1836 switch (atoi(val)) { in set80211ampdulimit()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Dfile_check.c54 fillchar = atoi(argv[2]); in main()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dbgscan_learn.c134 bss->freq = atoi(buf + 4 + 18); in bgscan_learn_load()
323 data->short_interval = atoi(params); in bgscan_learn_get_params()
329 data->signal_threshold = atoi(pos); in bgscan_learn_get_params()
337 data->long_interval = atoi(pos); in bgscan_learn_get_params()
H A Dautoscan_periodic.c29 interval = atoi(params); in autoscan_periodic_get_params()
/freebsd/usr.bin/netstat/
H A Dmain.c336 unit = atoi(cp); in main()
386 noutputs = atoi(optarg); in main()
410 interval = atoi(optarg); in main()
433 interval = atoi(*argv); in main()
/freebsd/usr.sbin/bluetooth/l2control/
H A Dl2cap.c116 r.debug = atoi(argv[0]); in l2cap_write_debug_level()
263 r.timeout = atoi(argv[0]); in l2cap_write_auto_disconnect_timeout()
/freebsd/usr.sbin/apmd/contrib/
H A Dpccardq.c48 int n = atoi(optarg); in proc_arg()
187 if (atoi(sl) != slot) in get_slot_info()
/freebsd/contrib/ntp/sntp/include/
H A Ddebug-opt.def4 extern int atoi(const char*);
/freebsd/tests/sys/cddl/zfs/bin/
H A Dfile_check.c56 fillchar = atoi(argv[2]); in main()
/freebsd/tools/test/net/
H A Dconnect.c59 port = atoi(optarg); in main()
/freebsd/usr.bin/vtfontcvt/
H A Dvtfontcvt.c473 curchar = atoi(ln + 9); in parse_bdf()
475 dwidth = atoi(ln + 7); in parse_bdf()
560 set_height(atoi(ln + 10)); in parse_hex()
564 set_width(atoi(ln + 9)); in parse_hex()
1053 height = atoi(optarg); in main()
1065 width = atoi(optarg); in main()
/freebsd/sbin/tunefs/
H A Dtunefs.c120 evalue = atoi(optarg); in main()
130 fvalue = atoi(optarg); in main()
164 kvalue = atoi(optarg); in main()
205 mvalue = atoi(optarg); in main()
257 svalue = atoi(optarg); in main()
267 Svalue = atoi(optarg); in main()
/freebsd/sys/contrib/ncsw/inc/
H A Dstdlib_ext.h79 int atoi(const char *s);
/freebsd/contrib/netbsd-tests/rump/modautoload/
H A Dt_modautoload.c80 ATF_REQUIRE(atoi(buf) == MAGICNUM); in ATF_TC_BODY()
/freebsd/usr.bin/printf/
H A Dprintf.c215 int idx = atoi(fmt); in printf_doformat()
242 int idx = atoi(fmt); in printf_doformat()
286 int idx = atoi(fmt); in printf_doformat()

12345678910>>...32