Searched refs:User (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/libsecdb/
H A Dpolicy.conf31 PROFS_GRANTED=Basic Solaris User
32 CONSOLE_USER=Console User
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.c114 (void) guinfo(Uid, User);
270 (void) strcpy(Nuser, User);
271 (void) strcpy(Loginuser, User);
273 DEBUG(4, "User %s\n", User);
556 s1, file1, s2, file2, User, s2 );
557 mailst(User, "copy succeeded", msg, "", "");
564 file2, s1, User );
594 User, Optns,
650 file1, file2, User, Optn
[all...]
H A Dlogent.c78 (void) fprintf(_Lf, "%s %s %s ", User, Rmtname, Jobid);
101 Rmtname, User, CurRole == SLAVE ? "S" : "M", timeStamp(),
149 (void) fprintf(_Cf, "%s (%s) ",User, timeStamp() );
H A Duux.c37 ASSERT(fprintf(f, "S %s %s %s -%s %s 0666 %s %s\n", a, b, User, _Statop?"o":"", c, User, _Sfile) >= 0, Ct_WRITE, "", errno);\
42 ASSERT(fprintf(f, "R %s %s %s - %s 0666 %s %s\n", a, b, User, _Sfile, User, tbuf) \
144 guinfo(Uid, User);
145 STRNCPY(Loginuser,User);
365 DEBUG(6, "User %s\n", User);
367 retaddr = User;
410 (void) fprintf(fprx,"%c %s %s\n", X_USER, User, Mynam
[all...]
H A Duucpdefs.c56 GLOBAL char User[MAXFULLNAME]; variable
H A Dcntrl.c275 (void) strcpy(User, Uucp);
312 (void) sprintf(User, "%s", W_USER);
315 W_FILE1, Rmtname, W_FILE2, User);
336 lnotify(User, rqstr, "can't access");
349 lnotify(User, rqstr, "access denied");
367 lnotify(User, rqstr, "remote ulimit exceeded");
379 W_FILE1, Myname, W_FILE2, User);
410 lnotify(User, rqstr, "access denied");
455 lnotify(User, rqstr,
786 (void) sprintf(User, "
[all...]
H A Duuglist.c79 (void) guinfo(Uid, User);
H A Duustat.c149 User[0] = '\0';
223 (void) strncpy(User, optarg, 8);
224 User[8] = '\0';
225 if(gninfo(User, &chkid, chkname)) {
258 DEBUG(9, "User=%s, ", User);
281 (void) strcpy(User, Loginuser);
513 if (s.st_size == 0 && User[0] == '\0') { /* dummy D. for polling */
533 if (User[0] != '\0' && (!EQUALS(User, use
[all...]
H A Duuxqt.c169 strcpy(User, "uucp"); /* in case all else fails (can't happen) */
172 guinfo(Euid, User);
177 setuucp(User);
178 DEBUG(4, "User - %s\n", User);
863 (void) strlcpy(user, User, sizeof (user));
H A Dgrades.c107 DEBUG(9, "User (%s)\n", User);
118 if (EQUALS(User, carray[i]))
629 (void) fprintf(stderr, gettext("User does not have"
H A Duucico.c166 ret = guinfo(Euid, User);
168 strncpy(Uucp, User, NAMESIZE);
170 setuucp(User);
484 strcpy(User, Uucp);
H A Duucp.h527 EXTERN char User[MAXFULLNAME]; variable
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c800 char User[50]; local
910 snprintf(User, sizeof (User), "%s",
914 snprintf(User, sizeof (User), "%s@%s",
922 snprintf(User, sizeof (User), "%s@%s",
932 snprintf(User, sizeof (User), "%s@%s", user, host);
943 snprintf(User, sizeo
[all...]
/illumos-gate/usr/src/lib/print/mod_ipp/
H A Dhttpd-standalone-ipp.conf226 # User/Group: The name (or #number) of the user/group to run httpd as.
227 # . On SCO (ODT 3) use "User nouser" and "Group nogroup".
234 User lp
/illumos-gate/usr/src/lib/libbsm/
H A Dmkhdr.sh64 * User level audit event numbers.
/illumos-gate/usr/src/cmd/lp/model/
H A Duri106 User: ${user}
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-loc63 USER_LOC_PATH=/etc/nwam/loc/User
624 # intentions before upgrade. Then activate the User location if nis is
648 # location to the User location. Use variable ULP to keep REs
652 $SED -e's,Legacy,User,' \
661 $SED -e's,/etc/nwam/loc/User/none,/none,' \
662 -e's,/etc/nwam/loc/User/allow,/allow,' \
663 -e's,/etc/nwam/loc/User/deny,/deny,' \
666 # We are creating the User location here. The User location
669 # we make sure there isn't an existing User locatio
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A Dbtx.S55 .set SEL_UCODE,0x28|3 # User code
56 .set SEL_UDATA,0x30|3 # User data
209 movl $MEM_USR,%edx # User base address
214 movb $SEL_UDATA,%cl # User data selector
497 movl $MEM_USR,%ebx # User base
499 addl -0x4(%esi),%ebx # User ESP
677 testl $V86F_FLAGS,%edx # User wants flags?
706 movl $MEM_USR,%eax # User base address
/illumos-gate/usr/src/cmd/sgs/lari/
H A Dlari.pl33 use vars qw($Glob $Intp $Dirc $Cpyr $Prot $Extn $Self $Gfte $Plta $User $Func);
100 $User = 0x01000; # symbol binding originates from user (dlsym) request
239 # User specified directory - make sure it exists.
669 $Symbols{$SymName}{$DstFile}[$ObjFlag] |= $User;
670 $Objects{$DstFile}{$SymName} |= $User;
991 if ($Flag & $User) {
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Drssread.sh251 request+="User-Agent: ${_.user_agent}\r\n"
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h464 EXTERN char User[]; variable
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex153 \ifx\putwordDefopt\undefined \gdef\putwordDefopt{User Option}\fi

Completed in 93 milliseconds