Searched refs:uid (Results 176 - 200 of 681) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/etc/
H A Dsecurity239 printf "Line %d includes entries with uid 0.\n",
298 while read uid; do
299 grep -w $uid $MPBYUID
482 while read uid homedir; do
485 printf -- "$uid: $rhost\n"
493 while read uid homedir; do
496 printf -- "$uid: + in .rhosts file.\n"
511 while read uid homedir; do
514 printf -- "$uid $file\n"
532 while read uid homedi
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Ddf-core.c265 The array is indexed by insn uid, and every DF_REF points to the
280 3) Each insn has a logical uid field (LUID) which is stored in the
1682 unsigned int uid;
1689 uid = INSN_UID (insn);
1690 for (def_rec = DF_INSN_UID_DEFS (uid); *def_rec; def_rec++)
1708 unsigned int uid;
1715 uid = INSN_UID (insn);
1716 for (def_rec = DF_INSN_UID_DEFS (uid); *def_rec; def_rec++)
1733 unsigned int uid;
1740 uid
1680 unsigned int uid; local
1706 unsigned int uid; local
1731 unsigned int uid; local
1765 unsigned int uid; local
2069 df_insn_uid_debug(unsigned int uid, bool follow_chain, FILE *file) argument
[all...]
H A Ddf-scan.c1008 unsigned int uid = DF_REF_INSN_UID (ref);
1009 struct df_insn_info *insn_rec = DF_INSN_UID_GET (uid);
1023 unsigned int uid = DF_REF_INSN_UID (ref);
1024 struct df_insn_info *insn_rec = DF_INSN_UID_GET (uid);
1126 df_insn_delete (basic_block bb, unsigned int uid)
1141 insn_info = DF_INSN_UID_SAFE_GET (uid);
1148 bitmap_clear_bit (df->insns_to_rescan, uid);
1149 bitmap_clear_bit (df->insns_to_notes_rescan, uid);
1150 bitmap_set_bit (df->insns_to_delete, uid);
1153 fprintf (dump_file, "deferring deletion of insn with uid
1004 unsigned int uid = DF_REF_INSN_UID (ref); local
1019 unsigned int uid = DF_REF_INSN_UID (ref); local
1122 df_insn_delete(basic_block bb, unsigned int uid) argument
1223 unsigned int uid = INSN_UID (insn); local
1325 unsigned int uid = INSN_UID (insn); local
1387 unsigned int uid; local
1439 unsigned int uid; local
1656 unsigned int uid = INSN_UID (insn); local
1724 unsigned int uid = INSN_UID (insn); local
1837 unsigned int uid = INSN_UID (insn); local
1979 unsigned int uid = INSN_UID (insn); local
2168 unsigned int uid = INSN_UID (insn); local
4482 unsigned int uid = INSN_UID (insn); local
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_uid16.c60 syscallarg(linux_uid16_t) uid;
66 SCARG(&bca, uid) = LINUXTOBSD_UID(SCARG(uap, uid));
77 syscallarg(linux_uid16_t) uid;
83 SCARG(&bfa, uid) = LINUXTOBSD_UID(SCARG(uap, uid));
94 syscallarg(linux_uid16_t) uid;
100 SCARG(&bla, uid) = LINUXTOBSD_UID(SCARG(uap, uid));
/netbsd-6-1-5-RELEASE/lib/libc/rpc/
H A Dauth_unix.c104 authunix_create(machname, uid, gid, len, aup_gids)
106 int uid;
148 aup.aup_uid = uid;
199 uid_t uid; local
206 uid = geteuid();
211 return (authunix_create(machname, (int)uid, (int)gid, len,
/netbsd-6-1-5-RELEASE/usr.sbin/lastlogin/
H A Dlastlogin.c304 uid_t uid; local
306 if (key.size != sizeof(uid) || data.size != sizeof(l)) {
310 (void)memcpy(&uid, key.data, sizeof(uid));
312 if ((passwd = getpwuid(uid)) == NULL) {
313 warnx("Cannot find user for uid %lu",
314 (unsigned long)uid);
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dsupcmisc.c54 struct liststruct { /* uid and gid lists */
56 int Lnumber; /* uid or gid */
66 static LIST *uidL[LISTSIZE]; /* uid and gid lists */
211 ugconvert(char *uname, char *gname, int *uid, int *gid, int *mode) argument
228 *uid = u->Lnumber;
231 *uid = pw->pw_uid;
251 *uid = defuid;
256 *uid = defuid = getuid();
260 *uid = defuid = sbuf.st_uid;
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dip_lookup.c136 ip_lookup_ioctl(caddr_t data, ioctlcmd_t cmd, int mode, int uid, void *ctx) argument
187 err = iplookup_iterate(data, uid, ctx);
191 err = iplookup_deltok(data, uid, ctx);
571 /* uid(I) - uid of caller */
572 /* ctx(I) - pointer to give the uid context */
577 iplookup_iterate(void *data, int uid, void *ctx) argument
595 token = ipf_findtoken(iter.ili_key, uid, ctx);
660 /* uid(I) - uid o
668 iplookup_deltok(void *data, int uid, void *ctx) argument
686 ip_lookup_ioctl(caddr_t data, ioctlcmd_t cmd, int mode, int uid, void *ctx) argument
[all...]
/netbsd-6-1-5-RELEASE/dist/smbfs/smbutil/
H A Ddumptree.c69 printf("(%s:%s) %o", user_from_uid(vip->uid, 0),
92 printf("(%s:%s) %o", user_from_uid(sip->uid, 0),
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_default.h84 #define na_uid uid
121 #define sa_uid uid
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/data/
H A Dslapd-nis-master.conf41 index uid pres,eq,approx
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/scripts/
H A Dtest042-valsort145 dn: uid=dave,ou=users,o=valsort
147 uid: dave
176 dn: uid=bill,ou=users,o=valsort
178 uid: bill
/netbsd-6-1-5-RELEASE/sys/compat/linux32/common/
H A Dlinux32_unistd.c442 uid_t uid; local
444 uid = kauth_cred_getuid(pc);
445 if ((error = copyout(&uid, SCARG_P32(uap, ruid), sizeof(uid_t))) != 0)
448 uid = kauth_cred_geteuid(pc);
449 if ((error = copyout(&uid, SCARG_P32(uap, euid), sizeof(uid_t))) != 0)
452 uid = kauth_cred_getsvuid(pc);
453 return copyout(&uid, SCARG_P32(uap, suid), sizeof(uid_t));
545 syscallarg(uid_t) uid;
549 NETBSD32TO64_UAP(uid);
/netbsd-6-1-5-RELEASE/games/hunt/huntd/
H A Danswer.c64 static uint32_t uid; local
98 (void) read(newsock, &uid, LONGLEN);
99 uid = ntohl(uid);
190 pp->p_ident = get_ident(machine, uid, name, team);
388 get_ident(uint32_t machine, uint32_t uid, char *name, char team) argument
395 && ip->i_uid == uid
416 ip->i_uid = uid;
/netbsd-6-1-5-RELEASE/sys/arch/arm/marvell/
H A Dkirkwoodreg.h116 #define KIRKWOOD_UNITID2PHYS(uid) ((KIRKWOOD_UNITID_ ## uid) << 16)
H A Dmv78xx0reg.h134 #define UNITID2PHYS(uid) ((MV78XX0_UNITID_ ## uid) << 16)
H A Dorionreg.h116 #define ORION_UNITID2PHYS(uid) ((ORION_UNITID_ ## uid) << 16)
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dpipe_command.c179 uid_t uid; /* privileges */ member in struct:pipe_args
208 args->uid = var_default_uid;
249 args->uid = va_arg(ap, uid_t); /* in case uid_t is short */
278 if (args->uid == 0)
279 msg_panic("%s: privileged uid", myname);
498 set_ugid(args.uid, args.gid);
518 msg_fatal("cannot change directory to \"%s\" for uid=%lu gid=%lu: %m",
519 args.cwd, (unsigned long) args.uid,
616 kill_command(pid, SIGKILL, args.uid, args.gid);
618 args.uid, arg
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/apmd/
H A Dapmd.c70 static int bind_socket (const char *sn, mode_t mode, uid_t uid, gid_t gid);
153 bind_socket(const char *sockname, mode_t mode, uid_t uid, gid_t gid) argument
169 if (chmod(sockname, mode) == -1 || chown(sockname, uid, gid) == -1)
171 mode, uid, gid);
315 uid_t uid = 2; /* operator */ local
360 uid = strtoul(user, &scratch, 0);
364 uid = pw->pw_uid;
419 sock_fd = bind_socket(sockname, mode, uid, gid);
/netbsd-6-1-5-RELEASE/usr.bin/chpass/
H A Dfield.c104 warnx("empty uid field");
108 warnx("illegal uid");
118 warnx("illegal uid");
236 if (uid && pw->pw_shell && !ok_shell(pw->pw_shell)) {
241 if (uid) {
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_lookup.c154 ip_lookup_ioctl(void * data, ioctlcmd_t cmd, int mode, int uid, void *ctx) argument
205 err = iplookup_iterate(data, uid, ctx);
209 err = iplookup_deltok(data, uid, ctx);
589 /* uid(I) - uid of caller */
590 /* ctx(I) - pointer to give the uid context */
595 iplookup_iterate(void *data, int uid, void *ctx) argument
613 token = ipf_findtoken(iter.ili_key, uid, ctx);
677 /* uid(I) - uid o
685 iplookup_deltok(void *data, int uid, void *ctx) argument
703 ip_lookup_ioctl(void * data, ioctlcmd_t cmd, int mode, int uid, void *ctx) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/libdm/
H A Dlibdm-common.c184 dmt->uid = DM_DEVICE_UID;
347 int dm_task_set_uid(struct dm_task *dmt, uid_t uid) argument
349 dmt->uid = uid;
414 uid_t uid, gid_t gid, mode_t mode, int check_udev)
441 /* If right inode already exists we don't touch uid etc. */
460 if (chown(rpath, uid, gid) < 0) {
475 /* If right inode already exists we don't touch uid etc. */
496 if (chown(path, uid, gid) < 0) {
764 uint32_t minor, uid_t uid, gid_
413 _add_dev_node(const char *dev_name, uint32_t major, uint32_t minor, uid_t uid, gid_t gid, mode_t mode, int check_udev) argument
763 _do_node_op(node_op_t type, const char *dev_name, uint32_t major, uint32_t minor, uid_t uid, gid_t gid, mode_t mode, const char *old_name, uint32_t read_ahead, uint32_t read_ahead_flags, int check_udev) argument
792 uid_t uid; member in struct:node_op_parms
809 _stack_node_op(node_op_t type, const char *dev_name, uint32_t major, uint32_t minor, uid_t uid, gid_t gid, mode_t mode, const char *old_name, uint32_t read_ahead, uint32_t read_ahead_flags, int check_udev) argument
872 add_dev_node(const char *dev_name, uint32_t major, uint32_t minor, uid_t uid, gid_t gid, mode_t mode, int check_udev) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-ssa-alias.c2438 /* An array of used_part structures, indexed by variable uid. */
2444 unsigned int uid; member in struct:used_part_map
2448 /* Return true if the uid in the two used part maps are equal. */
2454 return (a->uid == b->uid);
2457 /* Hash a from uid in a used_part_map. */
2462 return ((const struct used_part_map *)item)->uid;
2477 up_lookup (unsigned int uid) argument
2480 in.uid = uid;
2490 up_insert(unsigned int uid, used_part_t to) argument
2510 get_or_create_used_part_for(size_t uid) argument
2562 size_t uid = DECL_UID (var); local
2721 size_t uid = DECL_UID (ref); local
2744 size_t uid = DECL_UID (ref); local
2776 size_t uid = DECL_UID (var); local
2800 size_t uid = DECL_UID (var); local
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/server/
H A Dmdb.c185 /* If there's no uid hash, make one; otherwise, see if
189 log_fatal ("Can't allocate host/uid hash");
473 log_fatal ("Can't allocate lease/uid hash");
816 leases are in conflict. If the existing lease has a uid
825 (((comp -> uid && lease -> uid) &&
827 memcmp (comp -> uid, lease -> uid, comp -> uid_len))) ||
828 (!comp -> uid &&
840 if (comp -> uid) {
1552 find_lease_by_uid(struct lease **lp, const unsigned char *uid, unsigned len, const char *file, int line) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dlocalconf.h71 uid_t uid; member in struct:localconf

Completed in 239 milliseconds

1234567891011>>