Lines Matching refs:cwd
115 prcwd_t *cwd = NULL; in pwdx() local
130 if (Pcwd(P, &cwd) != 0) { in pwdx()
143 pwdx_puts(cwd->prcwd_cwd, true); in pwdx()
145 if (cwd->prcwd_mntpt[0] != '\0') { in pwdx()
146 pwdx_puts(cwd->prcwd_mntpt, true); in pwdx()
155 if (cwd->prcwd_mntspec[0] == '\0') { in pwdx()
158 spec = cwd->prcwd_mntspec; in pwdx()
161 if (cwd->prcwd_mntpt[0] == '\0') { in pwdx()
164 point = cwd->prcwd_mntpt; in pwdx()
172 cwd->prcwd_fsname, cwd->prcwd_fsid); in pwdx()
178 Pcwd_free(cwd); in pwdx()