Searched refs:xmkdirp (Results 1 – 10 of 10) sorted by relevance
/glibc-2.36/elf/ |
D | tst-glibc-hwcaps-prepend-cache.c | 48 xmkdirp ("/etc", 0777); in do_test() 50 xmkdirp ("/glibc-test/lib/glibc-hwcaps/prepend2", 0777); in do_test() 51 xmkdirp ("/glibc-test/lib/glibc-hwcaps/prepend3", 0777); in do_test()
|
D | tst-ldconfig-ld_so_conf-update.c | 68 xmkdirp ("/var/cache/ldconfig", 0777); in do_test() 69 xmkdirp (DSO_DIR, 0777); in do_test()
|
D | tst-ldconfig-bad-aux-cache.c | 80 xmkdirp ("/var/cache/ldconfig", 0777); in do_test()
|
/glibc-2.36/support/ |
D | xmkdirp.c | 31 xmkdirp (const char *path, mode_t mode) in xmkdirp() function 56 xmkdirp (parent, mode); in xmkdirp()
|
D | test-container.c | 852 xmkdirp (new_root_path, 0755); in main() 903 xmkdirp (concat (new_root_path, new_cwd_path, NULL), 0755); in main() 904 xmkdirp (new_srcdir_path, 0755); in main() 905 xmkdirp (new_objdir_path, 0755); in main() 1069 xmkdirp (the_words[2], m); in main() 1156 xmkdirp (new_proc, 0755); in main() 1161 xmkdirp (concat (new_root_path, "/dev", NULL), 0755); in main()
|
D | xunistd.h | 67 void xmkdirp (const char *, mode_t);
|
D | Makefile | 136 xmkdirp \
|
/glibc-2.36/nss/ |
D | tst-reload2.c | 101 xmkdirp (buf1, 0777); in do_test()
|
/glibc-2.36/locale/ |
D | tst-localedef-path-norm.c | 109 xmkdirp (ABSDIR, 0777); in do_test()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.19 | 14169 xmkdirp, and links-dso-program. 14176 * support/xmkdirp.c: New. 14180 * support/xunistd.h: Add xmkdirp () and xsymlink ().
|