Searched defs:SPECIAL (Results 1 - 8 of 8) 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/cmd-inet/usr.bin/rdist/
H A Ddefs.h61 #define SPECIAL 14 macro
104 short sc_type; /* type - INSTALL,NOTIFY,EXCEPT,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/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/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/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.sbin/snoop/
H A Dsnoop_pf.c239 enum { EOL, ALPHA, NUMBER, FIELD, ADDR_IP, ADDR_ETHER, SPECIAL, enumerator in enum:__anon10
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;

Completed in 93 milliseconds