Searched defs:SPECIAL (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dsuid_exec.c38 * may pass file descriptor FDIN as an open file with mode SPECIAL if
58 #define SPECIAL 04100 /* setuid execute only by owner */ macro
125 * by root and is mode SPECIAL, then this is proof that it was
131 (statb.st_mode & ~S_IFMT) != SPECIAL || close(FDVERIFY)<0)
165 if(fstat(FDIN,&statb) < 0 || (statb.st_mode & ~S_IFMT) != SPECIAL)
381 if((n = open(tmpname, O_WRONLY | O_CREAT | O_EXCL, SPECIAL)) < 0 ||
384 if((n = open(tmpname, O_WRONLY | O_CREAT ,SPECIAL)) < 0 || unlink(tmpname) < 0)
/osnet-11/usr/src/lib/libast/common/port/
H A Dastlicense.c58 #define SPECIAL 12 macro
158 LIC("inline", SPECIAL),
169 LIC("special", SPECIAL),
170 LIC("nonexclusive", SPECIAL),
171 LIC("noncommercial", SPECIAL),
623 c = SPECIAL;
672 notice.type = SPECIAL;
686 if (notice.type >= SPECIAL)
859 COMMENT(&notice, &buf, "BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,", -1);

Completed in 23 milliseconds