Searched refs:qualpn (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/rexd/ |
H A D | where.c | 79 char qualpn[MAXPATHLEN]; local 105 getcwd(qualpn, MAXPATHLEN); 111 (void) getcwd(qualpn, MAXPATHLEN); 113 strcat(qualpn, "/"); 114 strcat(qualpn, p+1); 116 strcpy(qualpn, curdir); 117 strcat(qualpn, "/"); 118 strcat(qualpn, pn); 121 return (findmount(qualpn, host, fsname, within)); 136 findmount(qualpn, host, fsname, within) in findmount() argument [all …]
|