Searched refs:safe_atoi (Results 1 – 9 of 9) sorted by relevance
/third_party/libinput/src/ |
D | util-prop-parsers.c | 109 if (!safe_atoi(prop, &count) || abs(count) > 360) in parse_mouse_wheel_click_count_property() 133 if (!safe_atoi(prop, &angle) || abs(angle) > 360) in parse_mouse_wheel_click_angle_property() 514 if (!safe_atoi(current, &v)) { in parse_evdev_abs_prop()
|
D | util-strings.h | 168 safe_atoi(const char *str, int *val) in safe_atoi() function
|
D | evdev.c | 2558 if (prop && (safe_atoi(prop, &fuzz) == false || fuzz < 0)) { in evdev_read_fuzz_prop()
|
/third_party/libevdev/tools/ |
D | libevdev-tweak-device.c | 82 safe_atoi(const char *str, int *val) in safe_atoi() function 109 if (safe_atoi(str, &code)) in parse_event_code()
|
/third_party/libinput/test/ |
D | test-touch.c | 964 ck_assert(safe_atoi(prop, &fuzz)); in START_TEST() 969 ck_assert(safe_atoi(prop, &fuzz)); in START_TEST()
|
D | test-utils.c | 777 success = safe_atoi(tests[i].str, &v); in START_TEST()
|
D | litest.c | 4601 if (!safe_atoi(jobs_env, &jobs)) { in litest_parse_argv() 4829 !safe_atoi(meson_testthreads, &jobs)) { in main()
|
/third_party/libinput/tools/ |
D | libinput-record.c | 2693 if (!safe_atoi(optarg, &ctx.timeout) || in main()
|
/third_party/libevdev/ |
D | third_party_libevdev.diff | 32787 +safe_atoi(const char *str, int *val) 32814 + if (safe_atoi(str, &code))
|