Home
last modified time | relevance | path

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

/dports/x11/xterm/xterm-370/
H A Dmisc.c1114 char child_cwd_link[sizeof(PROCFS_ROOT) + 80]; in ProcGetCWD() local
1115 sprintf(child_cwd_link, PROCFS_ROOT "/%lu/cwd", (unsigned long) pid); in ProcGetCWD()
1116 child_cwd = Readlink(child_cwd_link); in ProcGetCWD()