HomeSort by: relevance | last modified time | path
    Searched refs:DU (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.bin/tip/
remote.c 97 DU = 0;
126 if (DU < 0)
127 DU = 0;
129 DU = cgetflag("du");
133 if (DU && CU == NULL)
135 if (DU && PN == NULL) {
146 HW = (CU == NULL) || (DU && strcmp(DV, CU) == 0);
cu.c 165 HW = 1, DU = -1, DC = 1;
189 HW = 1; DU = -1; DC = 1;
198 HW = 1; DU = -1; DC = 1;
acu.c 52 * If DU is true, we should dial an ACU whose type is AT.
76 if (!DU) { /* regular connect message */
tip.h 80 extern long DU; /* this host is dialed up */
tip.c 107 long DU;
  /src/usr.sbin/lpr/common_source/
lp.h 43 extern long DU; /* daemon user-id */
common.c 74 long DU; /* daeomon user-id */
  /src/usr.sbin/lpr/lpr/
lpr.c 271 if (userid != DU || person == 0) {
279 if (RG != NULL && userid != DU) {
306 (void)fchown(tfd, DU, -1); /* owned by daemon for protection */
684 if (cgetnum(bp, "du", &DU) < 0)
685 DU = DEFUID;
  /src/usr.sbin/lpr/lpd/
printjob.c 1218 pw = getpwuid(DU);
1221 DU);
1226 setuid(DU);
1270 if (cgetnum(bp, "du", &DU) < 0)
1271 DU = DEFUID;

Completed in 24 milliseconds