Searched refs:support_write_file_string (Results 1 – 14 of 14) sorted by relevance
/glibc-2.36/stdio-common/ |
D | tst-renameat2.c | 97 support_write_file_string (old_path, ""); in rename_without_existing_target() 103 support_write_file_string (old_path, ""); in rename_without_existing_target() 109 support_write_file_string (old_path, ""); in rename_without_existing_target() 126 support_write_file_string (old_path, "123"); in do_test() 127 support_write_file_string (new_path, "1234"); in do_test() 135 support_write_file_string (old_path, ""); in do_test() 151 support_write_file_string (old_path, "123"); in do_test() 152 support_write_file_string (new_path, "1234"); in do_test() 160 support_write_file_string (old_path, "123"); in do_test() 161 support_write_file_string (new_path, "1234"); in do_test() [all …]
|
/glibc-2.36/io/ |
D | tst-file_change_detection.c | 85 support_write_file_string (path_empty1, ""); in do_test() 86 support_write_file_string (path_empty2, ""); in do_test() 88 support_write_file_string (path_file1, "line\n"); in do_test() 89 support_write_file_string (path_file2, "line\n"); in do_test() 168 support_write_file_string (path_file1, "line\n"); in do_test()
|
D | tst-stat-time64.c | 66 support_write_file_string (path, "abc"); in do_test()
|
D | tst-stat.c | 70 support_write_file_string (path, "abc"); in do_test()
|
D | tst-statx.c | 124 support_write_file_string (path, "abc"); in do_test()
|
D | tst-lchmod.c | 108 support_write_file_string (path_file, ""); in test_1()
|
/glibc-2.36/resolv/ |
D | tst-resolv-res_init-skeleton.c | 805 support_write_file_string (_PATH_RESCONF, ""); in special_test_callback() 810 support_write_file_string (_PATH_RESCONF, in special_test_callback() 826 support_write_file_string (_PATH_RESCONF, in special_test_callback() 841 support_write_file_string (_PATH_RESCONF, in special_test_callback() 849 support_write_file_string (_PATH_RESCONF, in special_test_callback() 895 support_write_file_string (_PATH_RESCONF, in special_test_callback() 1065 support_write_file_string (chroot_env->path_resolv_conf, in do_test() 1087 support_write_file_string (chroot_env->path_resolv_conf, ""); in do_test() 1093 support_write_file_string (chroot_env->path_resolv_conf, ""); in do_test()
|
/glibc-2.36/nss/ |
D | tst-nss-files-alias-leak.c | 50 support_write_file_string in prepare() 60 support_write_file_string (path, "alias1\n"); in prepare() 65 support_write_file_string (path, "alias1a, alias2\n"); in prepare() 70 support_write_file_string in prepare()
|
/glibc-2.36/support/ |
D | support_write_file_string.c | 25 support_write_file_string (const char *path, const char *contents) in support_write_file_string() function
|
D | support_chroot.c | 38 support_write_file_string (*abspath, contents); in write_file()
|
D | support.h | 69 void support_write_file_string (const char *path, const char *contents);
|
D | Makefile | 94 support_write_file_string \
|
/glibc-2.36/elf/ |
D | tst-glibc-hwcaps-prepend-cache.c | 49 support_write_file_string ("/etc/ld.so.conf", "/glibc-test/lib\n"); in do_test()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 4004 support_write_file_string, xchroot, xmkdir, xopen. 4011 (support_write_file_string): Declare. 4016 * support/support_write_file_string.c: Likewise.
|