/titanic_51/usr/src/lib/libast/common/comp/ |
H A D | conf.sh | 183 shift; standard=$1 244 *" $standard "*) 246 *) standards="$standards $standard" 254 *VERSION*)key=${standard}${section} ;; 272 eval CONF_standard_${key}='$'standard 300 …printf "%29s %35s %8s %2s %1d %5s %s$nl" "$name" "$key" "$standard" "$call" "$section" "$flags" "$… 425 standard=${standard}_$1 432 case $standard in 433 _*) standard=`echo $standard | sed 's,^_*,,'` ;; 436 *" $standard "*) [all …]
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | conf.sh | 199 shift; standard=$1 260 *" $standard "*) 262 *) standards="$standards $standard" 270 *VERSION*)key=${standard}${section} ;; 288 eval CONF_standard_${key}='$'standard 307 ?*) eval standard=\"'$'CONF_standard_$key\" 316 printf "%29s %35s %8s %2s %1d %5s %s$nl" "$name" "$key" "$standard" "$call" "$section" "$flags" "$define${values:+$sp=$values}${headers:+$sp$headers$nl}${script:+$sp$ob$script$nl$cb}" 422 standard=$1 425 standard=$1 441 standard [all...] |
/titanic_51/usr/src/lib/libast/common/tm/ |
H A D | tminit.c | 251 local.standard = strdup(tzname[0]); in tmlocal() 298 if (!local.standard) in tmlocal() 299 local.standard = strdup(tzname[0]); in tmlocal() 311 local.standard = s; in tmlocal() 324 local.standard = s; in tmlocal() 343 for (zp = tm_data.zone; zp->standard; zp++) in tmlocal() 350 local.standard = zp->standard; in tmlocal() 354 s = tmpoff(s, e - s, zp->standard, 0, 0); in tmlocal() 366 if (!zp->standard) in tmlocal() 374 local.standard = strdup(buf); in tmlocal() [all …]
|
H A D | tmzone.c | 61 fixed.standard = fixed.daylight = strncpy(off, name, sizeof(off) - 1); in tmzone() 76 if (tmword(name, end, zp->standard, NiL, 0)) in tmzone() 93 } while (zp->standard); in tmzone()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/tm/ |
H A D | tminit.c | 252 local.standard = strdup(tzname[0]); in tmlocal() 299 if (!local.standard) in tmlocal() 300 local.standard = strdup(tzname[0]); in tmlocal() 312 local.standard = s; in tmlocal() 325 local.standard = s; in tmlocal() 344 for (zp = tm_data.zone; zp->standard; zp++) in tmlocal() 351 local.standard = zp->standard; in tmlocal() 355 s = tmpoff(s, e - s, zp->standard, 0, 0); in tmlocal() 367 if (!zp->standard) in tmlocal() [all...] |
H A D | tmzone.c | 42 * if dst!=0 then it will point to 0 for standard zones 61 strlcpy(fixed.standard = fixed.daylight = off, name, sizeof(off)); in tmzone() 76 if (tmword(name, end, zp->standard, NiL, 0)) in tmzone() 93 } while (zp->standard); in tmzone()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | astconf.c | 80 #define STANDARD(v) (streq(v,"standard")||streq(v,"strict")||streq(v,"posix")||streq(v,"xopen")) 104 short standard; member 115 short standard; member 138 "standard", 283 const char* standard; member 303 static State_t state = { "getconf", "_AST_FEATURES", "CONFORMANCE = standard", "POSIXLY_CORRECT", dynamic, -1 }; 347 if ((s = getenv(state.name)) || getenv(state.strict) && (s = (char*)state.standard)) in synthesize() 879 look->standard = (flags & ASTCONF_AST) ? CONF_AST : -1; in lookup() 889 if (look->standard >= 0) in lookup() 891 look->standard in lookup() [all...] |
/titanic_51/usr/src/lib/libast/common/port/ |
H A D | astconf.c | 102 short standard; member 113 short standard; member 820 look->standard = (flags & ASTCONF_AST) ? CONF_AST : -1; 830 if (look->standard >= 0) 832 look->standard = p->standard; 867 …andard=%d section=%d call=%d flags=%04x elements=%d", look->name, look->standard, look->section, l… 882 if ((look->standard < 0 || look->standard == mid->standard) && 891 if ((look->standard < 0 || look->standard == mid->standard) && 905 if (look->call < 0 && look->standard >= 0 && (look->section <= 1 || (mid->flags & CONF_MINMAX))) 909 …e=%s standard=%d:%d section=%d:%d call=%d:%d", look->name, look->standard, mid->standard, look->se… [all …]
|
/titanic_51/usr/src/lib/libpp/common/ |
H A D | NOTES | 5 stages of ANSI standard C. The same library is used to construct 26 ANSI standard C. A compatibility dialect implements Reiser 27 features, allowing for a smooth transition to the ANSI standard. 39 in the compatibility dialect and on non-standard constructs 42 ANSI standard C.
|
/titanic_51/usr/src/contrib/ast/src/lib/libpp/ |
H A D | NOTES | 5 stages of ANSI standard C. The same library is used to construct 26 ANSI standard C. A compatibility dialect implements Reiser 27 features, allowing for a smooth transition to the ANSI standard. 39 in the compatibility dialect and on non-standard constructs 42 ANSI standard C.
|
/titanic_51/usr/src/cmd/ast/libast/amd64/ |
H A D | conftab.h | 74 short standard; member 84 short standard; member
|
/titanic_51/usr/src/cmd/ast/libast/sparc/ |
H A D | conftab.h | 74 short standard; member 84 short standard; member
|
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | conftab.h | 74 short standard; member 84 short standard; member
|
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | conftab.h | 74 short standard; member 84 short standard; member
|
/titanic_51/usr/src/cmd/ast/libast/sparcv9/ |
H A D | conftab.h | 74 short standard; member 84 short standard; member
|
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | conftab.h | 74 short standard; member 84 short standard; member
|
/titanic_51/usr/src/cmd/ast/libast/i386/ |
H A D | conftab.h | 74 short standard; member 84 short standard; member
|
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | conftab.h | 74 short standard; member 84 short standard; member
|
/titanic_51/usr/src/cmd/lp/filter/ |
H A D | slow.filter | 29 ## The Spooler will take ANYTHING that goes to standard error 30 ## and give it to the user. Non-empty standard error or non-zero 43 # Most of the time we don't want the standard error to be captured 45 # shell puts out when we get a SIGTERM. We'll save the standard
|
/titanic_51/usr/src/lib/librstp/common/ |
H A D | README.news | 10 - 'nonStp' support (I know, that it is out the standard, 16 closer to the standard
|
/titanic_51/usr/src/cmd/lp/model/ |
H A D | standard | 70 # Most of the time we don't want the standard error to be captured 72 # shell puts out when we get a SIGTERM. We'll save the standard 77 # regular standard output won't be directed there, such as in 129 # standard input to the Spooler. It is used to forward 167 # filter. Minimally it should copy its standard input to 168 # the standard output, but it should also trap printer 200 # the standard ERROR, not the standard OUTPUT as is the usual case 201 # with foo=`cmd`. The standard output will go to the printer. 209 # The standard erro [all...] |
H A D | tsol_standard | 70 # Most of the time we don't want the standard error to be captured 72 # shell puts out when we get a SIGTERM. We'll save the standard 77 # regular standard output won't be directed there, such as in 129 # standard input to the Spooler. It is used to forward 179 # filter. Minimally it should copy its standard input to 180 # the standard output, but it should also trap printer 212 # the standard ERROR, not the standard OUTPUT as is the usual case 213 # with foo=`cmd`. The standard output will go to the printer. 221 # The standard erro [all...] |
H A D | tsol_standard_foomatic | 72 # Most of the time we don't want the standard error to be captured 74 # shell puts out when we get a SIGTERM. We'll save the standard 79 # regular standard output won't be directed there, such as in 131 # standard input to the Spooler. It is used to forward 181 # filter. Minimally it should copy its standard input to 182 # the standard output, but it should also trap printer 214 # the standard ERROR, not the standard OUTPUT as is the usual case 215 # with foo=`cmd`. The standard output will go to the printer. 223 # The standard erro [all...] |
/titanic_51/usr/src/cmd/mdb/test/ |
H A D | README | 14 o mdb - Indicating that the file should be passed as standard input to mdb 18 should pass if and only if its standard ouput matches its standar error.
|
/titanic_51/usr/src/lib/libshell/common/ |
H A D | COMPATIBILITY | 10 the POSIX standard, not with ksh-88. No local variables are 80 17. The POSIX standard requires that test "$arg" have exit status 100 the end-of-options is reached to conform to the POSIX standard. 102 23. Since the POSIX standard requires that octal constants be 110 shell standard. 113 to on standard output as required by X/Open. With ksh88,
|