HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1 - 25 of 261) sorted by null

1 2 3 4 5 6 7 8 91011

  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
evalstr.c 42 IOSTRUCT *out; local
45 out = io_open(EV_USE_STRING, NULL);
46 while (eval(in, out, EV_TOKEN) != ET_EOF)
48 s = io_string(out);
49 io_close(out);
  /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/
t-fopen.c 26 SM_FILE_T *out; local
29 out = sm_io_fopen("foo", O_WRONLY|O_APPEND|O_CREAT, 0666);
30 SM_TEST(out != NULL);
31 if (out != NULL)
33 (void) sm_io_fprintf(out, SM_TIME_DEFAULT, "foo\n");
34 r = sm_io_getinfo(out, SM_IO_WHAT_MODE, &m);
37 sm_io_close(out, SM_TIME_DEFAULT);
  /onnv/onnv-gate/usr/src/common/openssl/crypto/perlasm/
x86_64-xlate.pl 95 sub out { subroutine
132 sub out { subroutine
162 sub out { subroutine
232 sub out { subroutine
252 sub out { subroutine
292 sub out { subroutine
381 sub out { subroutine
401 if ($label=label->re(\$line)) { print $label->out(); }
404 printf "%s",directive->out();
426 printf "\t%s\t%s,%s", $opcode->out($dst->size())
    [all...]
  /onnv/onnv-gate/usr/src/lib/libldap4/ber/
bprint.c 26 char out[ BPLEN ]; local
29 (void) memset( out, 0, BPLEN );
32 (void) fprintf( stderr, "\t%s\n", ( i == 0 ) ? catgets(slapdcat, 1, 72, "(end)") : out );
38 out[ i ] = ' ';
39 out[ i+1 ] = *data;
42 out[ i ] = hexdig[ ( *data & 0xf0 ) >> 4 ];
43 out[ i+1 ] = hexdig[ *data & 0x0f ];
52 (void) fprintf( stderr, "\t%s\n", out );
53 (void) memset( out, 0, BPLEN );
57 out[ i++ ] = ' '
    [all...]
  /onnv/onnv-gate/usr/src/lib/libpp/common/
ppsym.c 24 * with no args stdin is treated as an a.out for
40 Sfio_t* out; local
43 if (dup(3) < 0 || !(out = sfnew(NiL, NiL, -1, 3, SF_WRITE)))
44 out = sfstdout;
50 while (*s && *s != '=') sfputc(out, *s++);
51 sfputc(out, '\n');
73 sfputc(out, c);
79 sfputc(out, c);
86 sfputc(out, '\n');
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/dataclasses/
Filter.java 37 public String[] out; field in class:Filter
41 out = list;
52 // System.out.println(Plist[i]+" ");
54 out = plist;
58 // System.out.println(" Filtered list in "+t+" ms");
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
hashassign.t 134 sub out { subroutine
137 %names_copy = out ();
  /onnv/onnv-gate/usr/src/common/openssl/crypto/des/
ecb3_enc.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
69 unsigned char *out = &(*output)[0]; local
81 l2c(l0,out);
82 l2c(l1,out);
cbc_cksm.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
68 unsigned char *out = &(*output)[0]; local
90 if (out != NULL)
92 l2c(tout0,out);
93 l2c(tout1,out);
  /onnv/onnv-gate/usr/src/lib/auditd_plugins/syslog/
systoken.h 47 tosyslog_t out; /* output data */ member in struct:parse_context
  /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/ber/
bprint.c 45 char out[ BPLEN ]; local
48 memset( out, 0, BPLEN );
52 sprintf( msg, "\t%s\n", ( i == 0 ) ? "(end)" : out );
59 out[ i ] = ' ';
60 out[ i+1 ] = *data;
63 out[ i ] = hexdig[ ( *data & 0xf0 ) >> 4 ];
64 out[ i+1 ] = hexdig[ *data & 0x0f ];
74 sprintf( msg, "\t%s\n", out );
76 memset( out, 0, BPLEN );
80 out[ i++ ] = ' '
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/
sockssl.c 65 mblk_t *out; local
70 kssl_cmd = kssl_handle_mblk(kssl_ctx, &mp, &out);
80 ASSERT(out != NULL);
82 putnext(vp->v_stream->sd_wrq, out);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
ImageButton.java 57 ByteArrayOutputStream out = new ByteArrayOutputStream(1024); local
61 out.write(buffer, 0, n);
64 out.flush();
65 buffer = out.toByteArray();
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
MarkupScan.h 16 out, enumerator in enum:SP_NAMESPACE::MarkupScan::Type
  /onnv/onnv-gate/usr/src/common/openssl/apps/
errstr.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
89 BIO *out=NULL; local
91 out=BIO_new(BIO_s_file());
92 if ((out != NULL) && BIO_set_fp(out,stdout,BIO_NOCLOSE))
97 out = BIO_push(tmpbio, out);
100 lh_node_stats_bio((LHASH *)ERR_get_string_table(),out);
101 lh_stats_bio((LHASH *)ERR_get_string_table(),out);
    [all...]
gendsa.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
89 BIO *out=NULL,*in=NULL; local
109 if (strcmp(*argv,"-out") == 0)
165 BIO_printf(bio_err," -out file - output the key to 'file'\n");
213 out=BIO_new(BIO_s_file());
214 if (out == NULL) goto end;
218 BIO_set_fp(out,stdout,BIO_NOCLOSE);
222 out = BIO_push(tmpbio, out);
    [all...]
nseq.c 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
73 BIO *in = NULL, *out = NULL; local
89 } else if (!strcmp (*args, "-out")) {
103 BIO_printf (bio_err, "-out file output file\n");
117 if (!(out = BIO_new_file (outfile, "w"))) {
123 out = BIO_new_fp(stdout, BIO_NOCLOSE);
127 out = BIO_push(tmpbio, out);
143 PEM_write_bio_NETSCAPE_CERT_SEQUENCE(out, seq);
156 dump_cert_text(out, x509)
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/aes/
aes_s2k.c 52 krb5_data out; local
91 out.data = (char *) key->contents;
92 out.length = key->length;
94 err = krb5int_pbkdf2_hmac_sha1 (context, &out, iter_count, key->enctype,
97 memset(out.data, 0, out.length);
106 * gets out-of-sync with the original key when the contents
113 memset(out.data, 0, out.length);
119 memset(out.data, 0, out.length)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/xen/public/io/
console.h 21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
36 char out[2048]; member in struct:xencons_interface
  /onnv/onnv-gate/usr/src/lib/libast/common/misc/
systrace.c 37 register char* out; local
49 out = buf;
50 out += sfsprintf(out, sizeof(buf), "%s/.%s/%s", s, trace[0], id);
57 av[5] = out + 1;
61 sfsprintf(out, &buf[sizeof(buf)] - out, ".%d", getpid());
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/pntadm/
ListNetworkTables.java 92 System.out.println(networks[i].toString());
  /onnv/onnv-gate/usr/src/cmd/gettext/
gettext.c 54 register char *out, *cp; local
56 for (cp = out = in; *in != NULL; out++, in++) {
60 *out = '\b';
63 *out = '\f';
66 *out = '\n';
69 *out = '\r';
72 *out = '\t';
75 *out = '\v';
78 *out = *in
    [all...]
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/native/
Test.java 41 System.out.println("\nThese are unit tests for the JNI code.");
42 System.out.println("They assume the existence of a jnitest/admin");
43 System.out.println("user principal, with the password 'test123',");
44 System.out.println("and the existance of a 'default' policy.\n");
50 System.out.println("==> Set up a session for jnitest/admin.\n");
53 System.out.println("*** First, one with a bogus port number.");
59 System.out.println("Unexpected success!\n");
62 System.out.println("Expected failure "+e.getMessage()+"\n");
65 System.out.println("*** Next, one with the correct port number.");
71 System.out.println("sessionInit was successful.\n")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
encengine.c 114 const U8 *out = e->seq + n * (byte - e->min); local
119 *d++ = *out++;
122 /* Out of space */
  /onnv/onnv-gate/usr/src/common/openssl/crypto/bn/
exptest.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
77 BIO *out=NULL; local
101 out=BIO_new(BIO_s_file());
103 if (out == NULL) EXIT(1);
104 BIO_set_fp(out,stdout,BIO_NOCLOSE);
127 ERR_print_errors(out);
135 ERR_print_errors(out);
143 ERR_print_errors(out);
151 ERR_print_errors(out);
    [all...]

Completed in 790 milliseconds

1 2 3 4 5 6 7 8 91011