Searched refs:in (Results 126 - 150 of 1242) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/fm/topo/modules/i86pc/pcibus/common/
H A Dpci_i86pc.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
42 platform_pci_label(topo_mod_t *mod, tnode_t *node, nvlist_t *in, argument
45 return (pci_label_cmn(mod, node, in, out));
49 platform_pci_fru(topo_mod_t *mod, tnode_t *node, nvlist_t *in, argument
52 return (pci_fru_cmn(mod, node, in, out));
/osnet-11/usr/src/lib/hal/
H A DMakefile.com6 # You may not use this file except in compliance with the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
61 $(LIBPCSRC): ../common/$(LIBPCSRC).in
64 < ../common/$(LIBPCSRC).in > $(LIBPCSRC)
/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D10_kfreebsd.in12 # GRUB is distributed in the hope that it will be useful,
32 case "${GRUB_DISTRIBUTOR}" in
102 for abstraction in dummy $(grub-probe -t abstraction --device ${GRUB_DEVICE}) ; do
103 case $abstraction in
108 case "${kfreebsd_fs}" in
133 list=`for i in /boot/kfreebsd-* /boot/kernel/kernel ; do
152 case ${GRUB_FS} in
158 case ${GRUB_FS} in
181 for i in "/lib/modules/${version}" "/lib/modules/${alt_version}" \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dcrypt.t39 like($@, qr/Wide character in crypt/, "wide characters ungood");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Dswitcht.t37 like( $warning, qr/^Insecure dependency in open $Tmsg/, 'open > taint warn' );
41 like( $warning, qr/^Insecure dependency in unlink $Tmsg/,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DShowlex.pm84 B::Showlex - Show lexical variables used in functions or files
92 When a subroutine name is provided in OPTIONS, prints the lexical
93 variables used in that subroutine. Otherwise, prints the file-scope
94 lexicals in the file.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/t/
H A Dfail.t26 like($warn,qr/in PerlIO layer/,"Got warning");
39 like($warn,qr/in PerlIO layer/,"Got warning");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DComplete.t29 my $in = tie *STDIN, 'FakeIn', "fro\t";
47 $in->add('frob');
54 $in->add('frobo');
62 $in->add('frobn');
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dlock.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
43 / - clear lock and force it to appear unlocked in memory.
H A Dstrrchr.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
31 / Returns the pointer in sp at which the character c last
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrrchr.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
31 / Returns the pointer in sp at which the character c last
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dlock.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
35 ldstub [%o0], %o1 ! try to set lock, get value in %o1
/osnet-11/usr/src/lib/libdtrace/i386/
H A DMakefile6 # You may not use this file except in compliance with the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
39 %.sed: %.sed.in
43 ../$(MACH)/regs.d: regs.sed regs.d.in
44 sed -f regs.sed < regs.d.in > $@
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Ducdata.c7 * Redistribution and use in source and binary forms, with or without
11 * A copy of this license is available in file LICENSE in the
19 * to deal in the Software without restriction, including without limitation
24 * The above copyright notice and this permission notice shall be included in
135 FILE *in; local
147 * Unload the current character property data in preparation for
156 if ((in = _ucopenfile(paths, "ctype.dat", "rb")) == 0)
162 fread((char *) &hdr, sizeof(_ucheader_t), 1, in);
170 fclose(in);
322 FILE *in; local
517 FILE *in; local
715 FILE *in; local
770 FILE *in; local
929 uccanoncompatdecomp(const krb5_ui_4 *in, int inlen, krb5_ui_4 **out, int *outlen, short mode) argument
998 uccanondecomp(const krb5_ui_4 *in, int inlen, krb5_ui_4 **out, int *outlen) argument
1005 uccompatdecomp(const krb5_ui_4 *in, int inlen, krb5_ui_4 **out, int *outlen) argument
1027 FILE *in; local
1123 FILE *in; local
[all...]
/osnet-11/usr/src/grub/grub2/docs/
H A Dmdate-sh15 # This program is distributed in the hope that it will be useful,
29 # This file is maintained in Automake, please report
33 case $1 in
54 # Prevent date giving response in another language.
62 # GNU ls changes its time format in response to the TIME_STYLE
106 case $1 in
128 # Because of the dummy argument above, month is in $2.
148 case $2 in
163 case $3 in
170 case $3 in
[all...]
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Duninstall.ksh7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
68 case $OPT in
88 case $OPT in
96 case $OPT in
115 # in '-n' mode we should never return success (since we haven't
/osnet-11/usr/src/grub/grub2/
H A Dautogen.sh32 for extra in contrib/*/Makefile.util.def; do
38 for extra in contrib/*/Makefile.core.def; do
47 for extra in contrib/*/Makefile.common; do
54 for extra in contrib/*/Makefile.util.common; do
60 for extra in contrib/*/Makefile.core.common; do
67 echo timestamp > stamp-h.in
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dmdate-sh15 # This program is distributed in the hope that it will be useful,
29 # This file is maintained in Automake, please report
33 case $1 in
54 # Prevent date giving response in another language.
62 # GNU ls changes its time format in response to the TIME_STYLE
102 case $1 in
124 # Because of the dummy argument above, month is in $2.
144 case $2 in
159 case $3 in
166 case $3 in
[all...]
/osnet-11/usr/src/cmd/perl/contrib/
H A Dcopy_contrib.sh7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
58 for dir in $(cd $src && find $modules -type d -name SCCS); do
61 for file in SCCS/s.*; do
77 # Teamware bringover and putback warning about them not being in SCCS.
80 for obj in $(cd $src && find $modules -name SCCS -prune -o -print); do
/osnet-11/usr/src/lib/libc/i386/sys/
H A Dgettimeofday.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
46 / gethrestime trap returns seconds in %eax, nsecs in %edx
50 movl 4(%esp), %ecx / put ptr to timeval in %ecx
/osnet-11/usr/src/lib/libc/port/gen/
H A Dselect.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
40 * in particular conditions that would return EFAULT are far too
41 * difficult to check for in a library routine.
61 long *in, *out, *ex; local
70 /* "zero" is read-only, it could go in the text segment */
109 in = (long *)in0->fds_bits;
113 b = (ulong_t)(*in | *out | *ex);
120 if (*in & m)
129 in
[all...]
H A Dselect_large_fdset.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
40 * in particular conditions that would return EFAULT are far too
41 * difficult to check for in a library routine.
76 long *in, *out, *ex; local
136 in = (long *)in0->fds_bits;
147 b = (ulong_t)(*in | *out | *ex);
153 if (*in & m)
174 in++;
192 * Clear out bit masks, just in cas
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_label.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
42 get_fmtstr(topo_mod_t *mod, nvlist_t *in) argument
50 if ((ret = nvlist_lookup_nvlist(in, TOPO_PROP_ARGS, &args)) != 0) {
112 nvlist_t *in, nvlist_t **out)
120 if ((ret = nvlist_lookup_nvlist(in, TOPO_PROP_ARGS, &args)) != 0) {
131 if ((fmtstr = get_fmtstr(mod, in)) == NULL) {
173 nvlist_t *in, nvlist_t **out)
183 if ((ret = nvlist_lookup_nvlist(in, TOPO_PROP_ARGS, &args)) != 0) {
204 if ((fmtstr = get_fmtstr(mod, in))
111 simple_dimm_label(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
172 simple_dimm_label_mp(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
258 seq_dimm_label(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
336 simple_chip_label(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
393 fsb2_chip_label(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
444 g4_chip_label(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
587 a4fplus_chip_label(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
666 simple_cs_label_mp(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
713 g4_dimm_label(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
787 g12f_dimm_label(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dutf8.pm27 utf8 - Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in source code
47 The C<use utf8> pragma tells the Perl parser to allow UTF-8 in the
48 program text in the current lexical scope (allow UTF-EBCDIC on EBCDIC based
50 the source text as literal bytes in the current lexical scope.
53 earlier than 5.6 allowed arbitrary bytes in source code, whereas
54 in future we would like to standardize on the UTF-8 encoding for
58 script is written in UTF-8.> The utility functions described below are
64 in the source. When UTF-8 becomes the standard source format, this
65 pragma will effectively become a no-op. For convenience in what
70 C<$ENV{PERL_UNICODE}>, in
[all...]
H A Dconstant.pm23 # What we actually do is define a function in the caller's namespace
55 # Name forced into main, but we're not in main. Fatal.
162 nobody noticed the one equation in which you wrote C<3.14195>.
164 When a constant is used in an expression, perl replaces it with its
166 In particular, any code in an C<if (CONSTANT)> block will be optimized
194 Constants belong to the package they are defined in. To refer to a
195 constant defined in another package, specify the full package name, as
196 in C<Some::Package::CONSTANT>. Constants may be exported by modules,
200 their own constants to override those in their base class.
203 although it is recommended in orde
[all...]

Completed in 72 milliseconds

1234567891011>>