Searched refs:asprintf (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/bionic/ |
D | tmpfile.cpp | 56 if (asprintf(&path, "%s/tmp.XXXXXXXXXX", tmp_dir) == -1) { in __tmpfile_dir_legacy() 122 if (asprintf(&path, "%s/%sXXXXXXXXXX", dir, prefix) == -1) return nullptr; in tempnam()
|
/bionic/libc/tzcode/ |
D | bionic.cpp | 82 if (asprintf(&path, "%s/%s", path_prefix, path_suffix) == -1) { in make_path()
|
/bionic/tests/ |
D | clang_fortify_tests.cpp | 318 asprintf(&retval, "%d", unsigned_value); in testFormatStrings() 323 asprintf(&retval, unknown_string, unsigned_value); in testFormatStrings()
|
D | search_test.cpp | 301 asprintf(&p, "%c", ch); in TEST()
|
D | stdio_test.cpp | 2839 ASSERT_EQ(11, asprintf(&p, "hello %s", "world")); in TEST()
|
/bionic/libc/include/ |
D | stdio.h | 288 int asprintf(char** __s_ptr, const char* __fmt, ...) __printflike(2, 3);
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_008.S | 331 CALL(asprintf)
|
D | liblinker_reloc_bench_076.S | 275 CALL(asprintf)
|
D | liblinker_reloc_bench_006.S | 690 CALL(asprintf)
|
/bionic/libc/stdio/ |
D | stdio.cpp | 736 int asprintf(char** s, const char* fmt, ...) { in asprintf() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 239 asprintf;
|
/bionic/libc/ |
D | libc.map.txt | 239 asprintf;
|