/osnet-11/usr/src/cmd/sendmail/libsm/ |
H A D | 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);
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4/pcibus/ |
H A D | pci_sun4.c | 38 pci_fru_compute(topo_mod_t *mod, tnode_t *node, nvlist_t *in, nvlist_t **out) argument 40 return (pci_fru_cmn(mod, node, in, out));
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | init_keyblock.c | 38 size_t length, krb5_keyblock **out) 40 return krb5int_c_init_keyblock (context, enctype, length, out); 37 krb5_init_keyblock(krb5_context context, krb5_enctype enctype, size_t length, krb5_keyblock **out) argument
|
H A D | copy_kdcreq.c | 30 krb5_kdc_req **out) 45 goto out; 53 goto out; 59 goto out; 72 goto out; 83 goto out; 94 goto out; 101 goto out; 108 goto out; 113 out 29 krb5_copy_kdc_req(krb5_context context, const krb5_kdc_req *in, krb5_kdc_req **out) argument [all...] |
H A D | copy_padata.c | 30 krb5_pa_data **out) 49 *out = pa_data; 56 krb5_pa_data ***out) 78 *out = pa_data; 29 krb5_copy_pa_data(krb5_context context, const krb5_pa_data *in, krb5_pa_data **out) argument 55 krb5_copy_pa_datas(krb5_context context, krb5_pa_data * const *in, krb5_pa_data ***out) argument
|
H A D | copy_tick.c | 133 krb5_ticket ***out) 155 *out = tkt; 132 krb5_copy_tickets(krb5_context context, krb5_ticket * const *in, krb5_ticket ***out) argument
|
/osnet-11/usr/src/lib/libpp/common/ |
H A D | 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');
|
/osnet-11/usr/src/lib/libldap4/ber/ |
H A D | 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[ [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | hashassign.t | 134 sub out { subroutine 137 %names_copy = out ();
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/ber/ |
H A D | 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[ [all...] |
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | 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());
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | asa.c | 62 static int asa(register Sfio_t *in, Sfio_t *out, int reclen) argument 83 sfputc(out,'\n'); 88 sfputc(out,c); 97 sfputc(out,c); 99 sfwrite(out,cp+1,n); 103 sfputc(out,c);
|
H A D | revlib.c | 33 * copy the lines starting at offset <start> from in <in> to <out> 36 int rev_line(Sfio_t *in, Sfio_t *out, off_t start) argument 90 if(sfwrite(out,cp,cpold-cp) < 0) 95 sfputc(out,'\n'); 96 else if(sfmove(in,out,nleft,-1) != nleft) 108 if(sfmove(in,out,nleft,-1) != nleft)
|
H A D | rev.c | 60 static int rev_char(Sfio_t *in, Sfio_t *out) argument 79 error(ERROR_SYSTEM|2, "out of space"); 90 if (sfwrite(out, bp, cp - bp) < 0) 106 if(sfwrite(out,cp,n)<0)
|
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/pcibus/common/ |
H A D | pci_i86pc.c | 43 nvlist_t **out) 45 return (pci_label_cmn(mod, node, in, out)); 50 nvlist_t **out) 52 return (pci_fru_cmn(mod, node, in, out)); 42 platform_pci_label(topo_mod_t *mod, tnode_t *node, nvlist_t *in, nvlist_t **out) argument 49 platform_pci_fru(topo_mod_t *mod, tnode_t *node, nvlist_t *in, nvlist_t **out) argument
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4u/pcibus/common/ |
H A D | pci_sun4u.c | 42 nvlist_t **out) 44 return (pci_label_cmn(mod, node, in, out)); 48 nvlist_t **out) 50 return (pci_fru_compute(mod, node, in, out)); 41 platform_pci_label(topo_mod_t *mod, tnode_t *node, nvlist_t *in, nvlist_t **out) argument 47 platform_pci_fru(topo_mod_t *mod, tnode_t *node, nvlist_t *in, nvlist_t **out) argument
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/aes/ |
H A D | 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 [all...] |
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_conv.c | 49 char **out) 56 *out = NULL; 74 *out = hash; 48 krb5_rc_hash_message(krb5_context context, const krb5_data *message, char **out) argument
|
/osnet-11/usr/src/grub/grub2/util/ |
H A D | grub-macho2img.c | 37 FILE *in, *out; local 61 out = fopen (argv[2 + do_bss], "wb"); 62 if (! out) 75 fclose (out); 84 fclose (out); 97 grub_le_to_cpu32 (curcmd->filesize), out); 110 fseek (out, 0x5c, SEEK_SET); 112 fwrite (&tmp, 4, 1, out); 114 fwrite (&tmp, 4, 1, out); 117 fclose (out); [all...] |
H A D | grub-menulst2cfg.c | 32 FILE *in, *out; local 60 out = fopen (argv[2], "w"); 61 if (!out) 71 out = stdout; 96 fprintf (out, "}\n\n"); 100 fprintf (out, "menuentry \'%s\' {\n", escaped); 107 fprintf (out, "%s%s", entryname ? " " : "", parsed); 113 fprintf (out, "}\n\n"); 115 fwrite (suffix, 1, suffixlen, out); 123 if (out ! [all...] |
/osnet-11/usr/src/common/crypto/ecc/ |
H A D | ec_naf.c | 65 * of bits of out, in is the original scalar, and w is the window size. 70 ec_compute_wNAF(signed char *out, int bitsize, const mp_int *in, int w) argument 86 out[i] = MP_DIGIT(&k, 0) & mask; 87 if (out[i] >= twowm1) 88 out[i] -= 2 * twowm1; 90 /* Subtract off out[i]. Note mp_sub_d only works with 92 if (out[i] >= 0) { 93 mp_sub_d(&k, out[i], &k); 95 mp_add_d(&k, -(out[i]), &k); 98 out[ [all...] |
/osnet-11/usr/src/lib/libproc/common/ |
H A D | proc_stdio.c | 107 copy_fd(int out, FILE *in, size_t len) argument 118 if (write(out, buffer, alen) < alen)
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | shcomp.c | 72 Sfio_t *in, *out; local 113 if(!(out = sfopen((Sfio_t*)0,cp,"w"))) 115 if(fstat(sffileno(out),&statb) >=0) 119 out = sfstdout; 130 sfwrite(out,header,sizeof(header)); 142 if(!dflag && sh_tdump(out,t) < 0) 171 sfmove(in,out,SF_UNBOUND,-1); 174 if(out!=sfstdout) 175 sfclose(out);
|
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceStoreFactory.java | 428 static void serialize(BufferedWriter out, ServiceStore store) argument 451 // Put out the service type and naming authority if the 462 // Write out line. 464 out.write(line.toString(), 0, line.length()); 465 out.newLine(); 481 // Write out the attributes. 514 out.write(line.toString(), 0, line.length()); 515 out.newLine(); 517 // Zero out string buffer. 525 out [all...] |
/osnet-11/usr/src/lib/fm/topo/modules/common/ipmi/common/ |
H A D | ipmi_methods.c | 63 nvlist_t **out) 65 if (topo_mod_nvalloc(mod, out, NV_UNIQUE_NAME) != 0) { 66 topo_mod_dprintf(mod, "Failed to allocate 'out' nvlist\n"); 69 if (nvlist_add_string(*out, TOPO_PROP_VAL_NAME, propname) != 0) { 72 nvlist_free(*out); 75 if (nvlist_add_uint32(*out, TOPO_PROP_VAL_TYPE, type) 79 nvlist_free(*out); 83 if (nvlist_add_string(*out, TOPO_PROP_VAL_VAL, (char *)buf) 87 nvlist_free(*out); 91 if (nvlist_add_nvlist(*out, TOPO_PROP_VAL_VA 62 store_prop_val(topo_mod_t *mod, void *buf, char *propname, topo_type_t type, nvlist_t **out) argument 126 ipmi_fru_label(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument 174 ipmi_fru_fmri(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument [all...] |