Home
last modified time | relevance | path

Searched refs:snprintf (Results 326 - 350 of 1562) sorted by relevance

1...<<11121314151617181920>>...63

/third_party/ffmpeg/libavformat/
H A Dhttpauth.c153 snprintf(nc, sizeof(nc), "%08x", digest->nc); in make_digest_auth()
214 snprintf(authstr, len, "Authorization: Digest "); in make_digest_auth()
267 snprintf(authstr, len, "Authorization: Basic "); in ff_http_auth_create_response()
H A Dsbgdec.c327 snprintf(p->err_msg, sizeof(p->err_msg), in parse_immediate()
334 snprintf(p->err_msg, sizeof(p->err_msg), in parse_preprogrammed()
342 snprintf(p->err_msg, sizeof(p->err_msg), in parse_optarg()
379 snprintf(p->err_msg, sizeof(p->err_msg), in parse_options()
389 snprintf(p->err_msg, sizeof(p->err_msg), in parse_options()
398 snprintf(p->err_msg, sizeof(p->err_msg), in parse_options()
417 snprintf(p->err_msg, sizeof(p->err_msg), in parse_options()
422 snprintf(p->err_msg, sizeof(p->err_msg), in parse_options()
431 snprintf(p->err_msg, sizeof(p->err_msg), in parse_options()
436 snprintf( in parse_options()
[all...]
/third_party/ffmpeg/libavutil/
H A Dtimecode.c123 snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%0*d", in av_timecode_make_string()
156 snprintf(buf, AV_TIMECODE_STR_SIZE, "%02u:%02u:%02u%c%02u", in av_timecode_make_smpte_tc_string2()
169 snprintf(buf, AV_TIMECODE_STR_SIZE, in av_timecode_make_mpeg_tc_string()
/third_party/glslang/glslang/Include/
H A DCommon.h72 #ifndef snprintf
73 #define snprintf sprintf_s macro
219 snprintf(text, sizeof(text), "%d", i); in String()
/third_party/alsa-lib/src/ucm/
H A Ducm_include.c187 snprintf(tmpid, sizeof(tmpid), "_tmp_%d", idx++); in compound_merge()
201 snprintf(tmpid, sizeof(tmpid), "_tmp_%d", idx++); in compound_merge()
229 snprintf(tmpid, sizeof(tmpid), "%d", idx++); in compound_merge()
/third_party/alsa-utils/topology/
H A Dpre-process-dapm.c185 snprintf(class_name, strlen(string) - strlen(args) + 1, "%s", string); in tplg_pp_get_widget_name()
244 snprintf(arg, strlen(args + 1) - strlen(remaining) + 1, "%s", args + 1); in tplg_pp_get_widget_name()
252 snprintf(arg, strlen(args + 1) + 1, "%s", args + 1); in tplg_pp_get_widget_name()
/third_party/alsa-lib/src/
H A Ddlmisc.c76 snprintf(path, path_len, "%s/alsa-lib", origin); in snd_dlinfo_origin()
102 snprintf(path, path_len, "%s/%s", in snd_dlpath()
161 snprintf(errbuf, errbuflen, "%s", dlerror()); in snd_dlopen()
/third_party/mesa3d/src/util/
H A Du_debug.c342 snprintf(rest, sizeof(rest), "0x%08lx", value); in debug_dump_enum()
366 snprintf(rest, sizeof(rest), "0x%08lx", value); in debug_dump_enum_noprefix()
399 snprintf(rest, sizeof(rest), "0x%08lx", value); in debug_dump_flags()
/third_party/mesa3d/src/gallium/targets/d3dadapter9/
H A Ddrm.c163 snprintf(drvid->DeviceName, sizeof(drvid->DeviceName), in read_descriptor()
165 snprintf(drvid->Description, sizeof(drvid->Description), in read_descriptor()
179 snprintf(drvid->Description, sizeof(drvid->Description), in read_descriptor()
/third_party/pcre2/pcre2/src/
H A Dpcre2posix.c66 /* Older versions of MSVC lack snprintf(). This define allows for
71 #define snprintf _snprintf macro
241 used = snprintf(errbuf, errbuf_size, "%s at offset %-6d", message, in pcre2_regerror()
246 used = snprintf(errbuf, errbuf_size, "%s", message); in pcre2_regerror()
/third_party/selinux/libselinux/src/
H A Dstringrep.c85 ret = snprintf(path, sizeof path, "%s/class/%s/index", selinux_mnt,s); in discover_class()
103 ret = snprintf(path, sizeof path, "%s/class/%s/perms",selinux_mnt,s); in discover_class()
116 ret = snprintf(path, sizeof path, "%s/class/%s/perms/%s", selinux_mnt,s,dentry->d_name); in discover_class()
H A Dget_context_list.c240 snprintf(usercon_str, usercon_len, "%s:%s", user, start); in get_context_user()
326 rc = snprintf(*newcon, nlen, "%s:%s", user, ptr); in get_failsafe_context()
434 snprintf(fname, fname_len, "%s%s", user_contexts_path, user); in get_ordered_context_list()
H A Dload_policy.c36 snprintf(path, sizeof path, "%s/load", selinux_mnt); in security_load_policy()
128 snprintf(path, sizeof(path), "%s.%d", in selinux_mkload_policy()
134 snprintf(path, sizeof(path), "%s.%d", in selinux_mkload_policy()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos.h465 * Note: Some C library implementations of snprintf() may not guarantee null
471 * If the target system does not include snprintf(), see, e.g.,
472 * http://www.ijs.si/software/snprintf/ for an example of a portable
473 * implementation of snprintf.
553 #define os_snprintf snprintf
663 #undef snprintf macro
664 #define snprintf OS_DO_NOT_USE_snprintf macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos.h465 * Note: Some C library implementations of snprintf() may not guarantee null
471 * If the target system does not include snprintf(), see, e.g.,
472 * http://www.ijs.si/software/snprintf/ for an example of a portable
473 * implementation of snprintf.
553 #define os_snprintf snprintf
663 #undef snprintf macro
664 #define snprintf OS_DO_NOT_USE_snprintf macro
/third_party/cups-filters/cupsfilters/
H A Dppdgenerator.c121 snprintf(ppdgenerator_msg, sizeof(ppdgenerator_msg), "%s", message); in _CFcupsSetError()
228 snprintf(temp, sizeof(temp), "%.12f", number); in _cupsStrFormatd()
452 snprintf(catalogpath, sizeof(catalogpath), "%s/en/cups_en.po", dirname); in _searchDirForCatalog()
486 snprintf(subdirpath, sizeof(subdirpath), "%s/%s", dirname, c1); in _searchDirForCatalog()
499 snprintf(catalogpath, sizeof(catalogpath), "%s/%s", subdirpath, c2); in _searchDirForCatalog()
538 snprintf(buf, sizeof(buf), "%s/locale", c); in _findCUPSMessageCatalog()
544 snprintf(buf, sizeof(buf), "%s/../locale", c); in _findCUPSMessageCatalog()
550 snprintf(buf, sizeof(buf), "%s/../../lib/locale", c); in _findCUPSMessageCatalog()
1276 snprintf(ppdname, PPD_MAX_NAME, "%s.Borderless", psname); in generate_sizes()
1344 snprintf(tem in generate_sizes()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpio/
H A Dgpiolib-of.c74 snprintf(propname, sizeof(propname), "%s-%s", con_id, gpio_suffixes[i]); in of_gpio_get_count()
76 snprintf(propname, sizeof(propname), "%s", gpio_suffixes[i]); in of_gpio_get_count()
387 ret = snprintf(prop_name, sizeof(prop_name), "%s-%s", "gpio", con_id); in of_find_spi_gpio()
500 snprintf(prop_name, sizeof(prop_name), "%s-%s", con_id, gpio_suffixes[i]); in of_find_gpio()
502 snprintf(prop_name, sizeof(prop_name), "%s", gpio_suffixes[i]); in of_find_gpio()
/third_party/ffmpeg/libavfilter/
H A Dsrc_movie.c232 snprintf(default_streams, sizeof(default_streams), "d%c%d", in movie_common_init()
418 snprintf(dst, dst_size, in describe_frame_to_str()
426 snprintf(dst, dst_size, in describe_frame_to_str()
432 snprintf(dst, dst_size, "%s BUG", av_get_media_type_string(frame_type)); in describe_frame_to_str()
632 print_len = snprintf(res, res_len, "%"PRId64, movie->format_ctx->duration); in process_command()
/third_party/cups-filters/backend/
H A Dserial.c861 snprintf(info, sizeof(info), "Serial Port #%d", i + 1); in list_devices()
873 snprintf(info, sizeof(info), "USB Serial Port #%d", i + 1); in list_devices()
919 snprintf(info, sizeof(info), "Serial Port #%d", i + 1); in list_devices()
983 snprintf(info, sizeof(info), "Serial Port #%d", i + 1); in list_devices()
1076 snprintf(info, sizeof(info), "Serial Port #%d", i + 1); in list_devices()
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtinjpage.c326 snprintf(buf, sizeof buf, TMPDIR "~poison%d",tmpcount++); in tempfd()
339 snprintf(buf, PATHBUFLEN, TMPDIR "~poison%d", tmpcount++); in playfile()
381 snprintf(fn, 30, TMPDIR "~test%d", tmpcount++); in do_file_clean()
408 snprintf(buf, 100, "%s %s", name, add); in ndesc()
815 snprintf(buf, PATHBUFLEN, "%s/test%d", hugetlbfsdir, tmpcount++); in file_backed_hugepage()
/third_party/ltp/testcases/kernel/mem/lib/
H A Dmem.c248 snprintf(fullpath, BUFSIZ, PATH_KSM "%s", path); in check()
552 snprintf(path, BUFSIZ, in gather_node_cpus()
555 snprintf(path1, BUFSIZ, "%s/online", path); in gather_node_cpus()
648 snprintf(path, BUFSIZ, PATH_SYSVM "%s", sys_file); in set_sys_tune()
664 snprintf(path, BUFSIZ, PATH_SYSVM "%s", sys_file); in get_sys_tune()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtinjpage.c326 snprintf(buf, sizeof buf, TMPDIR "~poison%d",tmpcount++); in tempfd()
339 snprintf(buf, PATHBUFLEN, TMPDIR "~poison%d", tmpcount++); in playfile()
381 snprintf(fn, 30, TMPDIR "~test%d", tmpcount++); in do_file_clean()
408 snprintf(buf, 100, "%s %s", name, add); in ndesc()
815 snprintf(buf, PATHBUFLEN, "%s/test%d", hugetlbfsdir, tmpcount++); in file_backed_hugepage()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc.h94 snprintf(b, 32, "%g", d); in operator <<()
102 snprintf(b, 256, f, n); in print_w()
110 snprintf(b, 256, f, n); in print_wl()
127 snprintf(b, 256, f, n); in print_zw()
135 snprintf(b, 256, f, n); in print_zw_hex()
/third_party/elfutils/libdwfl/
H A Dlinux-pid-attach.c56 snprintf (buffer, sizeof (buffer), "/proc/%ld/status", (long) pid); in linux_proc_pid_is_stopped()
394 snprintf (buffer, sizeof (buffer), "/proc/%ld/status", (long) pid); in dwfl_linux_proc_attach()
433 int i = snprintf (name, sizeof (name), "/proc/%ld/task", (long) pid); in dwfl_linux_proc_attach()
447 i = snprintf (name, sizeof (name), "/proc/%ld/exe", (long) pid); in dwfl_linux_proc_attach()
/third_party/f2fs-tools/lib/
H A Dlibf2fs_zoned.c47 snprintf(str, sizeof(str), "/sys/dev/block/%d:%d", in get_sysfs_path()
54 ret = snprintf(sysfs_path, sizeof(sysfs_path), in get_sysfs_path()
60 ret = snprintf(str, sizeof(str), "%s/partition", sysfs_path); in get_sysfs_path()
83 ret = snprintf(buf, buflen, "%s/%s", sysfs_path, attr); in get_sysfs_path()

Completed in 25 milliseconds

1...<<11121314151617181920>>...63