Home
last modified time | relevance | path

Searched refs:uid2 (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/lib/libc/gen/
Dgetpwent.c943 uid_t uid2; in pwdb_match_entry_v3() local
960 memcpy(&uid2, p, sizeof(uid2)); in pwdb_match_entry_v3()
961 return (uid == uid2 ? NS_SUCCESS : NS_NOTFOUND); in pwdb_match_entry_v3()
1013 uint32_t uid2; in pwdb_match_entry_v4() local
1030 memcpy(&uid2, p, sizeof(uid2)); in pwdb_match_entry_v4()
1031 uid2 = ntohl(uid2); in pwdb_match_entry_v4()
1032 return (uid == (uid_t)uid2 ? NS_SUCCESS : NS_NOTFOUND); in pwdb_match_entry_v4()
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMAsmPrinter.h114 MCSymbol *GetARMJTIPICJumpTableLabel2(unsigned uid, unsigned uid2) const;
DARMAsmPrinter.cpp234 GetARMJTIPICJumpTableLabel2(unsigned uid, unsigned uid2) const { in GetARMJTIPICJumpTableLabel2()
237 << getFunctionNumber() << '_' << uid << '_' << uid2; in GetARMJTIPICJumpTableLabel2()
/freebsd-10-stable/lib/libugidfw/
Dugidfw.c515 uid_t uid1, uid2; in bsde_parse_uidrange() local
541 uid2 = pwd->pw_uid; in bsde_parse_uidrange()
548 uid2 = value; in bsde_parse_uidrange()
552 *max = uid2; in bsde_parse_uidrange()
/freebsd-10-stable/share/dtrace/
Dwatch_execve119 this->uid2 = this->proc->p_ucred->cr_uid;
205 this->pid2, this->uid2, this->gid2, this->arg2_0);
Dwatch_kill122 this->uid2 = this->proc->p_ucred->cr_uid;
210 this->pid2, this->uid2, this->gid2, this->arg2_0);
Dwatch_vop_remove418 this->uid2 = this->proc->p_ucred->cr_uid;
454 this->pid2, this->uid2, this->gid2, this->arg2_0);
/freebsd-10-stable/contrib/gcc/config/sparc/
Dsparc.c2656 short_branch (int uid1, int uid2) in short_branch() argument
2658 int delta = INSN_ADDRESSES (uid1) - INSN_ADDRESSES (uid2); in short_branch()