Home
last modified time | relevance | path

Searched refs:xmkdirp (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/elf/
Dtst-glibc-hwcaps-prepend-cache.c48 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()
Dtst-ldconfig-ld_so_conf-update.c68 xmkdirp ("/var/cache/ldconfig", 0777); in do_test()
69 xmkdirp (DSO_DIR, 0777); in do_test()
Dtst-ldconfig-bad-aux-cache.c80 xmkdirp ("/var/cache/ldconfig", 0777); in do_test()
/glibc-2.36/support/
Dxmkdirp.c31 xmkdirp (const char *path, mode_t mode) in xmkdirp() function
56 xmkdirp (parent, mode); in xmkdirp()
Dtest-container.c852 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()
Dxunistd.h67 void xmkdirp (const char *, mode_t);
DMakefile136 xmkdirp \
/glibc-2.36/nss/
Dtst-reload2.c101 xmkdirp (buf1, 0777); in do_test()
/glibc-2.36/locale/
Dtst-localedef-path-norm.c109 xmkdirp (ABSDIR, 0777); in do_test()
/glibc-2.36/ChangeLog.old/
DChangeLog.1914169 xmkdirp, and links-dso-program.
14176 * support/xmkdirp.c: New.
14180 * support/xunistd.h: Add xmkdirp () and xsymlink ().