Searched refs:out (Results 576 - 600 of 799) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c840 grub_uint8_t *out; local
842 out = xmalloc (8192);
843 memset (out, 0, 8192);
852 out[glyph->char_code >> 3] |= (1 << (glyph->char_code & 7));
854 fwrite (out, 8192, 1, file);
856 free (out);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm496 To find out in detail which encodings are supported by this package,
532 open my $out, ">:encoding(euc-jp)", $outfile or die;
533 while(<$in>){ print $out $_; }
537 open my $out, ">", $outfile or die;
540 print $out $_;
624 constants are laid out. You can import the FB_XX constants via
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c1301 static Sfio_t *out; local
1304 if(out)
1305 sfseek(out,(Sfoff_t)0,SEEK_SET);
1307 out = sfnew((Sfio_t*)0,(char*)0,-1,-1,SF_WRITE|SF_STRING);
1313 sfputc(out,' ');
1316 sfputr(out,np->nvname,-1);
1319 sfputc(out,0);
1322 return((char*)out->_data);
/osnet-11/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...]
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios.c181 unsigned char *out, int max_out)
184 out, max_out));
180 smb_first_level_name_encode(struct name_entry *name, unsigned char *out, int max_out) argument
/osnet-11/usr/src/lib/libldap5/
H A DMakefile.com98 LINTOUT= lint.out
/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpc_soc.c434 xdrproc_t inproc, char *in, xdrproc_t outproc, char *out)
437 in, outproc, out, "udp"));
433 callrpc(char *host, rpcprog_t prognum, rpcvers_t versnum, rpcproc_t procnum, xdrproc_t inproc, char *in, xdrproc_t outproc, char *out) argument
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2_inode_relocator.c75 goto out;
95 out:
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c1482 goto out;
1508 goto out;
1552 goto out;
1654 * need to zero out the remaining dtada_data pointers
1659 goto out;
1666 * consumers that pull the compiler-generated ID out of the
1686 * manually dig it out of the aggregation
1731 goto out;
1780 goto out;
1863 goto out;
[all...]
H A Ddt_handle.c68 goto out;
81 out:
/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice_store.c181 goto out;
193 out:
H A Dhald_dbus.c626 goto out;
642 out:
659 goto out;
674 out:
694 goto out;
710 out:
979 goto out;
989 goto out;
1001 goto out;
1006 goto out;
[all...]
/osnet-11/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:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm28 F<tmon.out>. A tool like I<dprofpp> can be used to interpret the
137 defaults to tmon.out.
/osnet-11/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:
/osnet-11/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
/osnet-11/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);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_in_tkt.c269 out: /* Solaris Kerberos for dtrace */
1702 krb5_data *out)
1756 * using e-data to figure out what to change.
1806 out);
1819 * if so, we start out with FAST enabled . There are two complicated
1825 * out the pre-auth state, reinitializing the plugins and trying again with an
2255 krb5_data *out,
2264 out->data = NULL;
2265 out->length = 0;
2278 out);
1700 init_creds_step_request(krb5_context context, krb5_init_creds_context ctx, krb5_data *out) argument
2252 krb5_init_creds_step(krb5_context context, krb5_init_creds_context ctx, krb5_data *in, krb5_data *out, krb5_data *realm, unsigned int *flags, char *hostname_used) argument
2368 krb5int_populate_gic_opt(krb5_context context, krb5_get_init_creds_opt **out, krb5_flags options, krb5_address *const *addrs, krb5_enctype *ktypes, krb5_preauthtype *pre_auth_types, krb5_creds *creds) argument
[all...]
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c2470 goto out;
2479 goto out;
2490 goto out;
2501 goto out;
2512 goto out;
2523 goto out;
2572 goto out;
2581 goto out;
2594 goto out;
2603 goto out;
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c201 /* Zero out our PIN memory copy. */
2267 CK_BYTE_PTR in, CK_ULONG in_len, CK_BYTE_PTR out, CK_ULONG_PTR out_len)
2275 * The caller will pass NULL for "out" (output buffer) to find out
2279 if (out == NULL) {
2327 * Since out == NULL, the soft_aes_xxcrypt_common() will
2332 in_len, out, out_len, B_FALSE);
2335 in_len, out, out_len, B_FALSE);
2346 in_len, out, &tmplen, B_TRUE);
2350 out
2266 soft_keystore_crypt(soft_object_t *key_p, uchar_t *ivec, boolean_t encrypt, CK_BYTE_PTR in, CK_ULONG in_len, CK_BYTE_PTR out, CK_ULONG_PTR out_len) argument
2375 soft_keystore_hmac(soft_object_t *key_p, boolean_t sign, CK_BYTE_PTR in, CK_ULONG in_len, CK_BYTE_PTR out, CK_ULONG_PTR out_len) argument
[all...]
/osnet-11/usr/src/lib/libsasl/include/
H A Dsasl.h665 * may be same buffer as out
668 * out -- buffer to copy user name
689 char *out,
872 * out:
1206 * SASL_NOMEM -- out of memory
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c106 goto out;
112 goto out;
118 goto out;
138 out:
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dlibntsvcs.h101 int mlsvc_encrypt_nt_password(char *password, char *key, int keylen, char *out,
/osnet-11/usr/src/lib/libpicl/
H A Dpicl2door.h365 picl_ret_t out; /* out results */ member in union:__anon2318
/osnet-11/usr/src/lib/libcmd/common/
H A Djoin.c567 int* out; local
573 if (out = jp->outlist)
575 while ((n = *out++) >= 0)
589 if (outfield(jp, i, j, *out < 0) < 0)
717 error(ERROR_SYSTEM|2, "out of space");
837 error(ERROR_system(1),"out of space");

Completed in 79 milliseconds

<<21222324252627282930>>