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

/illumos-gate/usr/src/cmd/tnf/prex/
H A Dsource.c66 #define PREXRC ".prexrc" macro
108 retval = stat(PREXRC, &statbuf);
110 source_file(PREXRC);
116 if ((strlen(home) + strlen(PREXRC) + 2) < (size_t) MAXPATHLEN) {
117 (void) sprintf(path, "%s/%s", home, PREXRC);

Completed in 62 milliseconds