Lines Matching defs:within
61 * where(pn, host, fsname, within)
66 * within gets whatever is left from the pathname
71 where(pn, host, fsname, within)
75 char *within;
93 strcpy(within, errstr);
100 sprintf(within, "Unable to get working directory (%s)",
121 return (findmount(qualpn, host, fsname, within));
125 * findmount(qualpn, host, fsname, within)
131 * within gets whatever is left from the pathname
136 findmount(qualpn, host, fsname, within)
140 char *within;
164 sprintf(within, "mount table problem");
236 strncpy(within, qualpn + bestlen, MAXPATHLEN);
240 qualpn, host, fsname, within);