Searched refs:out (Results 276 - 300 of 799) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c103 int *get_seckey_cnt, /* out */
104 int *good_pw_cnt, /* out */
105 int *set_seckey_cnt, /* out */
232 goto out;
243 goto out;
252 goto out;
283 goto out;
306 goto out;
323 goto out;
328 goto out;
[all...]
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Denum.c97 static int enuminfo(Opt_t* op, Sfio_t *out, const char *str, Optdisc_t *fp) argument
107 sfprintf(out,"\b%s\b%c",ep->values[0],0);
109 sfprintf(out,"\b%s\b",ep->values[0]);
114 sfprintf(out,"not ");
118 sfprintf(out,", \b%s\b",v);
244 error(ERROR_system(1), "out of space");
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c61 const char * stt_output; /* How to spit it out */
112 const char *out; local
114 out = (char *) NULL;
117 out = salttype_table[i].stt_output;
121 if (out) {
122 if (strlcpy(buffer, out, buflen) >= buflen)
/osnet-11/usr/src/grub/grub2/util/
H A Dmisc.c172 grub_util_write_image_at (const void *img, size_t size, off_t offset, FILE *out) argument
175 if (fseeko (out, offset, SEEK_SET) == -1)
177 if (fwrite (img, 1, size, out) != size)
182 grub_util_write_image (const char *img, size_t size, FILE *out) argument
185 if (fwrite (img, 1, size, out) != size)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/
H A DUtils.pm42 my $out = run($cmd);
46 A consolidation of little utility functions used through out the
237 my $out = run($command);
238 my @out = run($command);
241 as $out. If possible it will return STDOUT and STDERR combined as you
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Ddeflate.c114 u_int out; local
118 out = stats->comp_bytes + stats->unc_bytes;
122 out >>= 8;
123 if (out != 0)
124 stats->ratio /= out;
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_prv.c114 goto out;
204 goto out;
219 goto out;
261 goto out;
276 goto out;
281 goto out;
287 goto out;
291 goto out;
319 goto out;
329 goto out;
[all...]
H A Dmeta_sp.c80 * 6. Write out the watermarks
608 out:
651 goto out;
674 goto out;
687 goto out;
693 goto out;
705 goto out;
708 goto out;
720 goto out;
723 goto out;
[all...]
H A Dmeta_mh.c134 goto out;
151 out:
262 out:
384 out:
485 goto out;
487 goto out;
511 out:
681 goto out;
683 goto out;
696 out
[all...]
H A Dmeta_set_drv.c247 * leaves the local mddbs set, node and drive records out-of-sync, the
283 goto out;
289 * Lock out other meta* commands by suspending
299 goto out;
308 goto out;
317 goto out;
324 goto out;
340 goto out;
348 goto out;
359 goto out;
[all...]
/osnet-11/usr/src/lib/pam_modules/authtok_get/
H A Dauthtok_get.c86 goto out;
99 goto out;
101 goto out;
115 goto out;
129 out:
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_upgrade.c37 * We start out by parsing out the SMF configuration of the share into a
558 goto out;
565 goto out;
575 goto out;
590 goto out;
618 out:
679 goto out;
684 goto out;
690 goto out;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2ph.PL451 my ($in, $out);
488 $out .= ' ';
491 $out .= $1;
493 $out .= $1;
496 $out .= $1;
502 $out .= $1;
511 $out .= ' ';
516 $out .= $1;
518 $out .= $1;
522 $out
[all...]
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_clnt.c538 goto out;
548 goto out;
555 goto out;
566 goto out;
575 goto out;
587 goto out;
596 out:
629 goto out;
639 goto out;
642 out
1372 char **out = NULL; local
[all...]
H A Dpkinit_matching.c200 goto out;
210 goto out;
243 goto out;
248 out:
284 goto out;
292 goto out;
306 /* Possibly another keyword, check it out */
311 break; /* Need to break out of the while! */
329 goto out;
335 goto out;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm158 # Figure out what class(es) that could actually mean...
214 my $out = join( '',
224 if(DEBUG) { print $out } else { print STDERR $out }
555 my($out, $formatter) = $self->render_findings($found_list);
560 $out;
561 print "But notice that it's 0 bytes long!\n" unless -s $out;
567 $self->aside("Going to call $formatter\->page_for_perldoc(\"$out\")\n");
568 if( $formatter->page_for_perldoc($out, $self) ) {
582 if( -s $out ) { # Usua
[all...]
/osnet-11/usr/src/lib/libpicl/
H A Dpicl.c85 "Wait timed out",
788 picl_retnodebypath_t out; local
798 err = trysend_req(&darg, &req, sizeof (req), NULL, 0, &out,
799 sizeof (out), SEND_REQ_TRYCOUNT);
806 if (darg.rbuf != (char *)&out)
818 picl_retfindnode_t out; local
834 NULL, 0, &out, sizeof (out), SEND_REQ_TRYCOUNT);
841 if (darg.rbuf != (char *)&out)
851 picl_retfruparent_t out; local
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcp_network.c448 * Internal dhcp_network record update routine, used to factor out the
497 goto out;
500 goto out;
512 goto out;
515 goto out;
529 goto out;
532 goto out;
539 goto out;
566 goto out;
571 goto out;
[all...]
/osnet-11/usr/src/lib/libidmap/common/
H A Dsidutil.c198 * Ensure that out is null terminated.
203 str_limited_cpy(char *out, size_t outlen, const char *in, size_t inbytes) argument
212 *out++ = *in++;
216 *out = '\0';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDisassembler.pm191 my ($fh, $out) = @_;
205 &$out($insn, $arg);
207 &$out($insn);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoSplit.pm89 perl I<__END__> token are split out into separate files. Some
302 my $out;
316 print $out "# end of $last_package\::$subname\n1;\n"
337 if (!$Is83 and open($out, ">$lpath")){
341 open($out, ">$spath") or die "Can't create $spath: $!\n";
348 print $out <<EOT;
356 print $out @cache;
363 print $out $_;
367 print $out @cache;
370 print $out "\
[all...]
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_connect.c316 * figure out what NetBIOS name to use.
350 goto out;
358 out:
474 goto out;
482 goto out;
505 goto out;
520 out:
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dutf8.c167 int krb5int_utf8_to_ucs4(const char *p, krb5_ucs4 *out) argument
175 *out = 0;
191 *out = ch;
195 int krb5int_utf8_to_ucs2(const char *p, krb5_ucs2 *out) argument
199 *out = 0;
202 *out = (krb5_ucs2) ch;
/osnet-11/usr/src/grub/grub2/grub-core/loader/powerpc/ieee1275/
H A Dlinux.c257 goto out;
262 goto out;
268 goto out;
282 goto out;
288 goto out;
295 out:
/osnet-11/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c321 goto out;
324 goto out;
334 goto out;
341 goto out;
356 goto out;
386 out:

Completed in 156 milliseconds

<<11121314151617181920>>