Home
last modified time | relevance | path

Searched refs:snprintf (Results 351 - 375 of 1572) sorted by relevance

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

/third_party/musl/src/exit/linux/
H A Dassert.c21 snprintf(assert_fatal_message, sizeof(assert_fatal_message), in __assert_fail()
/third_party/musl/src/thread/
H A Dpthread_getname_np.c18 snprintf(f, sizeof f, "/proc/self/task/%d/comm", thread->tid); in pthread_getname_np()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Ddirty.c45 snprintf(filename, sizeof(filename), "%s/aiodio/file.xx.%d", in main()
/third_party/ltp/testcases/kernel/security/filecaps/
H A Dprint_caps.c64 snprintf(buf, 2000, "%d.%s", seqno, cap_to_text(cap, NULL)); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_getvalue/
H A D1-1.c34 snprintf(semname, sizeof(semname), "/" FUNCTION "_" TEST "_%d", in main()
H A D2-1.c32 snprintf(semname, sizeof(semname), "/" FUNCTION "_" TEST "_%d", in main()
H A D4-1.c33 snprintf(semname, sizeof(semname), "/" FUNCTION "_" TEST "_%d", in main()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dname-trait.cc34 int written = snprintf(name_buffer, name.length() + 1, "%s", name.c_str()); in GetNameFromTypeSignature()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dswapoff.c34 snprintf(cmd, sizeof(cmd), "cd %s; dd if=/dev/zero of=swapfile count=1 bs=1k; mkswap swapfile", dir_path); in swapoff_0100()
H A Dswapon.c34 snprintf(cmd, sizeof(cmd), "cd %s; dd if=/dev/zero of=swapfile count=1 bs=1k; mkswap swapfile", dir_path); in swapon_0100()
/third_party/musl/libc-test/src/functional/
H A Dstrtod_simple.c24 snprintf(buf, sizeof buf, "%.300f", d); in main()
/third_party/skia/third_party/externals/freetype/tests/issue-1063/
H A Dmain.c24 snprintf( filepath, sizeof( filepath ), "%s/%s", in main()
/third_party/selinux/libselinux/src/
H A Denabled.c37 snprintf(path, sizeof path, "%s/mls", selinux_mnt); in is_selinux_mls_enabled()
H A Dgetenforce.c23 snprintf(path, sizeof path, "%s/enforce", selinux_mnt); in security_getenforce()
H A Dpolicyvers.c24 snprintf(path, sizeof path, "%s/policyvers", selinux_mnt); in security_policyvers()
H A Dreject_unknown.c23 snprintf(path, sizeof(path), "%s/reject_unknown", selinux_mnt); in security_reject_unknown()
H A Ddeny_unknown.c23 snprintf(path, sizeof(path), "%s/deny_unknown", selinux_mnt); in security_deny_unknown()
H A Ddisable.c23 snprintf(path, sizeof path, "%s/disable", selinux_mnt); in security_disable()
H A Dcheck_context.c22 snprintf(path, sizeof path, "%s/context", selinux_mnt); in security_check_context_raw()
H A Dcheckreqprot.c23 snprintf(path, sizeof(path), "%s/checkreqprot", selinux_mnt); in security_get_checkreqprot()
/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()

Completed in 11 milliseconds

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