Home
last modified time | relevance | path

Searched refs:atoi (Results 1 - 25 of 280) sorted by relevance

12345678910>>...12

/kernel/liteos_m/testsuites/unittest/posix/src/stdlib/
H A Datoi_test.c75 int value = atoi("2147483647");
77 LOG("[DEMO] posix stdlib test case 1:atoi(%d) ok.\n", value);
79 LOG("[DEMO] posix stdlib test case 1:atoi(%d) fail.\n", value);
92 int value = atoi("-2147483648");
94 LOG("[DEMO] posix stdlib test case 2:atoi(%d) ok.\n", value);
96 LOG("[DEMO] posix stdlib test case 2:atoi(%d) fail.\n", value);
109 int value = atoi("100");
111 LOG("[DEMO] posix stdlib test case 3:atoi(%d) ok.\n", value);
113 LOG("[DEMO] posix stdlib test case 3:atoi(%d) fail.\n", value);
127 int value = atoi("214748364
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/dma/
H A Ddma_map_benchmark.c41 threads = atoi(optarg); in main()
44 seconds = atoi(optarg); in main()
47 node = atoi(optarg); in main()
50 bits = atoi(optarg); in main()
53 dir = atoi(optarg); in main()
56 xdelay = atoi(optarg); in main()
59 granule = atoi(optarg); in main()
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/
H A DIt_process_plimits_ipc_010.cpp78 mqSuccessCount = atoi(array[index++] + strlen("mq count: ")); in ItProcessPlimitsIpc010()
79 mqFailedCount = atoi(array[index++] + strlen("mq failed count: ")); in ItProcessPlimitsIpc010()
80 shmSuccessSize = atoi(array[index++] + strlen("shm size: ")); in ItProcessPlimitsIpc010()
81 shmFailedCount = atoi(array[index++] + strlen("shm failed count: ")); in ItProcessPlimitsIpc010()
/kernel/linux/linux-5.10/tools/testing/selftests/ptp/
H A Dtestptp.c198 extts = atoi(optarg); in main()
201 adjfreq = atoi(optarg); in main()
210 index = atoi(optarg); in main()
214 n_samples = atoi(optarg); in main()
230 pps = atoi(optarg); in main()
239 adjtime = atoi(optarg); in main()
243 seconds = atoi(optarg); in main()
246 pulsewidth = atoi(optarg); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/ptp/
H A Dtestptp.c208 extts = atoi(optarg); in main()
211 adjfreq = atoi(optarg); in main()
220 index = atoi(optarg); in main()
224 n_samples = atoi(optarg); in main()
237 adjns = atoi(optarg); in main()
240 adjphase = atoi(optarg); in main()
246 pps = atoi(optarg); in main()
255 adjtime = atoi(optarg); in main()
259 seconds = atoi(optarg); in main()
262 pulsewidth = atoi(optar in main()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dcmsg_sender.c121 opt.size = atoi(optarg); in cs_parse_args()
144 opt.mark.val = atoi(optarg); in cs_parse_args()
147 opt.sockopt.mark = atoi(optarg); in cs_parse_args()
151 opt.txtime.delay = atoi(optarg); in cs_parse_args()
158 opt.v6.dontfrag.val = atoi(optarg); in cs_parse_args()
161 opt.sockopt.dontfrag = atoi(optarg); in cs_parse_args()
165 opt.v6.tclass.val = atoi(optarg); in cs_parse_args()
168 opt.sockopt.tclass = atoi(optarg); in cs_parse_args()
172 opt.v6.hlimit.val = atoi(optarg); in cs_parse_args()
175 opt.sockopt.hlimit = atoi(optar in cs_parse_args()
[all...]
H A Dstress_reuseport_listen.c76 if (argc != 3 || atoi(argv[1]) <= 0 || atoi(argv[2]) <= 0) in main()
80 nr_vips = atoi(argv[1]); in main()
81 nr_socks_per_vip = atoi(argv[2]); in main()
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dmakemapdata.c75 value = atoi(def_val); in main()
84 value = atoi(def_val); in main()
105 value = this->value+atoi(cp); in main()
109 value = atoi(def_val); in main()
/kernel/liteos_a/testsuites/unittest/container/smoke/
H A DIt_ipc_container_008.cpp63 int value = atoi(array[1] + strlen("limit: ")); in ItIpcContainer008()
66 int usedCount = atoi(array[2] + strlen("count: ")); in ItIpcContainer008()
103 value = atoi(array[1] + strlen("limit: ")); in ItIpcContainer008()
H A DIt_ipc_container_007.cpp59 int value = atoi(array[1] + strlen("limit: ")); in ItIpcContainer007()
62 int usedCount = atoi(array[2] + strlen("count: ")); in ItIpcContainer007()
98 value = atoi(array[1] + strlen("limit: ")); in ItIpcContainer007()
H A DIt_mnt_container_010.cpp63 int value = atoi(array[1] + strlen("limit: ")); in ItMntContainer010()
66 int usedCount = atoi(array[2] + strlen("count: ")); in ItMntContainer010()
103 value = atoi(array[1] + strlen("limit: ")); in ItMntContainer010()
H A DIt_mnt_container_009.cpp59 int value = atoi(array[1] + strlen("limit: ")); in ItMntContainer009()
62 int usedCount = atoi(array[2] + strlen("count: ")); in ItMntContainer009()
98 value = atoi(array[1] + strlen("limit: ")); in ItMntContainer009()
H A DIt_net_container_012.cpp63 int value = atoi(array[1] + strlen("limit: ")); in ItNetContainer012()
66 int usedCount = atoi(array[2] + strlen("count: ")); in ItNetContainer012()
103 value = atoi(array[1] + strlen("limit: ")); in ItNetContainer012()
H A DIt_net_container_011.cpp59 int value = atoi(array[1] + strlen("limit: ")); in ItNetContainer011()
62 int usedCount = atoi(array[2] + strlen("count: ")); in ItNetContainer011()
98 value = atoi(array[1] + strlen("limit: ")); in ItNetContainer011()
H A DIt_pid_container_033.cpp65 int value = atoi(array[1] + strlen("limit: ")); in ItPidContainer033()
68 int usedCount = atoi(array[2] + strlen("count: ")); in ItPidContainer033()
105 value = atoi(array[1] + strlen("limit: ")); in ItPidContainer033()
H A DIt_pid_container_032.cpp61 int value = atoi(array[1] + strlen("limit: ")); in ItPidContainer032()
64 int usedCount = atoi(array[2] + strlen("count: ")); in ItPidContainer032()
100 value = atoi(array[1] + strlen("limit: ")); in ItPidContainer032()
H A DIt_time_container_006.cpp69 int value = atoi(array[1] + strlen("limit: ")); in ItTimeContainer006()
72 int usedCount = atoi(array[2] + strlen("count: ")); in ItTimeContainer006()
109 value = atoi(array[1] + strlen("limit: ")); in ItTimeContainer006()
H A DIt_user_container_007.cpp63 int value = atoi(array[1] + strlen("limit: ")); in ItUserContainer007()
66 int usedCount = atoi(array[2] + strlen("count: ")); in ItUserContainer007()
103 value = atoi(array[1] + strlen("limit: ")); in ItUserContainer007()
H A DIt_user_container_006.cpp59 int value = atoi(array[1] + strlen("limit: ")); in ItUserContainer006()
62 int usedCount = atoi(array[2] + strlen("count: ")); in ItUserContainer006()
98 value = atoi(array[1] + strlen("limit: ")); in ItUserContainer006()
H A DIt_uts_container_008.cpp63 int value = atoi(array[1] + strlen("limit: ")); in ItUtsContainer008()
66 int usedCount = atoi(array[2] + strlen("count: ")); in ItUtsContainer008()
103 value = atoi(array[1] + strlen("limit: ")); in ItUtsContainer008()
H A DIt_uts_container_007.cpp59 int value = atoi(array[1] + strlen("limit: ")); in ItUtsContainer007()
62 int usedCount = atoi(array[2] + strlen("count: ")); in ItUtsContainer007()
98 value = atoi(array[1] + strlen("limit: ")); in ItUtsContainer007()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dgup_test.c129 nthreads = atoi(optarg); in main()
132 size = atoi(optarg) * MB; in main()
135 repeats = atoi(optarg); in main()
138 nr_pages = atoi(optarg); in main()
/kernel/liteos_a/fs/fat/os_adapt/
H A Dfat_shellcmd.c70 if (format(argv[0], atoi(argv[1]), atoi(argv[2])) == 0) { in osShellCmdFormat()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dterm.c13 ws->ws_row = atoi(s); in get_term_dimensions()
16 ws->ws_col = atoi(s); in get_term_dimensions()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dterm.c13 ws->ws_row = atoi(s); in get_term_dimensions()
16 ws->ws_col = atoi(s); in get_term_dimensions()

Completed in 10 milliseconds

12345678910>>...12