Searched refs:abspath (Results 1 – 8 of 8) sorted by relevance
/glibc-2.36/support/ |
D | support_chroot.c | 32 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/ |
D | hurdexec.c | 54 const char *path, const char *abspath, in _hurd_exec_paths() argument 425 abspath ? abspath : "", in _hurd_exec_paths()
|
D | hurd.h | 259 const char *abspath,
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | spawni.c | 49 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/ |
D | Makefile | 72 tst-copy_file_range tst-getcwd-abspath tst-lockf \
|
/glibc-2.36/scripts/ |
D | build-many-glibcs.py | 1874 topdir = os.path.abspath(opts.topdir)
|
/glibc-2.36/ |
D | Makerules | 1004 $(addprefix $(abspath $(..)scripts/mkinstalldirs) ,$(dir $(multidir))); \
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.19 | 23286 * 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.
|