Searched refs:in (Results 51 - 75 of 1242) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.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 * the FMRI contained in the matching topology node's protocol property
134 nvlist_t *out = NULL, *in = NULL; local
140 TOPO_METH_STR2NVL, in));
146 TOPO_METH_STR2NVL, in));
148 if (topo_hdl_nvalloc(thp, &in, NV_UNIQUE_NAME) != 0)
150 in));
152 if (nvlist_add_string(in, "fmri-string", fmristr) != 0)
154 in));
236 nvlist_t *in = NULL, *out = NULL; local
407 nvlist_t *in = NULL; local
566 nvlist_t *in = NULL, *out = NULL; local
613 nvlist_t *in = NULL; local
655 nvlist_t *in; local
856 nvlist_t *in = NULL; local
898 nvlist_t *in = NULL, *out; local
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dshcomp.c45 "[D:dictionary?Generate a list of strings that need to be placed in a message "
72 Sfio_t *in, *out; local
106 in = sh_pathopen(cp);
109 in = sfstdin;
138 if(t = (Shnode_t*)sh_parse(shp,in,0))
145 else if(sfeof(in))
147 if(sferror(in))
171 sfmove(in,out,SF_UNBOUND,-1);
172 if(in!=sfstdin)
173 sfclose(in);
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dinet_ntoa.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
39 * Redistribution and use in source and binary forms, with or without
44 * 2. Redistributions in binary form must reproduce the above copyright
45 * notice, this list of conditions and the following disclaimer in the
73 * copyright notice and this permission notice appear in all copies, and that
74 * the name of Digital Equipment Corporation not be used in advertising or
93 * copyright notice and this permission notice appear in all copies.
119 #include <netinet/in.h>
125 inet_ntoa_r(in,
277 inet_netof(struct in_addr in) argument
[all...]
/osnet-11/usr/src/grub/grub-0.97/
H A Dmissing15 # This program is distributed in the hope that it will be useful,
37 # In the cases where this matters, `missing' is being run in the
42 configure_ac=configure.in
47 case "$1" in
79 autoheader touch file \`config.h.in'
80 automake touch all \`Makefile.in' files
109 case "$1" in
138 case "$1" in
166 for f in $files; do
167 case "$f" in
[all...]
H A Dmkinstalldirs10 # This file is maintained in Automake, please report
27 case $1 in
65 case $# in
73 # from a parallel make. We use --version in the probe to restrict
75 case $dirmode in
96 for d in ./-m ./-p ./--version "./$dirmode";
113 case $pathcomp in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dwritemain.SH1 case $PERL_CONFIG_SH in
14 : This forces SH files to create target in same directory as SH file.
16 case "$0" in
23 : by putting a backslash in front. You may delete these comments.
40 for file in $orig ; do
41 case "$file" in
45 case "$file" in
62 for ext in $args ; do
85 for ext in $args ; do
94 : boot_DynaLoader is called directly in DynaLoade
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dunicode.h10 * GRUB is distributed in the hope that it will be useful,
43 in grub-mkfont to find variant glyphs in absence of GPOS tables. */
147 Real width is determined by font. Set only in UTF-8 stream. */
234 grub_unicode_aglomerate_comb (const grub_uint32_t *in, grub_size_t inlen,
238 grub_unicode_glyph_dup (const struct grub_unicode_glyph *in) argument
243 grub_memcpy (out, in, sizeof (*in));
244 if (in->combining)
246 out->combining = grub_malloc (in
[all...]
/osnet-11/usr/src/lib/brand/shared/brand/i386/
H A Dcrt.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 * the kernel. The stack format is documented in:
65 movl 8(%ebp), %eax / argc in %eax
66 leal 12(%ebp), %ebx / &argv[0] in %ebx
67 leal 16(%ebp,%eax,4), %ecx / envp in %ecx
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dpod2html-lib.pl35 open my $in, $outfile or die "cannot open $outfile: $!";
36 $result = <$in>;
37 close $in;
/osnet-11/usr/src/lib/libast/common/comp/
H A Dconf.sh26 # this script generates these files from the table file in the first arg
37 case $-:$BASH_VERSION in
56 do case $1 in
83 case $verbose:$debug$trace in
86 case $trace in
90 case $# in
91 0) case $extra in
106 case $# in
112 case $debug in
165 case $append$extra in
[all...]
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Dprestate.ksh7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
29 # States must be kept in sync with zone_state_t.
57 case $cmd in
H A Dpreuninstall.ksh7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
29 # We need this in a preuninstall hook since once the zone state is
58 case $OPT in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Dparser.t3 # Checks if the parser behaves correctly in edge cases
15 like( $@, qr/^Can't modify hash dereference in repeat \(x\)/, '%@x=0' );
24 'syntax error in string, used to dump core' );
32 like( $@, qr/^Can't modify constant item in list assignment/,
33 'bareword in list assignment' );
36 like( $@, qr/^Can't modify constant item in tie /,
37 'tying a bareword causes a segfault in 5.6.1' );
40 like( $@, qr/^Can't modify constant item in undef operator /,
41 'undefing constant causes a segfault in 5.6.1 [ID 20010906.019]' );
44 like( $@, qr/^Can't modify constant item in rea
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dstash.t15 'Odd number of elements in hash assignment at - line 1.',
25 q(Insert a non-GV in a stash, under warnings 'once'),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dcflags.SH1 case $PERL_CONFIG_SH in
14 : This forces SH files to create target in same directory as SH file.
16 case "$0" in
19 *) case `pwd` in
30 : by putting a backslash in front. You may delete these comments.
37 case $PERL_CONFIG_SH in
51 case "X$1" in
59 case $# in
63 case $# in
71 case "$#" in
[all...]
/osnet-11/usr/src/cmd/hal/tools/sunos/
H A Dhal-system-power-hibernate-sunos.sh22 for type in button battery ac_adapter
25 for device in $devices
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dif.t24 and $@ =~ /while "strict refs" in use/),
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dmemleak.awk28 for(addr in mem){
/osnet-11/usr/src/lib/libxnet/common/
H A Dllib-lxnet6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
39 #include <netinet/in.h>
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dserial.c10 * GRUB is distributed in the hope that it will be useful,
255 struct grub_term_input *in;
260 in = grub_malloc (sizeof (*in));
261 if (!in)
267 grub_free (in);
271 grub_memcpy (in, &grub_serial_term_input, sizeof (*in));
272 in->data = indata;
273 in
254 struct grub_term_input *in; local
[all...]
/osnet-11/usr/src/lib/libpp/common/
H A Dppbuiltin.c50 struct ppinstk* in; local
80 error(2, "%s in #(...) argument", pptokchr(c));
104 error(2, "%s in #(...) argument", pptokchr(c));
126 error(2, "%s in #(...) argument", pptokchr(c));
144 error(2, "%s in #(...) argument", pptokchr(c));
169 error(2, "%s in #(...) argument", pptokchr(c));
180 for (in = pp.in; in; in
[all...]
H A Dppincref.c42 for (sp = pp.in; sp; sp = sp->prev)
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dlegacy_parse.c11 * GRUB is distributed in the hope that it will be useful,
110 " lines in the menu, and the color HIGHLIGHT is used to highlight the"
154 "Search for the filename FILENAME in all of partitions and print the list of"
160 " in /boot/grub/bootsign/<filename>."},
174 "Hide PARTITION by setting the \"hidden\" bit in"
182 " appropriate parameters in the Linux setup area in memory."},
233 " command must know what the kernel in question expects). The"
244 " command must know what the kernel in question expects). The"
272 "If used in th
397 grub_legacy_escape(const char *in, grub_size_t len) argument
420 vars_overhead(const char *in) argument
441 vars_transform(char *in) argument
492 adjust_file(const char *in, grub_size_t len, int transform_vars) argument
[all...]
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dconfig.rpath3 # run time search path of shared libraries in an executable.
40 for cc_temp in $CC""; do
41 case $cc_temp in
56 case "$host_os" in
61 case $cc_basename in
78 case $cc_basename in
92 case `$CC -V 2>&1 | sed 5q` in
131 case "$host_os" in
133 # FIXME: the MSVC++ port hasn't been tested in a loooong time
157 case "$host_os" in
[all...]
/osnet-11/usr/src/lib/libresolv/
H A Dres_sethost.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
44 #include <netinet/in.h>

Completed in 79 milliseconds

1234567891011>>