Searched refs:relpath (Results 1 – 2 of 2) sorted by relevance
/sysdeps/mach/hurd/ |
A D | spawni.c | 49 const char *relpath, *abspath; in __spawni() local 699 err = child_lookup (relpath = file, O_EXEC, 0, &execfile); in __spawni() 760 relpath = startp; in __spawni() 768 if (relpath[0] == '/') in __spawni() 771 abspath = relpath; in __spawni() 780 res = __asprintf (&concat_name, "%s/%s", cwd, relpath); in __spawni() 800 relpath, abspath, args, argslen, env, envlen, in __spawni() 877 err = __argz_insert (&args, &argslen, args, relpath); in __spawni()
|
/sysdeps/unix/sysv/linux/ |
A D | glibcsyscalls.py | 195 name=os.path.relpath(root, sysdeps),
|
Completed in 4 milliseconds