Searched refs:out (Results 1176 - 1200 of 1666) sorted by relevance

<<41424344454647484950>>

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDSA.c90 /* Most likely we ran out of space. */
118 CK_BYTE_PTR out)
161 rv = dsa_sign(&k, in, inlen, out);
117 local_dsa_sign(soft_object_t *key, CK_BYTE_PTR in, CK_ULONG inlen, CK_BYTE_PTR out) argument
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dbasic.sh75 done > out
76 if [[ "$(<out)" != "foobar"$'\n'"foobar*" ]]
79 rm -f out foobar
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPHeaderV1.java259 // Parse out previous responders. Note there will only be some
260 // if the error code is not put out.
268 // Parse payload out if error code is OK and payload is nonnull.
279 // Set overflow flag if buffer is too large and this isn't going out
624 // If the encoding type is Unicode, then figure out first
659 // Parse out string, bump byte count. Use header encoding.
713 // Parse out a service URL including lifetime if required.
762 // Parse out a V1 attribute vector.
779 // Make an SLPv1 attribute out of it, so we can
785 String out
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_handle.c68 goto out;
81 out:
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dsetup.c97 * Take the real command character out of the CC environment variable
374 setupterm(char *term, int out, int *err) argument
378 code = __m_setupterm(term, STDIN_FILENO, out, err);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_soc.c440 xdrproc_t inproc, char *in, xdrproc_t outproc, char *out)
443 in, outproc, out, "udp"));
439 callrpc(char *host, rpcprog_t prognum, rpcvers_t versnum, rpcproc_t procnum, xdrproc_t inproc, char *in, xdrproc_t outproc, char *out) argument
/illumos-gate/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c174 * section, and figure out what additional actions to take while
703 goto out; /* lock held, failerrno is set */
742 out:
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.s112 ! n has not expired, but src is at the end. we need to push out the
141 ! here there is a least one more byte to zero out: otherwise we would
/illumos-gate/usr/src/lib/libldap5/
H A DMakefile.com94 LINTOUT= lint.out
/illumos-gate/usr/src/cmd/pack/
H A Dpack.c222 /* makes a heap out of heap[i],...,heap[n] */
498 goto out;
582 out:
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Denvmodel.info54 #define SENSOR_SYS_OUT sys-out
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_whatis.c149 mdb_whatis_match(mdb_whatis_t *w, uintptr_t base, size_t size, uintptr_t *out) argument
198 *out = w->w_addrs[offset];
298 /* Mask out the internal-only flags */
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dlibumem.c256 goto out;
263 out:
/illumos-gate/usr/src/cmd/format/
H A Danalyze.c58 * These are summary variables to print out info after analysis.
286 * Print out where we are, so we don't look dead.
360 * We found a bad sector. Print out a message
374 goto out;
382 * Print out a warning.
408 out:
455 * (This has been extracted out of do_scan(), to simplify it.)
484 * good data out of the sector, write that data back
533 * add the defect to the list and write the list out.
610 * Lock out interrupt
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c1264 logf(" -- write timed out");
1494 logf(" -- read timed out");
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_store.c181 goto out;
193 out:
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c166 /* TODO: fill out mount_point */
417 /* bail out, unless if we got the "hal-storage-can-unmount-volumes-mounted-by-others" privilege only
737 goto out;
749 out:
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dkadmin.c115 static char out[50]; local
130 snprintf(out, sizeof (out), "%s%d %s %02d:%02d:%02d", neg ? "-" : "",
133 return out;
140 static char out[40]; local
144 strftime(out, sizeof(out), gettext("%a %b %d %H:%M:%S %Z %Y"), tm);
145 return out;
375 * Gee, 100+ lines to figure out the client principal name. This
416 /* strip out real
[all...]
/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.c370 * contain field 'f'. If so, write the value into *out, and return 1.
373 #define GET_ARG(rp, rp_size, f, out) \
375 ((*(out) = (rp)->f), 1) : 0)
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c239 * Standard access() like check. Figure out which mode bits apply
292 goto out;
323 out:
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c68 short out; member in struct:Node
1383 state->out = 1;
1396 if (l->node->out) {
1441 if (state->out) {
1442 s->out = 1;
1494 if (r->out && (k < state->shift2)) {
1580 if (state->out) {
1619 next_node->out = 0;
1729 break; /* out of while loop */
1746 break; /* out o
[all...]
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed1.c293 goto out;
304 out:
684 comperr("``\\digit'' out of range: %s");
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios.c182 unsigned char *out, int max_out)
185 out, max_out));
181 smb_first_level_name_encode(struct name_entry *name, unsigned char *out, int max_out) argument
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib.c448 goto out;
474 out:
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsyscall_trap.s244 ! Switch mstate back on the way out
279 ! illegal system call - syscall number out of range
426 bgeu,pn %ncc, 4f ! out of range, let C handle it
538 ! illegal system call - syscall number out of range
561 * This must go out through sys_rtt instead of syscall_rtt.

Completed in 143 milliseconds

<<41424344454647484950>>