Searched refs:in (Results 276 - 300 of 1242) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemchr.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
30 * Return the ptr in sptr at which the character c1 appears;
31 * or NULL if not found in n chars; don't stop at \0.
51 ! whether or not the desired character is in the first few bytes
72 bz .notfound ! c not found in first n bytes
81 bz .notfound ! c not found in first n bytes
90 bz .notfound ! c not found in first n bytes
116 ! here we know "word" contains the searched character, and no byte in
119 ! restoring "tword" from "(tword - 0x01010101)" in
[all...]
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dmemchr.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
30 * Return the ptr in sptr at which the character c1 appears;
31 * or NULL if not found in n chars; don't stop at \0.
51 ! whether or not the desired character is in the first few bytes
72 bz %ncc, .notfound ! c not found in first n bytes
81 bz %ncc, .notfound ! c not found in first n bytes
90 bz %ncc, .notfound ! c not found in first n bytes
116 ! here we know "word" contains the searched character, and no byte in
119 ! restoring "tword" from "(tword - 0x01010101)" in
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm94 warn "Declaration of $name attribute in package $lastattr{pkg} may clash with future reserved word\n"
177 # print STDERR "Handling $attr on $ref in $phase with [$data]\n";
237 # provided the variable was declared in MyClass (or
240 # Do whatever to $referent here (executed in CHECK phase).
246 # provided the variable was declared in MyClass (or
253 # provided the variable was declared in MyClass (or
260 # provided the variable was declared in MyClass (or
266 # Invoked for any subroutine declared in MyClass (or a
274 # subroutine was declared in MyClass (or a derived class)
290 and subroutines subsequently defined in tha
[all...]
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfigure34 # Work around bugs in pre-3.0 UWIN ksh.
41 for as_var in \
107 # Find who we are. Look in the path if we contain no path at all
109 case $0 in
112 for as_dir in $PATH
122 # in which case we are not to be found in the path.
130 case $CONFIG_SHELL in
133 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
137 for as_base in s
[all...]
H A Ddepcomp13 # This program is distributed in the hope that it will be useful,
30 case $1 in
74 # parameterize here, but still list the modes in the big case below,
89 case "$depmode" in
108 ## up in a subdir. Having to rename by hand is ugly.
131 ## The problem is that when a header file which appears in a .P file
173 # lines with more than a fixed number of characters (4096 in
174 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
200 # in a .u file. In older versions, this file always lives in th
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DLiblist.pm41 This utility takes a list of libraries in the form C<-llib1 -llib2
42 -llib3> and returns lines suitable for inclusion in an extension
54 Dependent libraries can be linked in one of three ways:
87 in LDLOADLIBS. It is passed as an environment variable to the process
92 List of those libraries that are needed but can be linked in
100 few architecture specific C<if>s in the code.
105 Unix-OS/2 version in several respects:
113 present, a token is considered a directory to search if it is in fact
124 used in some ported software.
135 the CRTLs, if any, specified in Confi
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSelfLoader.pm25 my $save = $@; # evals in both AUTOLOAD and _load_stubs can corrupt $@
77 " sub $name in non-selfloading module $1";
148 This module tells its users that functions in the FOOBAR package are to be
158 token is reached. This works just the same as C<__END__> does in
161 The C<__DATA__> token is not recognized in versions of perl prior to
164 Note that it is possible to have C<__DATA__> tokens in the same package
165 in multiple files, and that the last C<__DATA__> token in a given
171 in the module, _not_ the data after the C<__END__> token in th
[all...]
H A DExporter.pm132 in L<perlfunc> and L<perlmod>. Understanding the concept of
138 The arrays C<@EXPORT> and C<@EXPORT_OK> in a module hold lists of
143 ampersand in front of a function is optional, e.g.
158 try to use @EXPORT_OK in preference to @EXPORT and avoid short or
178 method names use barewords in preference to names prefixed with
181 Other module design guidelines can be found in L<perlmod>.
202 All listed symbols must be in your @EXPORT or @EXPORT_OK, else an error
215 If any of the entries in an import list begins with !, : or / then
218 right. Specifications are in the form:
221 [!]:DEFAULT All names in
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dpack.t47 # Need the expression in here to force ary[5] to be numeric. This avoids
183 skip("-- the IEEE infinity model is unavailable in this configuration.", 1)
210 skip("-- the full range of an IEEE double may not be available in this configuration.", 3)
263 # see #ifdef __osf__ in pp.c pp_unpack
312 my $in = pack 'C*', 0 .. 255;
327 is(pack('u', $in), $_);
329 is(unpack('u', $uu), $in);
331 $in = "\x1f\x8b\x08\x08\x58\xdc\xc4\x35\x02\x03\x4a\x41\x50\x55\x00\xf3\x2a\x2d\x2e\x51\x48\xcc\xcb\x2f\xc9\x48\x2d\x52\x08\x48\x2d\xca\x51\x28\x2d\x4d\xce\x4f\x49\x2d\xe2\x02\x00\x64\x66\x60\x5c\x1a\x00\x00\x00";
337 is(unpack('u', $uu), $in);
348 is(unpack('u', $uu), $in);
[all...]
/osnet-11/usr/src/lib/libresolv2/common/inet/
H A Dinet_neta.c7 * copyright notice and this permission notice appear in all copies.
26 #include <netinet/in.h>
/osnet-11/usr/src/lib/libsocket/inet/
H A Dinet_network.c6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
44 #include <netinet/in.h>
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_misc.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
46 #include <netinet/in.h>
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Dgeneral.c6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
40 #include <netinet/in.h>
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcp_network.h6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
34 #include <netinet/in.h>
52 size_t dnp_size; /* its size in the file */
53 off_t dnp_off; /* its starting offset in the file */
59 * byte) since it doubles in size when converted to ASCII; `dnf_macro' and
60 * `dnf_comment' are twice their usual maximum length in case we need to
61 * escape every character in them.
84 * Order of the fields in the on-disk record.
H A Dgeneral.c6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
44 #include <netinet/in.h>
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdliptun.h6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
31 #include <netinet/in.h>
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dcm.h15 * notice appear in all copies and that both that copyright notice and
16 * this permission notice appear in supporting documentation, and that
17 * the name of M.I.T. not be used in advertising or publicity pertaining
20 * your software as modified software and not distribute it in such a
28 probably shouldn't be allocated in automatic storage. */
71 struct incoming_krb5_message in; member in struct:conn_state::__anon1009
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dcopy_tick.c16 * notice appear in all copies and that both that copyright notice and
17 * this permission notice appear in supporting documentation, and that
18 * the name of M.I.T. not be used in advertising or publicity pertaining
21 * your software as modified software and not distribute it in such a
132 krb5_copy_tickets(krb5_context context, krb5_ticket * const *in, argument
139 for (i = 0; in[i] != NULL; i++)
146 for (i = 0; in[i] != NULL; i++) {
147 retval = krb5_copy_ticket(context, in[i], &tkt[i]);
/osnet-11/usr/src/grub/grub2/grub-core/boot/decompressor/
H A Dxz.c10 * GRUB is distributed in the hope that it will be useful,
37 buf.in = src;
/osnet-11/usr/src/grub/grub2/grub-core/
H A Dgenemuinitheader.sh9 # This program is distributed in the hope that it will be useful,
28 * GRUB is distributed in the hope that it will be useful,
45 for line in $mods; do
/osnet-11/usr/src/grub/grub2/tests/util/
H A Dgrub-shell-tester.in12 # GRUB is distributed in the hope that it will be useful,
56 for option in "$@"; do
57 case "$option" in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/cmd/
H A Dfor.t75 # modifying arrays in loops is a no-no
78 print $@ =~ /Use of freed value in iteration/ ? "ok" : "not ok", " 13\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/EBCDIC/
H A DEBCDIC.pm37 To find how to use this module in detail, see L<Encode>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Symbol/
H A DSymbol.pm36 To find out how to use this module in detail, see L<Encode>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/TW/
H A DTW.pm29 in Taiwan and Hong Kong.
39 Big5 + Cantonese characters in Hong Kong
45 To find out how to use this module in detail, see L<Encode>.
64 manipulation, please use C<EUC-TW> in L<Encode::HanExtra>, which contains

Completed in 71 milliseconds

<<11121314151617181920>>