Searched refs:out (Results 101 - 125 of 799) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Dextra.t36 my($out, $err) = Test::Simple::Catch::caught();
48 My::Test::ok($$out eq <<OUT);
H A Dfail.t16 my($out, $err) = Test::Simple::Catch::caught();
52 My::Test::ok($$out eq <<OUT);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_trans.c196 goto out;
205 goto out;
239 out:
491 goto out;
496 * then just print out the cxtxdxsx or the dx, metainit
505 goto out;
509 goto out;
517 * then just print out the cxtxdxsx or the dx, metainit
526 goto out;
530 goto out;
[all...]
/osnet-11/usr/src/lib/libldap4/include/
H A Dldif.h52 void put_type_and_value( char **out, char *t, char *val, int vlen );
/osnet-11/usr/src/lib/libdscfg/
H A DMakefile.com52 LINTOUT= lint.out
53 LINTOUT_INTER= lintinter.out
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DMaxValue.java52 System.out.println(e);
H A DMinValue.java52 System.out.println(e);
H A DSumValue.java52 System.out.println(e);
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/pcibus/common/
H A Dpci_i86pc.c43 nvlist_t **out)
45 return (pci_label_cmn(mod, node, in, out));
50 nvlist_t **out)
52 return (pci_fru_cmn(mod, node, in, out));
42 platform_pci_label(topo_mod_t *mod, tnode_t *node, nvlist_t *in, nvlist_t **out) argument
49 platform_pci_fru(topo_mod_t *mod, tnode_t *node, nvlist_t *in, nvlist_t **out) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A Ddefsubs_h.PL5 my ($out) = __FILE__ =~ /(^.*)\.PL/i;
6 $out =~ s/_h$/.h/;
7 open(OUT,">$out") || die "Cannot open $file:$!";
8 print "Extracting $out...\n";
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c246 goto out;
253 goto out;
256 goto out;
259 goto out;
270 goto out;
273 goto out;
278 goto out;
289 goto out;
292 goto out;
299 goto out;
338 svc_fmri_prop_get(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
409 svc_fmri_nvl2str(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *nvl, nvlist_t **out) argument
507 svc_fmri_str2nvl(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
801 svc_fmri_presence_state(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
831 svc_fmri_service_state(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
[all...]
/osnet-11/usr/src/lib/libcmdutils/common/
H A Ddecompress.c52 FILE *out; member in struct:thr_args
172 (void) dup2(fd[0], 1); /* refer out fd[0] as stdout */
206 if (fwrite(args->buf, 1, args->rsz, args->out) != args->rsz) {
223 if (fwrite(args->buf, 1, nread, args->out) != nread) {
224 if (ferror(args->out) && errno != EPIPE)
232 (void) fclose(args->out);
243 splice(FILE *out, int (*readf)(int, char *), int in, char *buf, size_t rsz) argument
254 args->out = out;
268 wk->outf = out;
288 FILE *out; local
[all...]
/osnet-11/usr/src/lib/libcurses/screen/
H A Dwaddchnstr.c70 goto out;
83 goto out;
89 out:
/osnet-11/usr/src/lib/libdtrace_jni/java/docs/examples/
H A DTestTarget.java47 System.out.println(e.getProbeData());
54 System.out.println(rec.getTuple() + " " +
65 System.out.println(e.getProcessState());
/osnet-11/usr/src/lib/libidmap/common/
H A Ddirectory_helper.c80 goto out;
87 goto out;
91 goto out;
96 goto out;
112 goto out;
118 out:
196 goto out;
203 goto out;
207 goto out;
212 goto out;
[all...]
/osnet-11/usr/src/lib/libilb/common/
H A Dilb_hc.c59 goto out;
64 out:
90 goto out;
95 out:
125 goto out;
129 goto out;
133 out:
159 goto out;
162 goto out;
182 out
[all...]
/osnet-11/usr/src/lib/fm/libfmd_msg/
H A DMakefile.com47 CLOBBERFILES += fmd_msg_test fmd_msg_test.core fmd_msg_test.out
77 # The cmp skips the first 900 bytes of $(SRCDIR)/fmd_msg_test.out to get us
84 LC_ALL=C ./fmd_msg_test | grep -v EVENT-TIME > fmd_msg_test.out
87 @cmp -s $(SRCDIR)/fmd_msg_test.out fmd_msg_test.out 900 0 && echo pass \
88 || ( echo FAIL && diff $(SRCDIR)/fmd_msg_test.out fmd_msg_test.out )
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_conv.c49 char **out)
56 *out = NULL;
74 *out = hash;
48 krb5_rc_hash_message(krb5_context context, const krb5_data *message, char **out) argument
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dieee1275.c105 struct grub_video_mode_info *out)
109 grub_memset (out, 0, sizeof (*out));
114 out->width = tmp;
119 out->height = tmp;
124 out->pitch = tmp;
126 out->mode_type = GRUB_VIDEO_MODE_TYPE_INDEX_COLOR;
127 out->bpp = 8;
128 out->bytes_per_pixel = 1;
129 out
104 grub_video_ieee1275_fill_mode_info(grub_ieee1275_phandle_t dev, struct grub_video_mode_info *out) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/
H A D1_compile.t52 # out of our namespace.
59 my $out = scalar `$^X $lib $compmod $module`;
60 print "# $out";
61 return $out =~ /^ok/;
/osnet-11/usr/src/cmd/hal/probing/xkb/
H A Dprobe-xkb.c95 goto out;
112 goto out;
117 goto out;
122 out: if (fd >= 0) {
288 goto out;
292 goto out;
300 goto out;
305 goto out;
311 goto out;
321 goto out;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/KR/
H A D2022_KR.pm50 my $out= $1;
51 $out =~ tr/\x21-\x7e/\xa1-\xfe/;
52 $out;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dselect.c61 long *in, *out, *ex; local
110 out = (long *)out0->fds_bits;
113 b = (ulong_t)(*in | *out | *ex);
122 if (*out & m)
130 out++;
147 * Clear out bit masks, just in case.
157 out = (long *)out0->fds_bits;
159 *out++ = 0;
189 * BUT until we figure out how not to break Xsun's
221 out
[all...]
H A Dselect_large_fdset.c76 long *in, *out, *ex; local
137 out = (long *)out0->fds_bits;
147 b = (ulong_t)(*in | *out | *ex);
155 if (*out & m)
175 out++;
192 * Clear out bit masks, just in case.
202 out = (long *)out0->fds_bits;
204 *out++ = 0;
238 * BUT until we figure out how not to break Xsun's
270 out
[all...]
/osnet-11/usr/src/lib/libc/port/stdio/
H A D_flsbuf.c70 goto out;
79 goto out;
87 out:

Completed in 191 milliseconds

1234567891011>>