Searched refs:out (Results 501 - 525 of 799) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb_default.c107 /* Filter out non-permitted enctypes. */
171 goto out;
181 goto out;
196 goto out;
202 goto out;
229 out:
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c251 u_int out; local
260 out = db->bytes_out;
264 out >>= 8;
265 if (out != 0)
266 stats->ratio /= out;
644 printf("bsd_decomp%d: ran out of mru\n", db->unit);
686 * if not out of code space, then allocate a new code.
/osnet-11/usr/src/lib/libc/port/gen/
H A Dttyname.c235 goto out;
241 goto out;
260 goto out;
267 goto out;
321 out: retval = (retval ? strcpy(buffer, retval) : NULL);
/osnet-11/usr/src/lib/libuutil/common/
H A Duu_avl.c472 uu_avl_find(uu_avl_t *ap, void *elem, void *private, uu_avl_index_t *out) argument
482 result = avl_find(&ap->ua_tree, &info, out);
483 if (out != NULL)
484 *out = INDEX_ENCODE(ap, *out);
/osnet-11/usr/src/lib/libc_db/common/
H A Dthread_db.c512 * We are going to NULL out the prochandle.
1154 goto out;
1157 goto out;
1167 goto out;
1176 goto out;
1186 goto out;
1191 goto out;
1196 goto out;
1200 goto out;
1213 goto out;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm226 The basic purpose of this module is to print out either "ok #" or "not
254 out. It makes it very easy to find a test in your script when it fails
311 So you can figure out what went wrong without rerunning the test.
314 however do not be tempted to use them to find out if something is
326 For those grammatical pedants out there, there's an C<isn't()>
597 what went wrong when it failed. But sometimes it doesn't work out
840 will run the tests normally, but print out special flags indicating
846 The nice part about todo tests, as opposed to simply commenting out a
983 my $out = "Structures begin differing at:\n";
991 $out
[all...]
H A DSimple.pm44 test your program will print out an "ok" or "not ok" to indicate pass
67 ok() prints out either "ok" or "not ok" along with a test number (it
183 that took all the hard work out of testing and was really, really easy
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c433 goto out;
444 goto out;
451 out:
1222 goto out;
1232 goto out;
1241 goto out;
1262 goto out;
1273 goto out;
1277 goto out;
1302 goto out;
[all...]
/osnet-11/usr/src/lib/libshare_plugins/smb/
H A Dlibshare_smb.c1294 goto out;
1303 goto out;
1322 out:
1356 goto out;
1368 out:
1418 goto out;
1430 out:
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c832 goto out;
860 out:
896 goto out;
903 goto out;
914 out:
1384 goto out;
1413 out:
H A Dcfga_utils.c436 goto out;
461 goto out;
476 goto out;
503 out:
679 goto out;
711 goto out;
729 out:
1107 * line content must have minor node and filter out
1223 /* Separate out the minor names */
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_srv.c164 goto out;
180 goto out;
199 goto out;
212 goto out;
227 goto out;
241 out:
275 goto out;
286 goto out;
289 out:
/osnet-11/usr/src/lib/libproc/common/
H A DPsyscall.c190 Psync(P); /* Flush out any pending changes */
460 goto out;
509 goto out;
540 out:
/osnet-11/usr/src/cmd/sendmail/db/xa/
H A Dxa.c415 * yet committed. Once we've done that, we need to figure out where
442 /* Now figure out from where to begin scan. */
510 goto out;
527 goto out;
533 out: __db_txnlist_end(log->xa_info);
/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dminilzo.c3166 lzo_bytep out, lzo_uintp out_len,
3176 op = out;
3430 *out_len = pd(op, out);
3436 lzo_bytep out, lzo_uintp out_len,
3440 lzo_bytep op = out;
3468 if (op == out && t <= 238)
3499 *out_len = pd(op, out);
3562 # define TEST_LB(m_pos) if (m_pos < out || m_pos >= op) goto lookbehind_overrun
3563 # define TEST_LBO(m_pos,o) if (m_pos < out || m_pos >= op - (o)) goto lookbehind_overrun
3605 lzo_bytep out, lzo_uint
3165 do_compress( const lzo_bytep in , lzo_uint in_len, lzo_bytep out, lzo_uintp out_len, lzo_uint ti, lzo_voidp wrkmem) argument
3435 DO_COMPRESS( const lzo_bytep in , lzo_uint in_len, lzo_bytep out, lzo_uintp out_len, lzo_voidp wrkmem ) argument
3604 DO_DECOMPRESS( const lzo_bytep in , lzo_uint in_len, lzo_bytep out, lzo_uintp out_len, lzo_voidp wrkmem ) argument
4130 DO_DECOMPRESS( const lzo_bytep in , lzo_uint in_len, lzo_bytep out, lzo_uintp out_len, lzo_voidp wrkmem ) argument
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DInterfaceAttributes.java81 instantiate(Object oldInstance, Encoder out)
H A DKernelStackRecord.java74 System.out.println(e);
H A DLinearDistribution.java76 System.out.println(e);
H A DScalarRecord.java72 System.out.println(e);
H A DTuple.java87 System.out.println(e);
341 * pos} is out of range {@code (pos < 0 || pos >= size())} for
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c109 nvlist_t *in, nvlist_t **out)
113 return (platform_pci_label(mp, node, in, out));
117 nvlist_t *in, nvlist_t **out)
121 return (platform_pci_fru(mp, node, in, out));
618 * out of the function loop.
108 pci_label(topo_mod_t *mp, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
116 pci_fru(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/i86pc/chip/common/
H A Dchip.h197 extern int store_prop_val(topo_mod_t *, char *, char *, nvlist_t **out);
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dahci.c191 goto out;
200 goto out;
218 goto out;
249 out:
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Ddns.c567 goto out;
569 goto out;
583 goto out;
587 out:
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfig.status.solaris802 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
805 mv $tmp/out $ac_file
807 cat $tmp/out
808 rm -f $tmp/out
916 sed -f $tmp/defines.sed $tmp/in >$tmp/out
918 mv $tmp/out $tmp/in
959 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
961 mv $tmp/out $tmp/in

Completed in 201 milliseconds

<<21222324252627282930>>