Home
last modified time | relevance | path

Searched refs:getcwd (Results 1 – 11 of 11) sorted by relevance

/linux-3.4.99/tools/perf/util/
Dabspath.c8 if (getcwd(cwd, PATH_MAX) == NULL) in get_pwd_cwd()
/linux-3.4.99/arch/um/drivers/
Dcow_user.c150 if (getcwd(save_cwd, sizeof(save_cwd)) == NULL) { in absolutize()
165 if (getcwd(to, size) == NULL) { in absolutize()
/linux-3.4.99/arch/powerpc/include/asm/
Dsystbl.h188 SYSCALL_SPU(getcwd)
/linux-3.4.99/arch/parisc/kernel/
Dsyscall_table.S188 ENTRY_SAME(getcwd) /* 110 */
/linux-3.4.99/scripts/
Ddocproc.c504 srctree = getcwd(NULL, 0); in main()
/linux-3.4.99/arch/mips/kernel/
Dvpe.c1043 static int getcwd(char *buff, int size) in getcwd() function
1113 ret = getcwd(v->cwd, VPE_PATH_MAX); in vpe_open()
/linux-3.4.99/arch/x86/syscalls/
Dsyscall_64.tbl88 79 common getcwd sys_getcwd
Dsyscall_32.tbl192 183 i386 getcwd sys_getcwd
/linux-3.4.99/Documentation/target/
Dtcm_mod_builder.py1012 tcm_dir = os.getcwd();
/linux-3.4.99/Documentation/filesystems/
Dautofs4-mount-control.txt24 getcwd(2) and the proc file system /proc/<pid>/cwd, no longer works
/linux-3.4.99/fs/
Ddcache.c2826 SYSCALL_DEFINE2(getcwd, char __user *, buf, unsigned long, size) in SYSCALL_DEFINE2() argument