Searched refs:UUCICO (Results 1 – 7 of 7) sorted by relevance
/titanic_51/usr/src/cmd/bnu/ |
H A D | Uutry | 38 UUCICO=/usr/lib/uucp/uucico 45 UUCICO=./uucico 92 echo "$UUCICO -r1 -s$SYS $CLASS $REMOVE $X >$STMP 2>&1&" 93 $UUCICO -r1 -s$SYS $CLASS $REMOVE $X >$STMP 2>&1&
|
H A D | uusched.c | 266 (void) execle(UUCICO, "UUCICO", "-r1", uopt, sopt, (char *) 0, Env); 268 (void) execle(UUCICO, "UUCICO", "-r1", sopt, (char *) 0, Env);
|
H A D | xqt.c | 80 (void) execle(UUCICO, "UUCICO", "-r1", opt, (char *) 0, Env);
|
H A D | in.uucpd.c | 256 if ((pw = getpwnam(user)) == NULL || strcmp(pw->pw_shell, UUCICO)) { 308 execl(UUCICO, "uucico", "-u", user, (char *)0); 312 execl(UUCICO, "uucico", passwd, (char *)0);
|
H A D | uucp.h | 354 #define UUCICO "/usr/lib/uucp/uucico" macro
|
/titanic_51/usr/src/lib/libnsl/dial/ |
H A D | uucp.h | 249 #define UUCICO (const char *)"/usr/lib/uucp/uucico" macro
|
/titanic_51/usr/src/cmd/ttymon/ |
H A D | uucp.h | 292 #define UUCICO "/usr/lib/uucp/uucico" macro
|