Searched refs:in (Results 201 - 225 of 1242) sorted by relevance

1234567891011>>

/osnet-11/usr/src/grub/grub2/build-uefi64/
H A Dconfig.status5 # configure, is in config.log if it exists.
25 case `(set -o) 2>/dev/null` in
60 case $arg in
92 # We need space, tab and new line, in precisely that order. Quoting is
98 # Find who we are. Look in the path if we contain no directory separator.
99 case $0 in
102 for as_dir in $PATH
113 # in which case we are not to be found in the path.
122 # Work around bugs in pr
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm220 # was in Encode::UTF_EBCDIC
260 # was in Encode::utf8
319 to fit in one document. This POD itself explains the top-level APIs
347 Traditionally, computer data has been moved around in 8-bit chunks
348 often called "bytes". These chunks are also known as "octets" in
352 numbers, pixels in an image - or just about anything.
356 byte has 256 possible values, it easily fits in Perl's much larger
365 I<character>: a character in the range 0..(2**32-1) (or more).
370 I<byte>: a character in the range 0..255
403 C<Use of uninitialized value in subroutin
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dcpu.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
356 nvlist_t *in, nvlist_t **out)
365 if (nvlist_lookup_uint8(in, FM_VERSION, &fver) != 0)
368 if ((len = fmri_nvl2str(in, fver, NULL, 0)) == 0 ||
370 fmri_nvl2str(in, fver, name, len + 1) == 0)
390 nvlist_t *in, nvlist_t **out)
406 if (nvlist_lookup_string(in, "fmri-string", &str) != 0)
533 nvlist_t *in, nvlist_t **out)
540 if ((rc = nvlist_lookup_uint32(in, FM_FMRI_CPU_I
355 cpu_nvl2str(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
389 cpu_str2nvl(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
532 cpu_fmri_asru(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
557 cpu_fmri_create_meth(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
595 cpu_fmri_service_state(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
628 cpu_fmri_strhash_path(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
652 cpu_fmri_strcmp_path(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
699 cpu_fmri_strcmp_ident(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
[all...]
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/gnulib/
H A DMakefile1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # grub-core/gnulib/Makefile. Generated from Makefile.in by configure.
6 # This Makefile.in is free software; the Free Software Foundation
10 # This program is distributed in the hope that it will be useful,
51 $(srcdir)/Makefile.in alloca.c
777 EXTRA_DIST = alloca.c alloca.in.h \
780 dirname-lgpl.c dirname.h stripslash.c errno.in.h error.c \
781 error.h float.in.h fnmatch.c fnmatch.in.h fnmatch_loop.c \
782 getdelim.c getline.c getopt.c getopt.in
[all...]
/osnet-11/usr/src/grub/grub2/build-uefi64/grub-core/gnulib/
H A DMakefile1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # grub-core/gnulib/Makefile. Generated from Makefile.in by configure.
6 # This Makefile.in is free software; the Free Software Foundation
10 # This program is distributed in the hope that it will be useful,
51 $(srcdir)/Makefile.in alloca.c
777 EXTRA_DIST = alloca.c alloca.in.h \
780 dirname-lgpl.c dirname.h stripslash.c errno.in.h error.c \
781 error.h float.in.h fnmatch.c fnmatch.in.h fnmatch_loop.c \
782 getdelim.c getline.c getopt.c getopt.in
[all...]
/osnet-11/usr/src/lib/libsecdb/
H A Dsvc-rbac7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
50 for f in $files; do
53 # in order to make upgrades possible, we need to run i.rbac only once
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/crc32/
H A Dcrc.c22 * notice appear in all copies and that both that copyright notice and
23 * this permission notice appear in supporting documentation, and that
24 * the name of M.I.T. not be used in advertising or publicity pertaining
46 /* Note that we take it "backwards" and put the highest-order term in */
48 /* X^31 term, etc. The X^0 term (usually shown as "+1") results in */
55 /* do it this way? Because the calculated CRC must be transmitted in */
57 /* characters in order from LSB to MSB. By storing the CRC this way, */
58 /* we hand it to the UART in the order low-byte to high-byte; the UART */
74 /* the polynomial in question and use exactly the same "updcrc", */
82 /* logic; the shift must be unsigned (bring in zeroe
[all...]
/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D10_hurd.in12 # GRUB is distributed in the hope that it will be useful,
40 for i in /boot/gnumach* ; do
52 case "${GRUB_FS}" in
57 for i in /hurd/${hurd_fs}.static /hurd/exec ; do
76 for kernel in ${kernels}
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Ddetach.ksh7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
44 case $opt in
62 # All of the hard stuff is done in commmon code.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dplainer.t44 =head <> now reads in records
45 =head E<lt>E<gt> now reads in records
52 C<uv < 0x80> in which case you can use C<*s = uv>.
53 C<uv E<lt> 0x80> in which case you can use C<*s = uv>.
/osnet-11/usr/src/cmd/perl/5.8.4/
H A Dget_no_keywords.sh8 # Some of the files in the perl distribution are uuencoded, or contain uuencoded
12 # when the file is retrieved. However due to bugs in SCCS and wx we can't
15 # to incorrect keyword expansion, which in the case of perl will not necessarily
16 # result in a build-time error, as the files are copied verbatim into the proto
21 for dirfile in $*; do
50 printf 'Warning: expanded SCCS keywords in %s fixed\n' \
/osnet-11/usr/src/cmd/sendmail/lib/
H A Dsendmail-client7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
30 case "$1" in
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dcpudists37 # (the "License"). You may not use this file except in compliance
62 case $name in
H A Dcputimes8 # This program accurately measures time consumed by the kernel, but in
11 # comparing the difference in kernel consumed time. This method can be
46 # (the "License"). You may not use this file except in compliance
72 case $name in
H A Dpfilestat16 # Time Percentage of wallclock time in each STATE
25 # (the "License"). You may not use this file except in compliance
54 case $name in
H A Dtcptop15 # meantime, check for other versions of this script in the /Net directory,
49 # (the "License"). You may not use this file except in compliance
66 # 20-Apr-2006 " " Fixed SS_TCP_FAST_ACCEPT bug in build 31+.
80 case $name in
372 /* follow inetd -> in.* transitions */
402 /* follow inetd -> in.* transitions */
H A Dtcptop_snv16 # versions of this script in the /Net directory, and read the
50 # (the "License"). You may not use this file except in compliance
67 # 20-Apr-2006 " " Fixed SS_TCP_FAST_ACCEPT bug in build 31+.
82 case $name in
374 /* follow inetd -> in.* transitions */
404 /* follow inetd -> in.* transitions */
H A Dtopsyscall19 # syscalls total syscalls in this interval
22 # COUNT total syscalls in this interval
33 # (the "License"). You may not use this file except in compliance
57 case $name in
H A Dvopstat60 # (the "License"). You may not use this file except in compliance
87 case $name in
194 /* Some fops has the len in arg2 */
199 /* Some fops has the len in arg3 */
203 /* Some fops has the len in arg4 */
208 /* Some fops has the offset in arg1 */
216 /* Some fops has the offset in arg3 */
220 /* Some fops has the offset in arg4 */
223 /* Some fops has the pathname in arg1 */
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/FS/
H A Dvopstat60 # (the "License"). You may not use this file except in compliance
87 case $name in
194 /* Some fops has the len in arg2 */
199 /* Some fops has the len in arg3 */
203 /* Some fops has the len in arg4 */
208 /* Some fops has the offset in arg1 */
216 /* Some fops has the offset in arg3 */
220 /* Some fops has the offset in arg4 */
223 /* Some fops has the pathname in arg1 */
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Kernel/
H A Dcpudists37 # (the "License"). You may not use this file except in compliance
62 case $name in
H A Dcputimes8 # This program accurately measures time consumed by the kernel, but in
11 # comparing the difference in kernel consumed time. This method can be
46 # (the "License"). You may not use this file except in compliance
72 case $name in
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Net/
H A Dtcptop15 # meantime, check for other versions of this script in the /Net directory,
49 # (the "License"). You may not use this file except in compliance
66 # 20-Apr-2006 " " Fixed SS_TCP_FAST_ACCEPT bug in build 31+.
80 case $name in
372 /* follow inetd -> in.* transitions */
402 /* follow inetd -> in.* transitions */
H A Dtcptop_snv16 # versions of this script in the /Net directory, and read the
50 # (the "License"). You may not use this file except in compliance
67 # 20-Apr-2006 " " Fixed SS_TCP_FAST_ACCEPT bug in build 31+.
82 case $name in
374 /* follow inetd -> in.* transitions */
404 /* follow inetd -> in.* transitions */
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Proc/
H A Dpfilestat16 # Time Percentage of wallclock time in each STATE
25 # (the "License"). You may not use this file except in compliance
54 case $name in

Completed in 53 milliseconds

1234567891011>>