Searched refs:standard (Results 1 - 17 of 17) sorted by relevance

/ast/src/lib/libast/comp/
H A Dconf.sh199 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...]
/ast/src/lib/libast/tm/
H A Dtminit.c252 local.standard = strdup(tzname[0]);
299 if (!local.standard)
300 local.standard = strdup(tzname[0]);
312 local.standard = s;
325 local.standard = s;
344 for (zp = tm_data.zone; zp->standard; zp++)
351 local.standard = zp->standard;
355 s = tmpoff(s, e - s, zp->standard, 0, 0);
367 if (!zp->standard)
[all...]
H A Dtmtype.c55 } while (zp->standard);
H A Dtmzone.c42 * if dst!=0 then it will point to 0 for standard zones
61 strlcpy(fixed.standard = fixed.daylight = off, name, sizeof(off));
76 if (tmword(name, end, zp->standard, NiL, 0))
93 } while (zp->standard);
H A Dtmxfmt.c277 case 'F': /* ISO 8601:2000 standard date format */
601 p = (flags & TM_UTC) ? tm_info.format[TM_UT] : tm->tm_isdst && tm->tm_zone->daylight ? tm->tm_zone->daylight : tm->tm_zone->standard;
/ast/src/lib/libast/port/
H A Dastconf.c80 #define STANDARD(v) (streq(v,"standard")||streq(v,"strict")||streq(v,"posix")||streq(v,"xopen"))
104 short standard; member in struct:Feature_s
115 short standard; member in struct:Lookup_s
138 "standard",
283 const char* standard; member in struct:State_s
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))
879 look->standard = (flags & ASTCONF_AST) ? CONF_AST : -1;
889 if (look->standard >= 0)
891 look->standard
[all...]
H A Dlc.c176 * if standard!=0 and s[0] is a digit leading non-digits are ignored in p
180 match(const char* s, register const char* p, int minimum, int standard) argument
191 if (standard)
212 if (standard && isdigit(*p))
224 if (standard && isdigit(*t))
/ast/src/lib/librecsort/
H A Drskeyhdr.h68 unsigned char standard; /* 1:-k 0:+pos-pos */ \
H A Drskey.c983 if (fp->standard && (*s == ',' || *s == ' '))
1013 int standard; local
1042 if ((standard = !obsolete) && *s == ':')
1098 fp->standard = standard;
1099 if ((fp->begin.field = n - fp->standard) > kp->field.maxfield)
1105 fp->begin.index = (int)strtol(s + 1, &s, 10) - fp->standard;
1231 if (fp->standard)
1241 if (fp->standard)
H A Drskeydump.c52 sfprintf(sp, "\t style = %s\n", fp->standard ? "standard" : "obsolete");
/ast/src/lib/libcmd/
H A Ddate.c70 " \bfmtelapsed\b(3) elapsed time on the standard output. If there are"
99 " [+F?%ISO 8601:2000 standard date format; equivalent to Y-%m-%d]"
185 " are: country code, standard zone name, savings time zone name,"
396 while (listzones->standard)
400 sfprintf(sfstdout, "%3s %4s %4s %4d %4d\n", s, *listzones->standard ? listzones->standard : "-", listzones->daylight ? listzones->daylight : "-", listzones->west, listzones->dst);
H A Dexpr.c34 "the result to standard output. The character \b0\b will be written "
178 int standard; member in struct:State_s
197 if (!state->standard)
499 state.standard = !!conformance(0, 0);
501 if (state.standard)
511 * (and is ok with the standard) but strict
H A Dcp.c689 int standard; local
714 standard = !!conformance(0, 0);
793 if (state->op != CP || !standard)
801 if (state->op != CP || !standard)
887 if (!standard)
/ast/src/lib/libast/include/
H A Dtm.h109 char* standard; /* standard time name */ member in struct:__anon275
/ast/src/lib/libtk/library/demos/
H A Dtext.tcl55 7. Edit. Text widgets support the standard Motif editing characters
/ast/src/cmd/msgcc/
H A Dmsgcc.sh63 [+verbose?Trace similar message replacements on the standard error.]
/ast/src/cmd/nmake/
H A DMakerules.mk57 set option=';recurse;sa;-;Set the recursive \b:MAKE:\b \aaction\a:;[action:=1]{[+combine?Combine all recursive makefiles into one rooted at the current directory. \b::\b, \b:PACKAGE:\b, \b.SOURCE\b*, and \bLDLIBRARIES\b are intercepted to adjust relative directory and library references. Complex makefile hierarchies may not be amenable to combination.][+implicit?All makefiles in all subdirectories are treated as if they contained \b:MAKE:\b.][+list?List the recursion directories, one per line, on the standard output and exit. A \b-\b prerequisite separates groups that may be made concurrently and a \b+\b prerequisite separates leaf directories from intermediate directories.][+only?Disable component closure and operate on explicit prerequisites only.][+prereqs?List the recursion directory dependencies as a makefile on the standard output and exit.][+\anumber\a?Set the directory recursion concurrency level to \anumber\a.]}'
58 set option=';recurse-enter;s;-;\atext\a prependeded to the \adirectory\a\b:\b message printed on the standard error upon entering a recursive \b:MAKE:\b directory.;text'
59 set option=';recurse-leave;s;-;\atext\a prependeded to the \adirectory\a\b:\b message printed on the standard error upon leaving a recursive \b:MAKE:\b directory. If \b--recurse-leave\b is not specified then no message is printed upon leaving \b:MAKE:\b directories.;text'
330 * standard versions to avoid ETXTBSY during installation

Completed in 85 milliseconds