Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Duucleanup.c1096 if (chdir(WORKSPACE) != 0) { in cleanworkspace()
1097 (void) fprintf(stderr, "CAN'T CHDIR (%s): errno (%d)\n", WORKSPACE, errno); in cleanworkspace()
1100 if ((spooldir = opendir(WORKSPACE)) == NULL) { in cleanworkspace()
1101 (void) fprintf(stderr, "CAN'T OPEN (%s): errno (%d)\n", WORKSPACE, errno); in cleanworkspace()
H A Duuxqt.c1035 (void) snprintf(dfile, sizeof (dfile), "%s/%s", WORKSPACE,
1055 WORKSPACE, tempname);
1211 WORKSPACE, tempname);
1258 WORKSPACE, tempname);
H A Duucp.c262 ret = chdir(WORKSPACE);
265 " get help\n"), WORKSPACE);
H A Duucheck.c89 "WORKSPACE", WORKSPACE,
H A Duux.c316 if (chdir(WORKSPACE) != 0) {
318 gettext("No spool directory - %s - get help\n"), WORKSPACE);
H A Duucp.h272 #define WORKSPACE "/var/spool/uucp/.Workspace" macro
/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucp.h171 #define WORKSPACE (const char *)"/var/uucp/.Workspace" macro
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h213 #define WORKSPACE "/var/uucp/.Workspace" macro