Searched refs:SPECIAL (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/ksh93/sh/ |
H A D | suid_exec.c | 38 * 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)
|
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 265 .sh. : .SPECIAL .VIRTUAL .FUNCTIONAL .FORCE .REPEAT .ALWAYS .LOCAL 1640 $(>:N=[!-.]*|.[!A-Z]*) : .SPECIAL 1692 $(T2) : .SPECIAL .IMPLICIT $(T1) 1693 $(T1) : .SPECIAL .TERMINAL 1697 $(T2) : .SPECIAL CC.DLL= CC.DLLBIG= 1749 $(T1) : .SPECIAL $(TA:V:Q) 1752 $(T1) : .SPECIAL (.OPTIONS.$(<)) 1818 $$(<) : .SPECIAL .VIRTUAL .FUNCTIONAL $$(-mam:N=static*:?.ALWAYS .LOCAL??) $$(>) 1827 $(<:V) : .SPECIAL .DO.COPY $(>:V) 1891 $$(<:V) : .SPECIAL [all...] |
/ast/src/lib/libast/port/ |
H A D | astlicense.c | 66 #define SPECIAL 12 macro 176 LIC("inline", SPECIAL), 187 LIC("special", SPECIAL), 188 LIC("nonexclusive", SPECIAL), 189 LIC("noncommercial", SPECIAL), 755 c = SPECIAL; 806 notice.type = SPECIAL; 820 if (notice.type >= SPECIAL) 993 COMMENT(¬ice, &buf, "BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,", -1);
|
Completed in 36 milliseconds