Searched refs:out (Results 1026 - 1050 of 1666) sorted by relevance

<<41424344454647484950>>

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_command_substitution.sh99 ${SHELL} -o errexit -c "${currtst.cmd}" >"${tmpfile}.out" &
114 cmp -s "${tmpfile}" "${tmpfile}.out" || err_exit "${currtst.name}: ${tmpfile} and ${tmpfile}.out differ, filesize=${testfilesize}."
115 rm "${tmpfile}.out"
269 ${SHELL} -o errexit -c "${currtst.cmd}" >"${tmpfile}.out" &
283 testout="$( < "${tmpfile}.out")"
284 rm "${tmpfile}.out" || err_exit "File '${tmpfile}.out' could not be removed."
/illumos-gate/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 DLogLinearDistribution.java64 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
/illumos-gate/usr/src/lib/libuutil/common/
H A Dlibuutil.h47 #define UU_ERROR_NO_MEMORY 3 /* out of memory */
158 extern void uu_dump(FILE *out, const char *prefix, const void *buf, size_t len);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dplock.c43 #include <a.out.h>
216 * back them out. On success, remember that a text
241 * Try to lock the data segments. On failure, back out
250 * Try to lock the stack segment. Find out the extent
274 * If failures have occurred, back out the locks
/illumos-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.c489 rsa_encrypt(RSAbytekey *bkey, uchar_t *in, uint32_t in_len, uchar_t *out) argument
542 bignum2bytestring(out, &msg, modulus_bytes);
556 rsa_decrypt(RSAbytekey *bkey, uchar_t *in, uint32_t in_len, uchar_t *out) argument
627 bignum2bytestring(out, &msg, modulus_bytes);
/illumos-gate/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
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DElement.java268 System.out.println("Property name: " + val.getName() +
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterMod.java75 System.out.println(e);
78 System.out.println("Commands:\n" + p.getCmdLog());
79 System.out.println("Errors:\n" + p.getErrorLog());
80 System.out.println("Warnings:\n" + p.getWarnLog());
681 // Find out if we are the nis master
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c299 * to write out; it returns -1 if it couldn't do
573 register int in, out; local
575 out = cfgetospeed(&old_tc);
578 in = out;
589 while ((tp->speed != -1) && (tp->value < out)) {
630 * it means we tried to put still more data out to a pipe
728 * and get out as painlessly as possible.
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetarename.c180 * before sending out the real version.
264 out:
/illumos-gate/usr/src/cmd/mailx/
H A Dsend.c109 * headers, so force out status: field
111 * fields. Also force out Content-Length: field.
143 * header lines, force out status:
427 goto out;
497 goto out;
542 goto out;
577 out:
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dstats.c37 #include "out.h"
98 out(O_DIE, "stats_new: unknown type %d", t);
/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm.h232 IMA_UINT out; /* OUT */ member in struct:_SUN_IMA_CONFIG_SESSIONS
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.c273 out:
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_policy.c881 static char out[50]; local
896 snprintf(out, sizeof(out), "%s%d %s %02d:%02d:%02d", neg ? "-" : "",
899 return out;
/illumos-gate/usr/src/tools/cscope-fast/
H A Dglobal.h275 void shellpath(char *out, int limit, char *in);
/illumos-gate/usr/src/tools/scripts/
H A Dxref.sh176 cscope|cscope.out)
/illumos-gate/usr/src/uts/
H A DMakefile222 cscope.out tags: FRC
/illumos-gate/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_raw.c617 goto out;
651 goto out;
658 goto out;
664 out:
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs4ops.c100 * zero out the stateid field
121 dprintf("NFS read(%d) timed out. Retrying...\n", readargs.r_count);
628 goto out;
634 goto out;
644 goto out;
651 out:

Completed in 156 milliseconds

<<41424344454647484950>>