Searched refs:uid (Results 101 - 125 of 586) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/dialog/samples/
H A Dform1-both9 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
25 "UID:" 2 1 "$uid" 2 10 8 0 \
H A Dform1-extra9 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
25 "UID:" 2 1 "$uid" 2 10 8 0 \
H A Dform1-help9 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
25 "UID:" 2 1 "$uid" 2 10 8 0 \
H A Dform1-utf811 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
27 "UID:" 2 1 "$uid" 2 10 8 0 \
H A Dform310 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
26 "UID:" 2 1 "$uid" 2 10 8 0 \
H A Dform410 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
27 "UID:" 2 1 "$uid" 2 10 8 0 "User ID" \
H A Dform510 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
28 "UID:" 2 1 "$uid" 2 10 8 0 "User ID" \
H A Dform610 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
28 "UID:" 2 1 "$uid" 2 10 8 0 "User ID" \
H A Dpasswordform19 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
25 "UID:" 2 1 "$uid" 2 10 8 0 \
H A Dpasswordform1-utf811 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
27 "UID:" 2 1 "$uid" 2 10 8 0 \
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dshm.c113 ** uid -- uid to use
123 sm_shmsetowner(shmid, uid, gid, mode)
125 uid_t uid;
135 shmid_ds.shm_perm.uid = uid;
/freebsd-9.3-release/crypto/openssh/
H A Dsftp-common.h37 u_int32_t uid; member in struct:Attrib
H A Daudit-linux.c43 linux_audit_record_event(int uid, const char *username, argument
58 username == NULL ? uid : -1, hostname, ip, ttyn, success);
88 if (linux_audit_record_event(li->uid, NULL, li->hostname,
H A Dloginrec.h67 uid_t uid; /* UID of this user */ member in struct:logininfo
120 struct logininfo *login_get_lastlog(struct logininfo *li, const uid_t uid);
122 unsigned int login_get_lastlog_time(const uid_t uid);
H A Dplatform.c89 /* uid 0 is not special on Cygwin so always try */
133 /* Sets login uid for accounting */
170 * uid which we will need for chroot. If we don't have a
201 * return 1 if the specified uid is a uid that may own a system directory
205 platform_sys_dir_uid(uid_t uid) argument
207 if (uid == 0)
210 if (uid == PLATFORM_SYS_DIR_UID)
/freebsd-9.3-release/usr.bin/login/
H A Dlogin_fbtab.c18 void login_fbtab(tty, uid, gid)
20 uid_t uid;
44 field, and their ownership is changed to that of the uid
84 login_fbtab(char *tty, uid_t uid, gid_t gid) argument
114 login_protect(table, cp, prot, uid, gid);
124 login_protect(const char *table, char *pattern, int mask, uid_t uid, gid_t gid) argument
139 if (chown(path, uid, gid) && errno != ENOENT)
/freebsd-9.3-release/usr.bin/at/
H A Dperm.c86 uid_t uid = geteuid(); local
89 if (uid==0)
92 if ((pentry = getpwuid(uid)) == NULL)
/freebsd-9.3-release/contrib/amd/hlfsd/
H A Dstubs.c112 uid_t uid = (uid_t) INVALIDID; local
125 if (getcreds(rqstp, &uid, &gid, nfsxprt) < 0) {
136 if (uid != rootfattr.na_uid) {
138 rootfattr.na_uid = uid;
155 if (uid != slinkfattr.na_uid) {
157 slinkfattr.na_uid = uid;
167 memset((char *) &uid, 0, sizeof(int));
168 uid = *(u_int *) argp->fh_data;
169 if (plt_search(uid) != (uid2home_t *) NULL) {
171 un_fattr.na_fileid = uid;
207 uid_t uid = (uid_t) INVALIDID; local
[all...]
/freebsd-9.3-release/crypto/heimdal/kcm/
H A Dkcm_locl.h45 kcm_log(1, "%s request by process %d/uid %d", \
46 kcm_op2string(_opcode), (_client)->pid, (_client)->uid); \
50 kcm_log(1, "%s request for cache %s by process %d/uid %d", \
51 kcm_op2string(_opcode), (_name), (_client)->pid, (_client)->uid); \
80 uid_t uid; member in struct:kcm_ccache_data
139 uid_t uid; member in struct:kcm_client
143 #define CLIENT_IS_ROOT(client) ((client)->uid == 0)
/freebsd-9.3-release/usr.sbin/bluetooth/sdpd/
H A Dmain.c151 int uid, gid; local
154 if ((uid = getuid()) != 0) {
155 log_notice("Cannot set uid/gid. Not a superuser");
162 uid = strtol(user, &ep, 10);
172 uid = pwd->pw_uid;
197 if (setuid(uid) < 0) {
/freebsd-9.3-release/usr.sbin/chroot/
H A Dchroot.c71 uid_t uid; local
76 uid = 0;
145 uid = (uid_t)strtoul(user, &endp, 0);
151 uid = pw->pw_uid;
164 if (user && setuid(uid) == -1)
/freebsd-9.3-release/contrib/libarchive/cpio/test/
H A Dtest_option_c.c58 int uid = -1; local
67 uid = getuid();
126 if (uid < 0)
127 uid = from_octal(e + 24, 6);
128 assertEqualInt(from_octal(e + 24, 6), uid); /* uid */
155 assertEqualInt(from_octal(e + 24, 6), uid); /* uid */
188 assertEqualInt(from_octal(e + 24, 6), uid); /* uid */
[all...]
/freebsd-9.3-release/contrib/opie/
H A Dpermsfile.c81 static VOIDRET doaline FUNCTION((line, name, ttyn, uid, gid), char *line AND char *name AND char *ttyn AND uid_t uid AND gid_t gid)
137 syslog(LOG_DEBUG, "setting %s to %d/%d %o", *globlist, uid, gid, applies);
139 if ((chown(*globlist, uid, gid) < 0) && (errno != ENOENT))
147 VOIDRET permsfile FUNCTION((name, ttyn, uid, gid), char *name AND char *ttyn AND uid_t uid AND gid_t gid)
163 doaline(buf, name, ttyn, uid, gid);
/freebsd-9.3-release/release/picobsd/tinyware/passwd/
H A Dlocal_passwd.c72 static uid_t uid; variable
112 if (uid && pw->pw_passwd[0] &&
147 if (strlen(p) < min_length && (uid != 0 || ++tries < 2)) {
154 if (!*t && (uid != 0 || ++tries < 2)) {
211 uid = getuid();
212 if (uid && uid != pw->pw_uid)
/freebsd-9.3-release/contrib/gcc/
H A Ddf-core.c974 unsigned int uid;
981 uid = INSN_UID (insn);
982 for (use = DF_INSN_UID_GET (df, uid)->uses; use; use = use->next_ref)
997 unsigned int uid;
1004 uid = INSN_UID (insn);
1005 for (def = DF_INSN_UID_GET (df, uid)->defs; def; def = def->next_ref)
1020 unsigned int uid;
1027 uid = INSN_UID (insn);
1028 for (def = DF_INSN_UID_GET (df, uid)->defs; def; def = def->next_ref)
1041 unsigned int uid;
972 unsigned int uid; local
995 unsigned int uid; local
1018 unsigned int uid; local
1039 unsigned int uid; local
1057 unsigned int uid; local
1088 unsigned int uid; local
1196 df_insn_uid_debug(struct df *df, unsigned int uid, bool follow_chain, FILE *file) argument
1241 unsigned int uid; local
[all...]

Completed in 233 milliseconds

1234567891011>>