Home
last modified time | relevance | path

Searched refs:src_uid (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/sendmail/aux/
H A Dmail.local.c117 static uid_t src_uid, targ_uid, saved_uid; variable
201 src_uid = pw ? pw->pw_uid : uid;
766 if ((saved_uid != 0) && (src_uid != targ_uid)) {
774 name, src_uid, targ_uid);
/titanic_50/usr/src/cmd/isns/isnsd/
H A Dqry.c794 uint32_t src_uid, in qry_and_match() argument
823 p[j][0] = src_uid; in qry_and_match()