| /onnv/onnv-gate/usr/src/lib/libsum/ |
| Makefile.com | 78 sparc_COPTFLAG=-xO5 -_cc=-xprefetch=auto,explicit 79 sparcv9_COPTFLAG=-xO5 -_cc=-xprefetch=auto,explicit 80 i386_COPTFLAG=-_cc=-xO5 -_cc=-xprefetch=auto,explicit 81 amd64_COPTFLAG=-_cc=-xO5 -_cc=-xprefetch=auto,explicit
|
| /onnv/onnv-gate/usr/src/lib/libnsl/nis/gen/ |
| nis_groups.c | 141 * explicit (name of a principal), 144 * We expect lots of explicit members, so we use a hash table; for the other 160 NIS_HASH_TABLE *explicit; member in struct:g_varieties 180 if (varp->explicit == 0) { 181 if (0 == (varp->explicit = 190 if (varp->explicit->first == 0) { 192 free(varp->explicit); 193 varp->explicit = 0; 198 if (!nis_insert_item(it, varp->explicit)) { 211 if (varp->explicit == 0) [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/run/ |
| runenv.t | 107 qq{Global symbol "\$x" requires explicit package name at -e line 1.\nExecution of -e aborted due to compilation errors.\n}); 112 qq{Global symbol "\$x" requires explicit package name at -e line 1.\nExecution of -e aborted due to compilation errors.\n});
|
| /onnv/onnv-gate/usr/src/cmd/lms/SyncLib/Include/ |
| SPtr.h | 52 explicit SPtr(T *ptr_p = 0) :
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| open.t | 22 like( $@, qr/needs explicit list of PerlIO layers/,
|
| open.pm | 63 croak("`use open' needs explicit list of PerlIO layers") unless @args; 219 When open() is given an explicit list of layers they are appended to
|
| Switch.pm | 746 Note the explicit use of a C<last> to preserve the non-fall-through
|
| overload.pm | 321 Even if no I<explicit> assignment-variants of operators are present in [all...] |
| /onnv/onnv-gate/usr/src/cmd/zfs/ |
| zfs_main.c | 1027 * Perform an explicit check for pools before going any further. [all...] |
| /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/ |
| README | 36 by explicit claim or by omission.
|
| /onnv/onnv-gate/usr/src/lib/libpp/common/ |
| pp.key | 49 explicit . . C++
|
| /onnv/onnv-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
| sym.c | 1049 int explicit = 0; local 1078 explicit = 1; 1085 explicit = 1; 1092 explicit = 1; 1109 if ((argstate->optmask & SYM_OPT_F_SYMNDX) && !explicit) 1115 if (explicit) [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/common/regex/ |
| reglib.h | 500 int explicit; /* scoped explicit match*/ 544 int explicit; /* explicit match on this char */
|
| regcomp.c | 112 int explicit; /* explicit match on this char */ member in struct:Cenv_s 154 e->explicit = env->explicit; 1009 else if (c == '/' && env->explicit == env->mappedslash) [all...] |
| regnexec.c | 126 #define LEADING(e,r,s) (*(s)==(e)->leading&&((s)==(e)->beg||*((s)-1)==(r)->explicit)) 1083 if ((c = rex->explicit) >= 0 && !mbwide()) [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
| stat.pm | 123 be explicit
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
| Lint.pm | 39 will elicit a warning. Using an explicit B<scalar()> silences the
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| pod2latex.PL | 339 unless instructed by an explicit pod command.
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| contract.c | 487 * Abandons the specified contract. If "explicit" is clear, the 494 contract_abandon(contract_t *ct, proc_t *p, int explicit) 509 if (!explicit && (ct->ct_flags & CTF_INHERIT) && 525 if (explicit) 807 * Explicit contract destruction. Called when contract is empty. [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
| Usage.pm | 187 to C<STDERR>. However, usage messages issued due to an explicit request
|
| /onnv/onnv-gate/usr/src/uts/ |
| README | 39 deal with derived Makefiles is an explicit non-goal of the ongoing
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| pack.t | 809 like($@, qr/'P' must have an explicit size/); [all...] |
| /onnv/onnv-gate/usr/src/lib/libsqlite/tool/ |
| spaceanal.tcl | 305 The number of indices created using an explicit CREATE INDEX statement.
|
| /onnv/onnv-gate/usr/src/tools/onbld/hgext/ |
| cdm.py | 86 list, or None if an explicit file list was given.''' [all...] |
| /onnv/onnv-gate/usr/src/cmd/zoneadm/ |
| zoneadm.c | 319 * Called with explicit B_TRUE when help is explicitly requested, B_FALSE for 324 usage(boolean_t explicit) 327 FILE *fd = explicit ? stdout : stderr; 339 if (explicit) 342 if (!explicit) [all...] |