Searched refs:WORKSPACE (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Duuxqt.c1037 (void) snprintf(dfile, sizeof (dfile), "%s/%s", WORKSPACE,
1057 WORKSPACE, tempname);
1213 WORKSPACE, tempname);
1260 WORKSPACE, tempname);
H A Duucp.c260 * work in WORKSPACE directory
262 ret = chdir(WORKSPACE);
265 " get help\n"), WORKSPACE);
H A Duucheck.c92 "WORKSPACE", WORKSPACE,
H A Duucleanup.c1099 if (chdir(WORKSPACE) != 0) {
1100 (void) fprintf(stderr, "CAN'T CHDIR (%s): errno (%d)\n", WORKSPACE, errno);
1103 if ((spooldir = opendir(WORKSPACE)) == NULL) {
1104 (void) fprintf(stderr, "CAN'T OPEN (%s): errno (%d)\n", WORKSPACE, errno);
H A Duux.c316 if (chdir(WORKSPACE) != 0) {
318 gettext("No spool directory - %s - get help\n"), WORKSPACE);
H A Duucp.h270 * WORKSPACE should be in the same filesystem as SPOOL so that "mv"
274 #define WORKSPACE "/var/spool/uucp/.Workspace" macro
/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucp.h173 #define WORKSPACE (const char *)"/var/uucp/.Workspace" macro
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h214 #define WORKSPACE "/var/uucp/.Workspace" macro

Completed in 70 milliseconds