Home
last modified time | relevance | path

Searched refs:snprintf (Results 126 - 150 of 1569) sorted by relevance

12345678910>>...63

/third_party/backends/backend/
H A Dhp3900_debug.c302 snprintf (sdata, 256, " -> %02i, ", count); in dbg_motorcurves()
328 snprintf (sdata, 256, "unknown %2i, ", in dbg_motorcurves()
334 snprintf (sdata, 256, "%5i, ", in dbg_motorcurves()
341 snprintf (sdata, 256, "%4i, %4i| ", in dbg_motorcurves()
357 snprintf (sdata, 256, "%4i", in dbg_motorcurves()
558 if (snprintf (filename, 512, "%s/%s", path, sFile) > 0) in dbg_tiff_save()
570 snprintf (desc, 256, "Created with hp3900 %s", in dbg_tiff_save()
760 snprintf (sline, 80, " BF: "); in dbg_buffer()
762 snprintf (sline, 80, " "); in dbg_buffer()
767 snprintf (sdat in dbg_buffer()
[all...]
/third_party/mesa3d/src/broadcom/cle/
H A Dv3d_decoder.c818 snprintf(iter->name, sizeof(iter->name), "%s", iter->field->name); in iter_advance_field()
851 snprintf(iter->value, sizeof(iter->value), "%d", value); in v3d_field_iterator_next()
861 snprintf(iter->value, sizeof(iter->value), "%u", value); in v3d_field_iterator_next()
866 snprintf(iter->value, sizeof(iter->value), "%s", in v3d_field_iterator_next()
871 snprintf(iter->value, sizeof(iter->value), "%f", in v3d_field_iterator_next()
876 snprintf(iter->value, sizeof(iter->value), "%f", in v3d_field_iterator_next()
885 snprintf(iter->value, sizeof(iter->value), in v3d_field_iterator_next()
889 snprintf(iter->value, sizeof(iter->value), in v3d_field_iterator_next()
892 snprintf(iter->value, sizeof(iter->value), in v3d_field_iterator_next()
900 snprintf(ite in v3d_field_iterator_next()
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_android_ext.c806 bytes_written = snprintf(command, sizeof(channel_info_t)+2, in wl_ext_channel()
834 bytes_written = snprintf(command, total_len, "channels"); in wl_ext_channels()
836 bytes_written += snprintf(command+bytes_written, total_len, " %d", in wl_ext_channels()
874 bytes_written = snprintf(command, total_len, "%d %d", trigger[0], trigger[1]); in wl_ext_roam_trigger()
908 bytes_written = snprintf(command, total_len, "PM %s", pm_local); in wl_ext_pm()
931 bytes_written = snprintf(command, total_len, "monitor %d", val); in wl_ext_monitor()
1089 bytes_written += snprintf(sec+bytes_written, total_len, "open"); in wl_ext_get_sec()
1091 bytes_written += snprintf(sec+bytes_written, total_len, "sae"); in wl_ext_get_sec()
1093 bytes_written += snprintf(sec+bytes_written, total_len, "%d/0x%x", in wl_ext_get_sec()
1100 bytes_written += snprintf(se in wl_ext_get_sec()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_fence_ops.c66 snprintf(str, size, "%u", fence->seqno); in kbase_fence_fence_value_str()
68 snprintf(str, size, "%llu", fence->seqno); in kbase_fence_fence_value_str()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_fence_ops.c65 snprintf(str, size, "%u", fence->seqno); in kbase_fence_fence_value_str()
67 snprintf(str, size, "%llu", fence->seqno); in kbase_fence_fence_value_str()
/third_party/ltp/testcases/kernel/syscalls/futex/
H A Dfutex_utils.h44 snprintf(name, sizeof(name), "/proc/%i/task/", getpid()); in wait_for_threads()
53 snprintf(name, sizeof(name), "/proc/%i/task/%s/stat", in wait_for_threads()
/third_party/selinux/libsepol/tests/
H A Dhelpers.c40 if (snprintf(filename, PATH_MAX, "policies/%s/%s.mls", test_name, policy_name) < 0) { in test_load_policy()
44 if (snprintf(filename, PATH_MAX, "policies/%s/%s.std", test_name, policy_name) < 0) { in test_load_policy()
/third_party/eudev/src/udev/
H A Dudev-watch.c111 snprintf(filename, sizeof(filename), UDEV_ROOT_RUN "/udev/watch/%d", wd); in udev_watch_begin()
135 snprintf(filename, sizeof(filename), UDEV_ROOT_RUN "/udev/watch/%d", wd); in udev_watch_end()
149 snprintf(filename, sizeof(filename), UDEV_ROOT_RUN "/udev/watch/%d", wd); in udev_watch_lookup()
/third_party/ltp/testcases/kernel/syscalls/mount/
H A Dmount07.c119 snprintf(test_file, PATH_MAX, "%s/%s/test_file", tst_get_tmpdir(), in setup()
121 snprintf(link_file, PATH_MAX, "%s/%s/link_file", tst_get_tmpdir(), in setup()
123 snprintf(temp_link_file, PATH_MAX, "%s/%s/temp_link_file", in setup()
/third_party/ltp/testcases/kernel/syscalls/statx/
H A Dstatx07.c126 snprintf(server_path, sizeof(server_path), ":%s/%s", cwd, SERV_PATH); in setup()
128 snprintf(cmd, sizeof(cmd), in setup()
153 snprintf(cmd, sizeof(cmd), in cleanup()
/third_party/skia/third_party/externals/libpng/
H A Dpngdebug.h110 snprintf(format,256,"%s%s%s",(num_tabs==1 ? "\t" : \
121 snprintf(format,256,"%s%s%s",(num_tabs==1 ? "\t" : \
132 snprintf(format,256,"%s%s%s",(num_tabs==1 ? "\t" : \
/third_party/ffmpeg/libavfilter/
H A Dvf_entropy.c152 snprintf(key, sizeof(key), "lavfi.entropy.entropy.%s.%c", s->mode ? "diff" : "normal", s->planenames[cidx]); in filter_frame()
153 snprintf(metabuf, sizeof(metabuf), "%f", entropy); in filter_frame()
155 snprintf(key, sizeof(key), "lavfi.entropy.normalized_entropy.%s.%c", s->mode ? "diff" : "normal", s->planenames[cidx]); in filter_frame()
156 snprintf(metabuf, sizeof(metabuf), "%f", entropy / log2(1 << s->depth)); in filter_frame()
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Ddecode_common.c121 snprintf(mem->name, sizeof(mem->name) - 1, in pandecode_add_name()
192 snprintf(out, 128, "%s + %d", mapped->name, (int) (ptr - mapped->gpu_va)); in pointer_as_memory_reference()
198 snprintf(out, 128, "0x%" PRIx64, ptr); in pointer_as_memory_reference()
223 snprintf(buffer, sizeof(buffer), "%s.%04d", dump_file_base, pandecode_dump_frame_count); in pandecode_dump_file_open()
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise09.c95 snprintf(cgroup_path, sizeof(cgroup_path), in setup_cgroup_paths()
97 snprintf(tasks_path, sizeof(tasks_path), "%s/tasks", cgroup_path); in setup_cgroup_paths()
98 snprintf(limit_in_bytes_path, sizeof(limit_in_bytes_path), in setup_cgroup_paths()
100 snprintf(memsw_limit_in_bytes_path, sizeof(memsw_limit_in_bytes_path), in setup_cgroup_paths()
/third_party/ltp/tools/sparse/sparse-src/
H A Dpredefine.c24 snprintf(buf, sizeof(buf), "__SIZEOF_%s%s__", name, suffix); in predefined_sizeof()
32 snprintf(buf, sizeof(buf), "__%s_WIDTH__", name); in predefined_width()
43 snprintf(buf, sizeof(buf), "__%s_MAX__", name); in predefined_max()
52 snprintf(buf, sizeof(buf), "__%s_MIN__", name); in predefined_min()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dlog.h97 // Sadly, snprintf() is not supported until Visual Studio 2015! in Logf()
98 #define snprintf _snprintf in Logf() macro
105 snprintf(message, kInitBufferSize, format, std::forward<Args>(args)...); in Logf()
117 snprintf(longer_message.data(), longer_message.size(), format, in Logf()
126 #undef snprintf in Logf() macro
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dlog.h97 // Sadly, snprintf() is not supported until Visual Studio 2015! in Logf()
98 #define snprintf _snprintf in Logf() macro
105 snprintf(message, kInitBufferSize, format, std::forward<Args>(args)...); in Logf()
117 snprintf(longer_message.data(), longer_message.size(), format, in Logf()
126 #undef snprintf in Logf() macro
/third_party/spirv-tools/source/opt/
H A Dlog.h84 // Sadly, snprintf() is not supported until Visual Studio 2015! in Logf()
85 #define snprintf _snprintf in Logf() macro
92 snprintf(message, kInitBufferSize, format, std::forward<Args>(args)...); in Logf()
104 snprintf(longer_message.data(), longer_message.size(), format, in Logf()
113 #undef snprintf in Logf() macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_helpers.c254 snprintf(buf, sizeof(buf), "SET_NETWORK %d %s %s", id, field, value); in set_network()
263 snprintf(buf, sizeof(buf), "SET_NETWORK %d %s \"%s\"", in set_network_quoted()
282 snprintf(buf, sizeof(buf), "SET_CRED %d %s %s", id, field, value); in set_cred()
291 snprintf(buf, sizeof(buf), "SET_CRED %d %s \"%s\"", in set_cred_quoted()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dwpa_helpers.c254 snprintf(buf, sizeof(buf), "SET_NETWORK %d %s %s", id, field, value); in set_network()
263 snprintf(buf, sizeof(buf), "SET_NETWORK %d %s \"%s\"", in set_network_quoted()
282 snprintf(buf, sizeof(buf), "SET_CRED %d %s %s", id, field, value); in set_cred()
291 snprintf(buf, sizeof(buf), "SET_CRED %d %s \"%s\"", in set_cred_quoted()
/third_party/node/deps/cares/src/tools/
H A Dadig.c175 snprintf(config->error, sizeof(config->error), "flag %s unknown", in read_cmdline()
185 snprintf(config->error, sizeof(config->error), "%s", in read_cmdline()
197 snprintf(config->error, sizeof(config->error), in read_cmdline()
205 snprintf(config->error, sizeof(config->error), "unrecognized type %s", in read_cmdline()
214 snprintf(config->error, sizeof(config->error), "invalid port number"); in read_cmdline()
226 snprintf(config->error, sizeof(config->error), "invalid port number"); in read_cmdline()
235 snprintf(config->error, sizeof(config->error), in read_cmdline()
240 snprintf(config->error, sizeof(config->error), in read_cmdline()
248 snprintf(config->error, sizeof(config->error), "missing query name"); in read_cmdline()
/third_party/libdrm/tests/amdgpu/
H A Dras_tests.c513 snprintf(path, PATH_SIZE, "/sys/kernel/debug/dri/%d/name", i); in amdgpu_ras_lookup_id()
539 snprintf(sysfs_path, PATH_SIZE, "/sys/class/drm/card%d/device/ras/", devices[card].id); in set_test_card()
540 snprintf(debugfs_path, PATH_SIZE, "/sys/kernel/debug/dri/%d/ras/", devices[card].id); in set_test_card()
614 snprintf(path, sizeof(path), "%s", get_ras_debugfs_root()); in amdgpu_ras_invoke()
633 snprintf(name, sizeof(name), "%s", get_ras_sysfs_root()); in amdgpu_ras_query_err_count()
858 snprintf(path, sizeof(path), "%s", get_ras_debugfs_root()); in amdgpu_ras_basic_test()
864 snprintf(path, sizeof(path), "%s", get_ras_sysfs_root()); in amdgpu_ras_basic_test()
878 snprintf(path, sizeof(path), "%s", get_ras_sysfs_root()); in amdgpu_ras_basic_test()
885 snprintf(path, sizeof(path), "%s", get_ras_debugfs_root()); in amdgpu_ras_basic_test()
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/
H A Dpage-poisoning.c338 snprintf(buf, PATH_MAX, "%s/dirty%d", tmp_dir, mypid); in playfile()
408 snprintf(fn, PATH_MAX, "%s/clean%d", tmp_dir, mypid); in do_file_clean()
451 snprintf(buf, 100, "%s %s", name, add); in ndesc()
835 snprintf(log_file, sizeof(log_file), "page-poisoning.log"); in main()
836 snprintf(result_file, sizeof(result_file), "page-poisoning.result"); in main()
837 snprintf(tmp_dir, sizeof(tmp_dir), "./tmp"); in main()
855 snprintf(log_file, sizeof(log_file), "%s", optarg); in main()
858 snprintf(result_file, sizeof(result_file), "%s", in main()
867 snprintf(tmp_dir, sizeof(tmp_dir), "%s", optarg); in main()
/third_party/ffmpeg/fftools/
H A Dffmpeg_filter.c437 snprintf(name, sizeof(name), "out_%d_%d", ost->file_index, ost->index); in configure_output_video_filter()
450 snprintf(args, sizeof(args), "%d:%d", in configure_output_video_filter()
458 snprintf(name, sizeof(name), "scaler_out_%d_%d", in configure_output_video_filter()
491 snprintf(args, sizeof(args), "fps=%d/%d", ost->frame_rate.num, in configure_output_video_filter()
493 snprintf(name, sizeof(name), "fps_out_%d_%d", in configure_output_video_filter()
507 snprintf(name, sizeof(name), "trim_out_%d_%d", in configure_output_video_filter()
532 snprintf(name, sizeof(name), "out_%d_%d", ost->file_index, ost->index); in configure_output_audio_filter()
587 snprintf(name, sizeof(name), "format_out_%d_%d", in configure_output_audio_filter()
615 snprintf(name, sizeof(name), "trim for output stream %d:%d", in configure_output_audio_filter()
756 snprintf(nam in configure_input_video_filter()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dhostapd_cli.c124 snprintf(cfile, flen, "%s/%s", ctrl_iface_dir, ifname); in hostapd_cli_open_connection()
319 snprintf(buf, sizeof(buf), "STA %s %s", argv[0], argv[1]); in hostapd_cli_cmd_sta()
321 snprintf(buf, sizeof(buf), "STA %s", argv[0]); in hostapd_cli_cmd_sta()
350 snprintf(buf, sizeof(buf), "NEW_STA %s", argv[0]); in hostapd_cli_cmd_new_sta()
416 snprintf(buf, sizeof(buf), "SA_QUERY %s", argv[0]); in hostapd_cli_cmd_sa_query()
432 snprintf(buf, sizeof(buf), "WPS_PIN %s %s %s %s", in hostapd_cli_cmd_wps_pin()
435 snprintf(buf, sizeof(buf), "WPS_PIN %s %s %s", in hostapd_cli_cmd_wps_pin()
438 snprintf(buf, sizeof(buf), "WPS_PIN %s %s", argv[0], argv[1]); in hostapd_cli_cmd_wps_pin()
587 snprintf(buf, sizeof(buf), "WPS_AP_PIN %s %s %s", in hostapd_cli_cmd_wps_ap_pin()
590 snprintf(bu in hostapd_cli_cmd_wps_ap_pin()
[all...]

Completed in 41 milliseconds

12345678910>>...63