Home
last modified time | relevance | path

Searched refs:construct (Results 1 – 25 of 66) sorted by relevance

123

/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
H A DSwingWorker.java45 public abstract Object construct(); in construct() method in SwingWorker
98 value = construct(); in SwingWorker()
/onnv-gate/usr/src/lib/libsasl/lib/
H A Dcheckpw.c216 sasl_secret_t *construct; in auxprop_verify_password() local
221 &construct); in auxprop_verify_password()
225 &construct); in auxprop_verify_password()
231 if (!memcmp(db_secret, construct->data, construct->len)) { in auxprop_verify_password()
240 sconn->sparams->utils->free(construct); in auxprop_verify_password()
242 sasl_FREE(construct); in auxprop_verify_password()
/onnv-gate/usr/src/tools/ndrgen/
H A Dndr_anal.c792 ndr_node_t *construct; in seed_construct_types() local
797 construct = construct_list; in seed_construct_types()
798 for (; construct; construct = construct->n_next) { in seed_construct_types()
801 ti->type_op = construct->label; in seed_construct_types()
802 ti->definition = construct; in seed_construct_types()
808 ti->type_name = construct->n_c_typename; in seed_construct_types()
810 np = construct->n_c_members; in seed_construct_types()
826 determine_advice(&ti->advice, construct->n_c_advice); in seed_construct_types()
H A Dndr_parse.y61 construct_list: construct
62 | construct_list construct ={ n_splice ($1,$2); }
65 construct: struct
/onnv-gate/usr/src/common/openssl/crypto/dsa/
H A Dfips186a.txt20 the SHA to construct G (as in appendix 3, section 3.3) and a 160-bit XSEED:
32 the SHA to construct G (as in appendix 3, section 3.3) and a 160-bit KSEED:
/onnv-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot.s122 ! to determine a bunch of things from our "environment" and construct an ELF
141 ! %fp points to the root of our ELF bootstrap vector, use it to construct
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A Dmdc2.pod21 MDC2 is a method to construct hash functions with 128 bit output from
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlsyn.pod156 later will I<NOT> work in this construct, because modifiers don't take
176 modifier conditional or loop construct (e.g. C<my $x if ...>) is
190 We will call this syntactic construct a BLOCK.
448 The BLOCK construct is particularly nice for doing case
470 In addition to the above BLOCK construct, you could write
594 execution there. It may not be used to go into any construct that
596 also can't be used to go into a construct that is optimized away. It
599 construct such as C<last> or C<die>. The author of Perl has never felt the
H A Dperlstyle.pod20 a multi-line BLOCK should line up with the keyword that started the construct.
170 every machine, test the construct in an eval to see if it fails. If
H A Dperltrap.pod146 When in doubt, run the B<awk> construct through B<a2p> and see what it
169 C<do { } while> construct. See L<perlsyn/"Loop Control">.
306 The <FH> construct is not the name of the filehandle, it is a readline
324 The C<do {}> construct isn't a real loop that you can use
489 of a variable, or as a delimiter for any kind of quote construct.
652 String interpolation of the C<$#array> construct differs when braces
1393 The construct "this is $$x" used to interpolate the pid at that point, but
H A Dperlop.pod1495 If you use a here-doc within a delimited construct, such as in C<s///eg>,
1545 below: when processing a quoted construct, Perl first finds the end
1546 of that construct, then interprets its contents. If you understand
1560 The first pass is finding the end of the quoted construct, whether
1562 construct, a C</> that terminates a C<qq//> construct, a C<]> which
1563 terminates C<qq[]> construct, or a C<< > >> which terminates a
1576 During this search no attention is paid to the semantics of the construct.
1742 Parsing of the bracketed character class construct, C<[...]>, is
1744 The terminator of this construct is found using the same rules as
1745 for finding the terminator of a C<{}>-delimited construct, the only
[all …]
H A Dperldsc.pod31 elaborate construct than meets the eye!
221 Surprisingly, the following dangerous-looking construct will
266 The seemingly equivalent construct in Perl, C<$$aref[$i]> first does
H A Dperlre.pod61 the C<(?...)> construct. See below.
246 Note that the C<[]> are part of the C<[::]> construct, not part of the
360 The bracketing construct C<( ... )> creates capture buffers. To
465 construct because 1) question marks are rare in older regular
619 For reasons of security, this construct is forbidden if the regular
650 if it were inserted instead of this construct.
675 construct is useful for optimizations of what would otherwise be
H A Dperldiag.pod375 of the last argument of the previous construct, for example:
1297 (F) In a here document construct like C<<<FOO>, the label C<FOO> is too
1427 assertion, but that construct is only allowed when the C<use re 'eval'>
1457 (W exiting) You are exiting a rather special block construct (like a
1711 (F) When using the C<sub> keyword to construct an anonymous subroutine,
2322 even on machines that don't support the #! construct.
2436 even on machines that don't support the #! construct. The line must
2950 I<inside> character classes, the [] are part of the construct, for example:
3070 (S precedence) The old irregular construct
3130 {min,max} construct. The <-- HERE shows in the regular expression about where
[all …]
/onnv-gate/usr/src/grub/grub-0.97/
H A DMakefile.solaris.defs14 # The $(POUND_SIGN)POUND_SIGN:sh construct is just so make doesn't have to
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.pod601 expressions and the C</[[:alnum:]]/> construct instead, or possibly
602 the C</\w/> construct.
610 expressions and the C</[[:alpha:]]/> construct instead.
623 expressions and the C</[[:cntrl:]]/> construct instead.
632 construct instead, or the C</\d/> construct.
640 expressions and the C</[[:graph:]]/> construct instead.
648 expressions and the C</[[:lower:]]/> construct instead. Do B<not> use
657 expressions and the C</[[:print:]]/> construct instead.
665 expressions and the C</[[:punct:]]/> construct instead.
673 expressions and the C</[[:space:]]/> construct instead, or the C</\s/>
[all …]
/onnv-gate/usr/src/lib/libpp/common/
H A DNOTES5 stages of ANSI standard C. The same library is used to construct
/onnv-gate/usr/src/cmd/cmd-inet/etc/
H A Dwanboot.conf.sample72 # wanboot-cgi(bootfs) will construct a hosts file which resolves any
/onnv-gate/usr/src/pkg/transforms/
H A Ddefaults30 # The (?<!r) construct in the reboot-needed transform is a negative
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DOptionView.java174 public Object construct() { in construct() method in OptionView.OptionLoader
H A DMacroView.java46 public Object construct() { in construct() method in MacroLoader
H A DAddressView.java293 public Object construct() { in construct() method in AddressView.AddressLoader
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/warnings/
H A Dop636 Value of <HANDLE> construct can be "0"; test with defined() at - line 4.
654 Value of glob construct can be "0"; test with defined() at - line 3.
671 Value of glob construct can be "0"; test with defined() at - line 3.
/onnv-gate/usr/src/cmd/mdb/demo/
H A DREADME59 If you wish to construct additional modules of your own, edit the MODULES macro
/onnv-gate/usr/src/uts/common/os/
H A Dkmem.c1945 kmem_cache_alloc_debug(kmem_cache_t *cp, void *buf, int kmflag, int construct, in kmem_cache_alloc_debug() argument
1965 if (!construct && (cp->cache_flags & KMF_LITE)) { in kmem_cache_alloc_debug()
1975 construct = 1; in kmem_cache_alloc_debug()
1990 if (!construct && cp->cache_destructor != NULL) in kmem_cache_alloc_debug()
1996 if (mtbf || (construct && cp->cache_constructor != NULL && in kmem_cache_alloc_debug()

123