Searched defs:expandpath (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dsysfiles.c368 char expandpath[BUFSIZ]; local
378 expandpath[0] = '\0';
381 sprintf(expandpath, "%s/", SYSDIR);
382 strcat(expandpath, tok);
383 if (eaccess(expandpath, R_OK) != 0)
386 *tptr = strsave(expandpath);
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dsysfiles.c394 char expandpath[BUFSIZ]; local
403 expandpath[0] = '\0';
406 (void) snprintf(expandpath, sizeof (expandpath),
408 (void) strcat(expandpath, tok);
409 if (eaccess(expandpath, R_OK) != 0)
412 *tptr = strsave(expandpath);

Completed in 66 milliseconds