Searched refs:user (Results 1 - 25 of 834) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dget_default_username.c48 const char *user; local
50 user = getenv ("USER");
51 if (user == NULL)
52 user = getenv ("LOGNAME");
53 if (user == NULL)
54 user = getenv ("USERNAME");
57 if (user == NULL) {
58 user = (const char *)getlogin ();
59 if (user != NULL)
60 return user;
[all...]
H A Dk_getpwnam.c44 k_getpwnam (const char *user) argument
48 p = getpwnam (user);
54 spwd = getspnam (user);
H A Dinnetgr.c42 const char *user, const char *domain)
41 innetgr(const char *netgroup, const char *machine, const char *user, const char *domain) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20071203-1.c6 auth_set_username (struct User *user) argument
10 d = user->username + (user->username[0] == '~');
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/doc/
H A DMakefile1 # Just do user doc for the moment.
2 all: doxy-user
4 doxy-user: doxygen-user.cfg
5 [ -d doxy-user ] || mkdir doxy-user
6 doxygen doxygen-user.cfg
13 rm -rf doxy-user doxy-dev
15 .PHONY: doxy-user doxy-dev
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dget_default_principal.c45 const char *user = getenv("USER"); local
46 if(user == NULL)
47 user = getenv("LOGNAME");
48 if(user == NULL)
49 user = getenv("USERNAME");
50 return user;
66 const char *user; local
73 user = getlogin();
74 if(user == NULL)
75 user
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/etc/atf/
H A Dcommon.conf8 # an unprivileged user to perform extra checks. Set this variable to
9 # the user you want to use in those cases. If not set, those tests will
11 unprivileged-user = "_tests"
/netbsd-6-1-5-RELEASE/sys/sys/
H A Duser.h1 /* $NetBSD: user.h,v 1.17 2006/05/11 11:54:37 yamt Exp $ */
31 * @(#)user.h 8.2 (Berkeley) 9/23/93
43 struct user { struct
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/plugin/
H A Dattribute_plugin-test-1.C4 void normal_func (char __attribute__((user("param"))) c, char);
5 void normal_func (char c, char __attribute__((user("param"))) c2)
7 } // { dg-warning "attribute 'user' on param 'c' of function normal_func" }
8 // { dg-warning "attribute 'user' on param 'c2' of function normal_func" "" { target *-*-* } 7 }
11 void method (char __attribute__((user("param"))) c);
16 } // { dg-warning "attribute 'user' on param 'c' of function method" }
/netbsd-6-1-5-RELEASE/lib/libwrap/
H A Dhosts_ctl.c6 * access control checker. The host name and user name arguments should be
31 int hosts_ctl(daemon, name, addr, user)
35 char *user;
43 RQ_USER, user,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/m68k/
H A Dcrash1.c10 long long user; member in struct:kernel_stat
22 long long user, nice, system, idle, steal; local
25 user = nice = system = idle = steal = 0;
29 user = user + per_cpu__kstat.user;
38 seq_printf(user, nice, system, idle, steal);
/netbsd-6-1-5-RELEASE/usr.sbin/bootp/bootpd/
H A Dsyslog.conf9 # Note: Have to exclude user from most lines so that user.alert
10 # and user.emerg are not included, because old sendmails
13 # can remove all the special cases for "user" logging.
15 #*.err;kern.debug;auth.notice;user.none /dev/console
16 kern.debug;user,mail.crit;auth.notice /dev/console
19 #*.err;kern.debug;daemon,auth.notice;mail.crit;user.none /var/adm/messages
20 kern.debug;user,mail.crit;auth.notice /var/adm/messages
25 *.alert;kern.err;daemon.err;user.none operator
26 *.alert;user
[all...]
/netbsd-6-1-5-RELEASE/lib/libpam/modules/pam_login_access/
H A Dpam_login_access.c64 const void *rhost, *tty, *user; local
68 pam_err = pam_get_item(pamh, PAM_USER, &user);
72 if (user == NULL)
75 PAM_LOG("Got user: %s", (const char *)user);
88 PAM_LOG("Checking login.access for user %s on tty %s",
89 (const char *)user, (const char *)tty);
90 if (login_access(user, tty) != 0)
93 (const char *)user, (const char *)tty);
95 PAM_LOG("Checking login.access for user
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Dfuncs.h34 job_add(entry *, user *, time_t),
35 do_command(entry *, user *),
36 link_user(cron_db *, user *),
37 unlink_user(cron_db *, user *),
38 free_user(user *),
67 user *load_user(int, struct passwd *, const char *),
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/otp/
H A Dotp_challenge.c44 otp_challenge (OtpContext *ctx, char *user, char *str, size_t len) argument
51 ctx->user = strdup(user);
52 if (ctx->user == NULL) {
/netbsd-6-1-5-RELEASE/distrib/utils/libhack/
H A Dgetnetgr.c38 getnetgrent(host, user, domain)
40 const char **user;
47 innetgr(grp, host, user, domain)
48 const char *grp, *host, *user, *domain;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/confgen/include/confgen/
H A Dos.h31 int set_user(FILE *fd, const char *user);
33 * Set the owner of the file referenced by 'fd' to 'user'.
36 * -1 insufficient permissions, or 'user' does not exist.
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/rndc/include/rndc/
H A Dos.h32 int set_user(FILE *fd, const char *user);
34 * Set the owner of the file referenced by 'fd' to 'user'.
37 * -1 insufficient permissions, or 'user' does not exist.
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/common/api/
H A DMakefile40 # user-space build directories and does a build there. This is here
55 $(MAKE) -C $(BASE_DIR)/user/api
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/common/api/commands/
H A DMakefile40 # user-space build directories and does a build there. This is here
55 $(MAKE) -C $(BASE_DIR)/user/api
/netbsd-6-1-5-RELEASE/usr.sbin/user/
H A DMakefile10 PROG= user
11 SRCS+= user.c main.c
12 LINKS+= ${BINDIR}/user ${BINDIR}/useradd
13 LINKS+= ${BINDIR}/user ${BINDIR}/userdel
14 LINKS+= ${BINDIR}/user ${BINDIR}/usermod
15 LINKS+= ${BINDIR}/user ${BINDIR}/group
16 LINKS+= ${BINDIR}/user ${BINDIR}/groupadd
17 LINKS+= ${BINDIR}/user ${BINDIR}/groupdel
18 LINKS+= ${BINDIR}/user ${BINDIR}/groupmod
19 LINKS+= ${BINDIR}/user
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/init/
H A Dcopy4.C2 // We were failing to wrap def().user in a TARGET_EXPR, so copying it
12 QString user; member in struct:ServerSettings
18 arg (b ? def().user : s);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp11110.C12 class user { class
19 data* user::data1() const {
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/init/
H A Dcopy4.C2 // We were failing to wrap def().user in a TARGET_EXPR, so copying it
12 QString user; member in struct:ServerSettings
18 arg (b ? def().user : s);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp11110.C12 class user { class
19 data* user::data1() const {

Completed in 308 milliseconds

1234567891011>>