Searched refs:explicit (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libsum/
H A DMakefile.com80 sparc_COPTFLAG=-xO5 -_cc=-xprefetch=auto,explicit
81 sparcv9_COPTFLAG=-xO5 -_cc=-xprefetch=auto,explicit
82 i386_COPTFLAG=-_cc=-xO5 -_cc=-xprefetch=auto,explicit
83 amd64_COPTFLAG=-_cc=-xO5 -_cc=-xprefetch=auto,explicit
/illumos-gate/usr/src/cmd/lms/SyncLib/Include/
H A DSPtr.h52 explicit SPtr(T *ptr_p = 0) :
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dnextafterl.s81 andl $0x80000000,%eax / look at explicit leading bit
129 andl $0x80000000,%eax / look at explicit leading bit
H A Dnexttowardl.s81 andl $0x80000000,%eax / look at explicit leading bit
129 andl $0x80000000,%eax / look at explicit leading bit
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c1049 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)
1144 * If an explicit table is specified, only that table is
1147 * If no explicit table is specified, verify that table
1151 if (explicit) {
1208 if (explicit)
[all...]
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h500 int explicit; /* scoped explicit match*/
544 int explicit; /* explicit match on this char */
H A Dregcomp.c113 int explicit; /* explicit match on this char */ member in struct:Cenv_s
155 e->explicit = env->explicit;
1013 else if (c == '/' && env->explicit == env->mappedslash)
1713 if (env->explicit >= 0)
1714 setclr(e->re.charclass, env->explicit);
1749 if (env->explicit >= 0)
1750 setclr(e->re.charclass, env->explicit);
2124 env->explicit
[all...]
H A Dregnexec.c126 #define LEADING(e,r,s) (*(s)==(e)->leading&&((s)==(e)->beg||*((s)-1)==(r)->explicit))
1083 if ((c = rex->explicit) >= 0 && !mbwide())
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c173 * Called with explicit B_TRUE when help is explicitly required,
177 usage(boolean_t explicit) argument
180 FILE *fd = explicit ? stdout : stderr;
185 if (explicit)
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c1384 * Perform an explicit check for pools before going any further.
5779 boolean_t explicit, const char *options)
5800 if (!explicit)
5809 if (!explicit)
5832 if (!explicit)
5849 if (!explicit)
5860 if (!explicit)
5869 * canmount explicit outcome
5879 if (!explicit)
5886 } else if (canmount == ZFS_CANMOUNT_NOAUTO && !explicit) {
5778 share_mount_one(zfs_handle_t *zhp, int op, int flags, char *protocol, boolean_t explicit, const char *options) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c487 * Abandons the specified contract. If "explicit" is clear, the
494 contract_abandon(contract_t *ct, proc_t *p, int explicit) argument
509 if (!explicit && (ct->ct_flags & CTF_INHERIT) &&
525 if (explicit)
/illumos-gate/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c247 zonestat_usage(boolean_t explicit) argument
249 FILE *fd = explicit ? stdout : stderr;
338 if (!explicit)
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl305 The number of indices created using an explicit CREATE INDEX statement.
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c330 * Called with explicit B_TRUE when help is explicitly requested, B_FALSE for
335 usage(boolean_t explicit) argument
338 FILE *fd = explicit ? stdout : stderr;
350 if (explicit)
353 if (!explicit)
3149 * explicit entry (e.g. /dev/dsk/c0t0d0s6 vs.
3791 /* The only explicit built-in method is "copy". */
5755 * indicate it. If not, make that explicit in our environment.
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex674 % explicit \vfill so that the extra space is at the bottom. The
1733 % @b, explicit bold.
1737 % @sansserif, explicit sans.

Completed in 160 milliseconds