Searched refs:safe_atoi (Results 1 - 13 of 13) sorted by relevance
/third_party/libinput/src/ |
H A 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() 521 if (!safe_atoi(current, &v)) { in parse_evdev_abs_prop()
|
H A D | util-strings.h | 170 safe_atoi(const char *str, int *val) in safe_atoi() function
|
H A D | evdev.c | 2653 if (prop && (safe_atoi(prop, &fuzz) == false || fuzz < 0)) { in evdev_read_fuzz_prop()
|
/third_party/libevdev/tools/ |
H A 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/eudev/src/shared/ |
H A D | util.h | 97 int safe_atoi(const char *s, int *ret_i); 110 return safe_atoi(s, (int*) ret_u); in safe_atoli()
|
H A D | path-util.c | 369 return safe_atoi(p, mnt_id); in fd_fdinfo_mnt_id()
|
H A D | util.c | 304 int safe_atoi(const char *s, int *ret_i) { in safe_atoi() function
|
/third_party/eudev/src/udev/ |
H A D | udev-builtin-keyboard.c | 165 r = safe_atoi(value, &val_i); in set_trackpoint_sensitivity()
|
H A D | udevd.c | 1016 r = safe_atoi(value, &arg_exec_delay); in parse_proc_cmdline_item() 1079 r = safe_atoi(optarg, &arg_exec_delay); in parse_argv()
|
/third_party/libinput/test/ |
H A D | test-touch.c | 964 ck_assert(safe_atoi(prop, &fuzz)); in START_TEST() 969 ck_assert(safe_atoi(prop, &fuzz)); in START_TEST()
|
H A D | test-utils.c | 832 success = safe_atoi(tests[i].str, &v); in START_TEST()
|
H A D | litest.c | 4660 if (!safe_atoi(jobs_env, &jobs)) { in litest_parse_argv() 4888 !safe_atoi(meson_testthreads, &jobs)) { in main()
|
/third_party/libinput/tools/ |
H A D | libinput-record.c | 2723 if (!safe_atoi(optarg, &ctx.timeout) || in main()
|
Completed in 31 milliseconds