Home
last modified time | relevance | path

Searched refs:abspath (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/support/
Dsupport_chroot.c32 char **abspath) in write_file() argument
36 *abspath = xasprintf ("%s/%s", directory, relpath); in write_file()
37 add_temp_file (*abspath); in write_file()
38 support_write_file_string (*abspath, contents); in write_file()
41 *abspath = NULL; in write_file()
/glibc-2.36/hurd/
Dhurdexec.c54 const char *path, const char *abspath, in _hurd_exec_paths() argument
425 abspath ? abspath : "", in _hurd_exec_paths()
Dhurd.h259 const char *abspath,
/glibc-2.36/sysdeps/mach/hurd/
Dspawni.c49 const char *relpath, *abspath; in __spawni() local
784 abspath = relpath; in __spawni()
798 abspath = concat_name; in __spawni()
813 relpath, abspath, args, argslen, env, envlen, in __spawni()
/glibc-2.36/io/
DMakefile72 tst-copy_file_range tst-getcwd-abspath tst-lockf \
/glibc-2.36/scripts/
Dbuild-many-glibcs.py1874 topdir = os.path.abspath(opts.topdir)
/glibc-2.36/
DMakerules1004 $(addprefix $(abspath $(..)scripts/mkinstalldirs) ,$(dir $(multidir))); \
/glibc-2.36/ChangeLog.old/
DChangeLog.1923286 * sysdeps/mach/hurd/spawni.c (__spawni): Make relpath and abspath
23737 * io/tst-getcwd-abspath.c: New test.
23738 * io/Makefile (tests): Add tst-getcwd-abspath.