Searched refs:SPECIAL (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/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)
/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c284 #define SPECIAL 0, 0, 0, macro
285 {"lower", SPECIAL LC_CTYPE, TYPE_CTP},
286 {"upper", SPECIAL LC_CTYPE, TYPE_CTP},
287 {"alpha", SPECIAL LC_CTYPE, TYPE_CTP},
288 {"digit", SPECIAL LC_CTYPE, TYPE_CTP},
289 {"space", SPECIAL LC_CTYPE, TYPE_CTP},
290 {"cntrl", SPECIAL LC_CTYPE, TYPE_CTP},
291 {"punct", SPECIAL LC_CTYPE, TYPE_CTP},
292 {"graph", SPECIAL LC_CTYPE, TYPE_CTP},
293 {"print", SPECIAL LC_CTYP
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h61 #define SPECIAL 14 macro
104 short sc_type; /* type - INSTALL,NOTIFY,EXCEPT,SPECIAL */
H A Dgram.y46 %term SPECIAL 14
58 %type <subcmd> INSTALL, NOTIFY, EXCEPT, PATTERN, SPECIAL, cmdlist, cmd
161 | SPECIAL opt_namelist STRING SM = {
332 c = SPECIAL;
H A Dmain.c550 case SPECIAL:
551 return ("SPECIAL");
H A Dserver.c541 if (sc->sc_type != SPECIAL)
/illumos-gate/usr/src/cmd/fs.d/
H A Dfsck.c92 enum dev_arg_t { UNKNOWN, SPECIAL, FSCKDEV, MOUNTPT }; enumerator in enum:dev_arg_t
515 case SPECIAL:
524 if (arg_hint == SPECIAL) {
531 arg_hint = SPECIAL;
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l244 <TSTATE>special { return SPECIAL; }
245 <CSTATE>special { return SPECIAL; }
H A Dzonecfg_grammar.y133 %token FS ATTR DEVICE RCTL SPECIAL RAW DIR OPTIONS TYPE ADDRESS PHYSICAL
146 %type <ival> property_name SPECIAL RAW DIR OPTIONS TYPE ADDRESS PHYSICAL NAME
965 property_name: SPECIAL { $$ = PT_SPECIAL; }
/illumos-gate/usr/src/cmd/deroff/
H A Dderoff.c74 #define SPECIAL 0 macro
91 static char chars[128]; /* SPECIAL, APOS, DIGIT, or LETTER */
437 for (p = p1; (i = chars[*p]) != SPECIAL; ++p) {
/illumos-gate/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);
/illumos-gate/usr/src/boot/sys/boot/usb/
H A Dusbcore.mk25 # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/
H A Dcdboot.S18 # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s22 # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c1126 enum { EOL, ALPHA, NUMBER, FIELD, ADDR_IP, ADDR_ETHER, SPECIAL, enumerator in enum:__anon300
1145 * SPECIAL: A special character e.g. ">" or "(". The scanner
1299 tokentype = SPECIAL;
H A Dsnoop_pf.c239 enum { EOL, ALPHA, NUMBER, FIELD, ADDR_IP, ADDR_ETHER, SPECIAL, enumerator in enum:__anon10

Completed in 89 milliseconds