/third_party/libinput/tools/ |
H A D | libinput-list-devices.c | 118 xasprintf(&str, "n/a"); in calibration_default() 124 xasprintf(&str, "identity matrix"); in calibration_default() 128 xasprintf(&str, in calibration_default() 148 xasprintf(&str, "none"); in scroll_defaults() 154 xasprintf(&str, in scroll_defaults() 174 xasprintf(&str, "none"); in click_defaults() 179 xasprintf(&str, in click_defaults() 196 xasprintf(&str, "n/a"); in accel_profiles() 202 xasprintf(&str, "none"); in accel_profiles() 207 xasprintf( in accel_profiles() [all...] |
H A D | libinput-record.c | 799 len = xasprintf(&strv[idx++], "point: [%.2f, %.2f]", x, y); in buffer_tablet_axes() 806 len = xasprintf(&strv[idx++], "tilt: [%.2f, %.2f]", x, y); in buffer_tablet_axes() 818 len = xasprintf(&strv[idx++], "distance: %.2f", dist); in buffer_tablet_axes() 820 len = xasprintf(&strv[idx++], "pressure: %.2f", pressure); in buffer_tablet_axes() 829 len = xasprintf(&strv[idx++], "rotation: %.2f", rotation); in buffer_tablet_axes() 838 len = xasprintf(&strv[idx++], "slider: %.2f", slider); in buffer_tablet_axes() 849 len = xasprintf(&strv[idx++], "wheel: %.2f", wheel); in buffer_tablet_axes() 854 len = xasprintf(&strv[idx++], "wheel-discrete: %d", delta); in buffer_tablet_axes() 1956 rc = xasprintf(&device_path, "/dev/input/event%d", selected_device); in select_device() 1978 int rc = xasprintf( in all_devices() [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | utils.h | 36 char *xasprintf(const char *fmt, ...);
|
H A D | utils.c | 54 char *xasprintf(const char *fmt, ...) in xasprintf() function
|
H A D | options.c | 476 diag_prefix = xasprintf("%s: ", opt+1); in handle_fdiagnostic_prefix()
|
/third_party/elfutils/lib/ |
H A D | xasprintf.c | 40 xasprintf (const char *fmt, ...) in xasprintf() function
|
H A D | libeu.h | 42 extern char *xasprintf(const char *fmt, ...)
|
H A D | color.c | 190 xasprintf ("\e[%.*sm", (int) (env - val), val); in parse_opt()
|
/third_party/elfutils/src/ |
H A D | findtextrel.c | 190 real_fname = new_fname = xasprintf ("%s/%s", rootdir, fname); in open_rootdir_file() 364 xasprintf("%s%s/%s.debug", rootdir, debuginfo_root, fname); in process_file()
|
H A D | objdump.c | 719 fmt = xasprintf ("%s%%7m %s%%.1o,%s%%.2o,%s%%.3o,,%s%%.4o%s%%.5o%%34a %s%%l", in show_disasm()
|
H A D | unstrip.c | 2403 char *output_file = xasprintf ("%s/%s", output_dir, modnames ? name : file); in handle_output_dir_module() 2607 char *file = xasprintf ("%s/%s", info.output_dir, info.args[0]); in main()
|
H A D | readelf.c | 3522 char *str = xasprintf (_("\ in handle_gnu_hash()
|
/third_party/libinput/src/ |
H A D | util-strings.h | 117 xasprintf(char **strp, const char *fmt, ...) in xasprintf() function
|
H A D | quirks.c | 440 xasprintf(&modalias, in init_dmi_freebsd() 500 xasprintf(&s->name, "%s (%s)", name, basename(path_dup)); in section_new()
|
/third_party/libinput/test/ |
H A D | test-quirks.c | 62 rc = xasprintf(&filename, "%s/testfile.quirks", dirname); in make_data_dir() 1346 int rc = xasprintf(&quirks_file, in START_TEST()
|
H A D | litest.c | 791 rc = xasprintf(&path, in litest_init_all_device_udev_rules() 1045 xasprintf(&sname, in litest_run_suite() 1055 xasprintf(&tname, in litest_run_suite()
|