Searched refs:out (Results 526 - 550 of 799) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL56 "out" => undef,
68 "out=s",
103 # If $options{'out'} is set we are processing to a single output file
105 if (exists $options{'out'} && defined $options{'out'}) {
157 my $output = $options{'out'};
250 pod2latex -out mytex.tex *.pod
268 =item B<-out>
H A Dpodselect.PL88 documentation and will print out (in raw pod format) all sections that
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/CN/
H A DCN.pm70 to find out why it is implemented that way.
/osnet-11/usr/src/lib/libc/port/threads/
H A Dsigaction.c62 #error "fix me: MAXSIG out of bounds"
172 goto out;
177 goto out;
192 goto out;
224 out:
232 * We are out of the critical region and are ready to take a signal.
/osnet-11/usr/src/lib/libuutil/common/
H A Dlibuutil.h54 #define UU_ERROR_NO_MEMORY 3 /* out of memory */
165 extern void uu_dump(FILE *out, const char *prefix, const void *buf, size_t len);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_metad_subr.c498 * break out of loop walking through
564 * all checked out, then we will make it OK.
1071 goto out;
1097 goto out;
1110 goto out;
1115 goto out;
1141 goto out;
1163 out:
1560 /* Write out the set and drive and node records to the local mddb */
2030 goto out;
[all...]
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_svc.c324 ndr_uuid_unparse(ndr_uuid_t *uuid, char *out) argument
326 (void) sprintf(out, "%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x",
/osnet-11/usr/src/lib/libcmd/common/
H A Dcmp.c93 pretty(Sfio_t *out, int o, int delim, int flags) argument
141 sfputr(out, buf, delim);
H A Dpr.c219 register Sfio_t *out = 0; local
223 out = pp->outfile;
224 if(out && tflag)
226 if((n=sfmove(pp->infile,out,pp->pagelen,'\n')) != pp->pagelen)
228 if(out && tflag)
235 if(out && tflag)
423 /* print out a line */
560 error(ERROR_exit(1), "out of space");
610 error(ERROR_exit(1), "out of space");
/osnet-11/usr/src/lib/libdevalloc/common/
H A Dgetdaent.c519 goto out;
544 out:
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSimpleChat.java165 System.out.println( "Service reported error " + String.valueOf( errorCode));
294 System.out.println( "Service reported error " + String.valueOf( errorCode));
/osnet-11/usr/src/lib/efcode/jupiter/
H A Djupiter.c94 char *service = "map-out";
142 CHECK_DEPTH(env, 2, "jupiter:map-out");
335 goto out;
353 out:
441 FORTH(0, "map-out", do_map_out);
/osnet-11/usr/src/lib/fm/topo/modules/common/hostbridge/
H A Dhostbridge.c116 nvlist_t *in, nvlist_t **out)
120 return (platform_hb_label(mp, node, in, out));
159 * did_t structures we can use to enumerate the singled out hostbridge.
115 hb_label(topo_mod_t *mp, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/hostbridge/common/
H A Dhb_sun4v.c416 platform_hb_label(topo_mod_t *mod, tnode_t *node, nvlist_t *in, nvlist_t **out) argument
418 return (labelmethod_inherit(mod, node, in, out));
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Ducdata.h266 * inlen, and returns the decomposed string in out with length outlen.
267 * The memory for out is allocated by this routine. It returns the length
271 krb5_ui_4 **out, int *outlen);
278 krb5_ui_4 **out, int *outlen);
/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dxzio.c123 /* Try to find out size of uncompressed data,
225 xzio->buf.out = xzio->outbuf;
304 grub_memmove (buf, xzio->buf.out + (xzio->buf.out_pos - delta),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dhashassign.t134 sub out { subroutine
137 %names_copy = out ();
H A Drunlevel.t183 Can't "goto" out of a pseudo block at - line 2.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dpl2pm.PL88 s/\bstd(in|out|err)\b/\U$&/g;
/osnet-11/usr/src/cmd/sendmail/db/log/
H A Dlog_rec.c89 goto out;
157 out: F_CLR(logp, DBC_RECOVER);
/osnet-11/usr/src/cmd/hal/hald-runner/
H A Drunner.c159 goto out;
172 out:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.pm62 figure out how long it takes to execute some code.
677 # out of the result.
955 my $out;
957 $out = '';
960 $out = "--";
965 $out = sprintf( "%.0f%%", 100*$row_rate/$col_rate - 100 );
967 push @row, $out;
968 $col_widths[$col_num+2] = length( $out )
969 if length( $out ) > $col_widths[$col_num+2];
/osnet-11/usr/src/lib/libsqlite/src/
H A Dfunc.c261 out:
281 out:
/osnet-11/usr/src/lib/pam_modules/krb5/
H A Dkrb5_password.c257 goto out;
313 out:
316 "PAM-KRB5 (password): out: returns %d",
/osnet-11/usr/src/lib/fm/topo/modules/common/disk/common/
H A Ddisk_common.c163 goto out;
271 out: if (asru)
280 goto out;
339 out: if (fmri)
350 goto out;
707 return (-1); /* out of memory */
776 out: if (ctds && slice)
1143 * NOTE: dev_list_gather should be moved out and done just after

Completed in 63 milliseconds

<<21222324252627282930>>