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

12

/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemcmp.s34 / which represents the `standard' for the C-library.
H A Dstrcpy.s36 / which represents the `standard' for the C-library.
H A Dstrlen.s35 / which represents the `standard' for the C-library.
H A Dstrncpy.s35 / which represents the `standard' for the C-library.
H A Dstrrchr.s35 / which represents the `standard' for the C-library.
/illumos-gate/usr/src/cmd/raidctl/
H A DMakefile39 SECLEVEL = standard
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dconf.sh183 shift; standard=$1
244 *" $standard "*)
246 *) standards="$standards $standard"
254 *VERSION*)key=${standard}${section} ;;
272 eval CONF_standard_${key}='$'standard
291 ?*) eval standard=\"'$'CONF_standard_$key\"
300 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}"
406 standard=$1
409 standard=$1
425 standard
[all...]
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtminit.c251 local.standard = strdup(tzname[0]);
298 if (!local.standard)
299 local.standard = strdup(tzname[0]);
311 local.standard = s;
324 local.standard = s;
343 for (zp = tm_data.zone; zp->standard; zp++)
350 local.standard = zp->standard;
354 s = tmpoff(s, e - s, zp->standard, 0, 0);
366 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 fixed.standard = fixed.daylight = strncpy(off, name, sizeof(off) - 1);
76 if (tmword(name, end, zp->standard, NiL, 0))
93 } while (zp->standard);
/illumos-gate/usr/src/lib/libraidcfg/
H A DMakefile.com48 SECLEVEL = standard
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrrchr.s35 / which represents the `standard' for the C-library.
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dconftab.h74 short standard; member in struct:Conf_s
84 short standard; member in struct:Prefix_s
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dconftab.h74 short standard; member in struct:Conf_s
84 short standard; member in struct:Prefix_s
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dconftab.h74 short standard; member in struct:Conf_s
84 short standard; member in struct:Prefix_s
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dconftab.h74 short standard; member in struct:Conf_s
84 short standard; member in struct:Prefix_s
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A DMakefile48 SECLEVEL = standard
/illumos-gate/usr/src/uts/sparc/ml/
H A Dfd_asm.s70 ENTRY(fd_intr) ! fd standard interrupt handler
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastconf.c78 #define STANDARD(v) (streq(v,"standard")||streq(v,"strict")||streq(v,"posix")||streq(v,"xopen"))
102 short standard; member in struct:Feature_s
113 short standard; member in struct:__anon2660
124 "standard",
820 look->standard = (flags & ASTCONF_AST) ? CONF_AST : -1;
830 if (look->standard >= 0)
832 look->standard = p->standard;
867 error(-2, "astconf normal name=%s standard=%d section=%d call=%d flags=%04x elements=%d", look->name, look->standard, loo
[all...]
/illumos-gate/usr/src/cmd/lp/model/
H A DMakefile44 MODELS = standard \
/illumos-gate/usr/src/man/man5/
H A DMakefile163 standard.5 \
174 standard.5 := LINKSRC = attributes.5
/illumos-gate/usr/src/lib/libcmd/common/
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]"
176 " are: country code, standard zone name, savings time zone name,"
370 while (listzones->standard)
374 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 = !strcmp(astconf("CONFORMANCE", NiL, NiL), "standard");
501 if (state.standard)
511 * (and is ok with the standard) but strict
/illumos-gate/usr/src/lib/libast/common/include/
H A Dtm.h109 char* standard; /* standard time name */ member in struct:__anon2634
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dtm.h118 char* standard; /* standard time name */ member in struct:__anon2600

Completed in 96 milliseconds

12