| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/utils/ |
| README | 7 This directory contains utilities that help port a standard perl 5.8.4 build 8 directory into the ON tree and patched versions of standard perl files needed 13 The standard MakeMaker framework is obviously not ON-aware and we can't patch 16 the build in preference to the standard ones by setting PERL5INC appropriately
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/eg/ |
| nph-clock.cgi | 3 use CGI::Push qw(:standard :html3);
|
| diff_upload.cgi | 6 use CGI qw(:standard);
|
| file_upload.cgi | 5 use CGI qw(:standard);
|
| /onnv/onnv-gate/usr/src/cmd/raidctl/ |
| Makefile | 38 SECLEVEL = standard
|
| /onnv/onnv-gate/usr/src/lib/libc/i386/gen/ |
| memcmp.s | 34 / which represents the `standard' for the C-library.
|
| strcpy.s | 36 / which represents the `standard' for the C-library.
|
| strlen.s | 35 / which represents the `standard' for the C-library.
|
| strncpy.s | 35 / which represents the `standard' for the C-library.
|
| strrchr.s | 35 / which represents the `standard' for the C-library.
|
| /onnv/onnv-gate/usr/src/lib/libast/common/comp/ |
| conf.sh | 183 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=${standard}_$ [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/common/tm/ |
| tminit.c | 246 local.standard = strdup(tzname[0]); 293 if (!local.standard) 294 local.standard = strdup(tzname[0]); 306 local.standard = s; 319 local.standard = s; 338 for (zp = tm_data.zone; zp->standard; zp++) 345 local.standard = zp->standard; 349 s = tmpoff(s, e - s, zp->standard, 0, 0); 361 if (!zp->standard) [all...] |
| tmtype.c | 55 } while (zp->standard);
|
| tmzone.c | 42 * 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);
|
| /onnv/onnv-gate/usr/src/lib/libraidcfg/ |
| Makefile.com | 47 SECLEVEL = standard
|
| /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/ |
| strrchr.s | 35 / which represents the `standard' for the C-library.
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/ |
| README.osf | 33 This is to avoid conflicts in the standard C library.
|
| /onnv/onnv-gate/usr/src/tools/findunref/ |
| README.exception_lists | 32 standard nightly build.
|
| /onnv/onnv-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
| conftab.h | 74 short standard; member in struct:Conf_s 84 short standard; member in struct:Prefix_s
|
| /onnv/onnv-gate/usr/src/lib/libast/i386/src/lib/libast/ |
| conftab.h | 74 short standard; member in struct:Conf_s 84 short standard; member in struct:Prefix_s
|
| /onnv/onnv-gate/usr/src/lib/libast/sparc/src/lib/libast/ |
| conftab.h | 74 short standard; member in struct:Conf_s 84 short standard; member in struct:Prefix_s
|
| /onnv/onnv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/ |
| conftab.h | 74 short standard; member in struct:Conf_s 84 short standard; member in struct:Prefix_s
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/ |
| Makefile | 50 SECLEVEL = standard
|
| /onnv/onnv-gate/usr/src/uts/sparc/ml/ |
| fd_asm.s | 70 ENTRY(fd_intr) ! fd standard interrupt handler
|
| /onnv/onnv-gate/usr/src/lib/libast/common/port/ |
| astconf.c | 78 #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:__anon80 124 "standard", 618 if (value && STANDARD(value)) 629 if (!n && STANDARD(fp->value)) 820 look->standard = (flags & ASTCONF_AST) ? CONF_AST : -1; 830 if (look->standard >= 0) 832 look->standard = p->standard [all...] |