Home
last modified time | relevance | path

Searched refs:setid (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/genmsg/
H A Dgenmsg.y123 | '(' CONST INT ')' setid { $$ = $5; }
124 | setid
127 setid: setid '+' setid { $$ = $1 + $3; }
128 | setid '-' setid { $$ = $1 - $3; }
129 | setid '*' setid { $$ = $1 * $3; }
130 | setid '/' setid
138 | '-' setid %prec UMINUS { $$ = -$2; }
139 | '(' setid ')' { $$ = $2; }
207 if (setid == 0 || setid > NL_SETMAX) {
213 set_msgid(setid, id);
[all …]
H A Dutil.c353 if (si->id > setid) { in add_setid()
365 newsi->id = setid; in add_setid()
423 int n, setid, msgid; in read_projfile() local
434 if (setid > NL_SETMAX) { in read_projfile()
436 file, setid); in read_projfile()
497 int id = msgid_table[setid]; in get_msgid()
500 if (si->id == setid) { in get_msgid()
517 setid); in get_msgid()
528 msgid_table[setid] = msgid; in set_msgid()
597 setid = 0; in read_msgfile()
[all …]
/illumos-gate/usr/src/uts/common/exec/shbin/
H A Dshbin.c59 int setid,
161 int setid, in shbinexec() argument
238 if ((setid & EXECSETID_PRIVS) != 0 || in shbinexec()
239 (setid & (EXECSETID_UGIDS|EXECSETID_SETID)) == in shbinexec()
/illumos-gate/usr/src/uts/common/exec/intp/
H A Dintp.c189 int setid, in intpexec() argument
274 if ((setid & EXECSETID_PRIVS) != 0 || in intpexec()
275 (setid & (EXECSETID_UGIDS|EXECSETID_SETID)) == in intpexec()
/illumos-gate/usr/src/uts/common/exec/java/
H A Djava.c88 struct intpdata *idatap, int level, size_t *execsz, int setid, in javaexec() argument
142 if (setid) in javaexec()
/illumos-gate/usr/src/cmd/sgs/messages/
H A Dsgs.ident27 # associated numeric setid is used when creating catgets(3c) messages, the
31 mesgid setid domain
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c209 int setid = 1; in exec() local
676 setid = 0; in exec()
683 setid = 1; in exec()
690 setid = 1; in exec()
696 setid = 1; in exec()
706 setid = 1; in exec()
713 if (setid) in exec()
/illumos-gate/usr/src/tools/sgs/sgsmsg/
H A Dsgsmsg.c122 static char *mesgid = 0, *setid = 0, *domain = 0; variable
274 setid = _setid; in getmesgid()
285 setid) < 0) { in getmesgid()
304 (fprintf(fddefs, "#define\t%s\t%s\n\n", mesgid, setid) < 0)) { in getmesgid()
795 if (setid == 0) { in file()
/illumos-gate/usr/src/uts/common/brand/sn1/
H A Dsn1_brand.c224 int level, size_t *execsz, int setid, caddr_t exec_file, cred_t *cred, in sn1_elfexec() argument
228 setid, exec_file, cred, brand_action, &sn1_brand, SN1_BRANDNAME, in sn1_elfexec()
/illumos-gate/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.c393 int level, size_t *execsz, int setid, caddr_t exec_file, cred_t *cred, in s10_elfexec() argument
397 setid, exec_file, cred, brand_action, &s10_brand, S10_BRANDNAME, in s10_elfexec()
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c658 int setid; in gexec() local
823 setid = (privflags & (PRIV_SETUGID|PRIV_INCREASE|PRIV_FORCED)); in gexec()
855 if (setid & PRIV_SETUGID) in gexec()
857 if (setid & PRIV_FORCED) in gexec()
960 if (setid && (pp->p_proc_flag & P_PR_PTRACE) == 0) { in gexec()
1527 int setid, in noexec() argument
H A Dbrand.c604 intpdata_t *idatap, int level, size_t *execsz, int setid, caddr_t exec_file, in brand_solaris_elfexec() argument
677 setid, exec_file, cred, brand_action); in brand_solaris_elfexec()
682 execsz, setid, exec_file, cred, brand_action); in brand_solaris_elfexec()
/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h183 size_t *execsz, int setid, caddr_t exec_file,
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c265 int level, size_t *execsz, int setid, caddr_t exec_file, cred_t *cred, in elfexec() argument
379 idatap, level + 1, execsz, setid, exec_file, cred, in elfexec()
688 if ((setid & EXECSETID_SETID) != 0) { in elfexec()
860 if ((setid &= ~EXECSETID_SETID) != 0) in elfexec()
875 (setid &= ~EXECSETID_SETID) != 0)) in elfexec()
2578 int setid, caddr_t exec_file, cred_t *cred,
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.h100 #define setid(c) ((pptype)[c]|=C_ID) macro
H A Dppfsm.c595 setid(c); in ppfsm()
705 setid(c); in ppfsm()