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

12345

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Dnph-clock.cgi3 use CGI::Push qw(:standard :html3);
H A Ddiff_upload.cgi6 use CGI qw(:standard);
H A Dfile_upload.cgi5 use CGI qw(:standard);
H A Dcustomize.cgi3 use CGI qw(:standard :html3);
H A Djavascript.cgi5 use CGI qw(:standard);
/osnet-11/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.
/osnet-11/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...]
/osnet-11/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 strlcpy(fixed.standard = fixed.daylight = off, name, sizeof(off));
76 if (tmword(name, end, zp->standard, NiL, 0))
93 } while (zp->standard);
/osnet-11/usr/src/lib/libraidcfg/
H A DMakefile.com46 SECLEVEL = standard
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dstrrchr.s35 / which represents the `standard' for the C-library.
/osnet-11/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
/osnet-11/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
/osnet-11/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
/osnet-11/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
/osnet-11/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:Lookup_s
124 "standard",
269 const char* standard; member in struct:State_s
289 static State_t state = { "getconf", "_AST_FEATURES", "CONFORMANCE = standard", "POSIXLY_CORRECT", dynamic, -1 };
333 if ((s = getenv(state.name)) || getenv(state.strict) && (s = (char*)state.standard))
829 look->standard = (flags & ASTCONF_AST) ? CONF_AST : -1;
839 if (look->standard >= 0)
841 look->standard
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2usage.PL89 are used then standard output is used. If ">&2" or ">&STDERR" is used then
90 standard error is used.
109 usage mesage format (defaults to standard input).
117 If no input file is specifed than standard input is read.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dstart_end_asterisk.t11 use CGI qw(:standard *h1 *h2 *h3 *h4 *h5 *h6 *table *ul *li *ol *td *b *i *u *div);
H A Dstart_end_end.t11 use CGI qw(:standard end_h1 end_h2 end_h3 end_h4 end_h5 end_h6 end_table end_ul end_li end_ol end_td end_b end_i end_u end_div);
H A Dstart_end_start.t11 use CGI qw(:standard start_h1 start_h2 start_h3 start_h4 start_h5 start_h6 start_table start_ul start_li start_ol start_td start_b start_i start_u start_div);

Completed in 61 milliseconds

12345