Searched refs:cont (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-9.3-release/crypto/openssh/
H A Droaming_dummy.c39 roaming_write(int fd, const void *buf, size_t count, int *cont) argument
45 roaming_read(int fd, void *buf, size_t count, int *cont) argument
47 if (cont)
48 *cont = 0;
H A Droaming_common.c141 roaming_write(int fd, const void *buf, size_t count, int *cont) argument
155 *cont = 1;
165 roaming_read(int fd, void *buf, size_t count, int *cont) argument
180 *cont = 1;
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dx_long.c73 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
75 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
106 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, argument
139 if (cont) {
141 *cont++ = (ltmp < 0) ? 0xff : 0;
143 cont[i] = (unsigned char)(utmp & 0xff);
145 cont[i] ^= 0xff;
152 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
164 if (len && (cont[0] & 0x80))
172 utmp |= cont[
[all...]
H A Dx_bignum.c77 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
79 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
119 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, argument
132 if (cont) {
134 *cont++ = 0;
135 BN_bn2bin(bn, cont);
140 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
147 if (!BN_bin2bn(cont, len, bn)) {
H A Dtasn_dec.c719 const unsigned char *cont = NULL; local
785 cont = *in;
790 len = p - cont;
792 len = p - cont + plen;
823 cont = (const unsigned char *)buf.data;
826 cont = p;
832 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it))
845 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
857 return pf->prim_c2i(pval, cont, len, utype, free_cont, it);
875 if (!c2i_ASN1_OBJECT((ASN1_OBJECT **)pval, &cont, le
[all...]
/freebsd-9.3-release/lib/libc/string/
H A Dwcstok.c54 cont:
58 goto cont;
H A Dstrtok.c63 cont:
67 goto cont;
/freebsd-9.3-release/crypto/openssl/crypto/cms/
H A Dcms_smime.c141 BIO *cont; local
147 cont = CMS_dataInit(cms, NULL);
148 if (!cont)
150 r = cms_copy_content(out, cont, flags);
151 BIO_free_all(cont);
173 BIO *cont; local
183 cont = CMS_dataInit(cms, dcont);
184 if (!cont)
186 r = cms_copy_content(out, cont, flags);
188 r = cms_DigestedData_do_final(cms, cont,
219 BIO *cont; local
673 BIO *cont; local
728 BIO *cont; local
[all...]
H A Dcms_lib.c107 BIO *cmsbio, *cont; local
109 cont = icont;
111 cont = cms_content_bio(cms);
112 if (!cont) {
119 return cont;
148 return BIO_push(cmsbio, cont);
151 BIO_free(cont);
164 unsigned char *cont; local
171 contlen = BIO_get_mem_data(mbio, &cont);
175 ASN1_STRING_set0(*pos, cont, contle
[all...]
/freebsd-9.3-release/tools/regression/geom/ConfCmp/
H A DConfCmp.c58 struct sbuf *cont; member in struct:node
85 np->cont = sbuf_new_auto();
86 sbuf_clear(np->cont);
140 sbuf_finish(mt->cur->cont);
144 sbuf_cat(mt->cur->key, sbuf_data(np->cont));
167 sbuf_bcat(mt->cur->cont, b, e - b + 1);
187 sbuf_finish(mt->top->cont);
202 sbuf_finish(mt->top->cont);
212 printf("\"%s\" -- \"%s\" -- \"%s\"", np->name, sbuf_data(np->cont), sbuf_data(np->key));
302 i = refcmp(sbuf_data(n1->cont), sbuf_dat
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dopts-common.c169 cont:
176 goto cont;
180 goto cont;
185 goto cont;
/freebsd-9.3-release/usr.sbin/bsdconfig/timezone/
H A Dtimezone273 f_read_zones # creates $country_*_{descr,cont,filename}
299 cont=$( f_find_continent "$continent" )
300 cont_title=$( f_continent $cont title )
301 nitems=$( f_continent $cont nitems )
302 isocean=$( f_OCEANP $cont )
345 menu_list=$( f_continent $cont menu_list )
378 tlc=$( f_continent $cont tlc_$tag )
389 real_cont=$( f_country $tlc cont )
/freebsd-9.3-release/crypto/openssl/test/
H A Dcms-examples.pl81 [ "4.1.bin" => "encode, verifyder, cont, dss" ],
82 [ "4.2.bin" => "encode, verifyder, cont, rsa" ],
84 [ "4.4.bin" => "encode, verifyder, cont, dss" ],
85 [ "4.5.bin" => "verifyder, cont, rsa" ],
86 [ "4.6.bin" => "encode, verifyder, cont, dss" ],
87 [ "4.7.bin" => "encode, verifyder, cont, dss" ],
90 [ "4.10.bin" => "encode, verifyder, cont, dss" ],
92 [ "5.1.bin" => "encode, envelopeder, cont" ],
93 [ "5.2.bin" => "encode, envelopeder, cont" ],
94 [ "5.3.eml" => "envelopemime, cont" ],
[all...]
/freebsd-9.3-release/sys/fs/cd9660/
H A Diso_rrip.h68 int cont; /* continuation of above */ member in struct:__anon9246
H A Dcd9660_rrip.c119 int len, wlen, cont; local
127 cont = ana->cont;
137 if (!cont) {
143 cont = 0;
183 cont = 1;
198 ana->cont = 1;
212 ana->cont = cont;
231 int cont; local
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Dmyndbm.c218 int cont; local
225 cont = 0;
252 if (!cont)
265 cont = 1;
271 cont = 0;
289 if (!cont)
/freebsd-9.3-release/libexec/revnetgroup/
H A Dparse_netgroup.c291 int cont; local
328 cont = 1;
330 cont = 0;
343 if (cont) {
348 cont = 0;
351 } while (cont);
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Dbio_ok.c150 int cont; /* <= 0 when finished */ member in struct:ok_struct
187 ctx->cont = 1;
278 if (ctx->cont <= 0)
313 ctx->cont = 0;
365 ctx->cont = 1;
372 if (ctx->cont <= 0)
398 ctx->cont = (int)ret;
409 ret = (long)ctx->cont;
523 ctx->cont = 0;
580 ctx->cont
[all...]
H A Dbio_enc.c83 int cont; /* <= 0 when finished */ member in struct:enc_struct
122 ctx->cont = 1;
182 if (ctx->cont <= 0)
193 ctx->cont = i;
207 ctx->cont = 1;
233 return ((ret == 0) ? ctx->cont : ret);
306 if (ctx->cont <= 0)
H A Dbio_b64.c91 int cont; /* <= 0 when finished */ member in struct:b64_struct
126 ctx->cont = 1;
196 if (ctx->cont <= 0)
207 ctx->cont = i;
290 } else if ((i < B64_BLOCK_SIZE) && (ctx->cont > 0)) {
484 ctx->cont = 1;
490 if (ctx->cont <= 0)
/freebsd-9.3-release/contrib/groff/src/include/
H A Dsearch.h48 int matchlen, const char **cont, const char **start)
/freebsd-9.3-release/usr.bin/mail/
H A Dcollect.c146 cont:
216 goto cont;
240 goto cont;
431 goto cont;
451 goto cont;
459 goto cont;
469 goto cont;
/freebsd-9.3-release/usr.sbin/tzsetup/
H A Dtzsetup.c389 const char *file, struct continent *cont)
421 zp->continent = cont;
435 cp->continent = cont;
475 struct continent *cont; local
505 cont = find_continent(contbuf);
506 if (!cont)
512 add_zone_to_country(lineno, tlc, descr, file, cont);
522 struct continent *cont; local
539 cont = zp->continent;
541 zp2->continent != cont;
388 add_zone_to_country(int lineno, const char *tlc, const char *descr, const char *file, struct continent *cont) argument
[all...]
/freebsd-9.3-release/lib/libc/gen/
H A Dgetnetgrent.c538 int cont; local
609 cont = 1;
611 cont = 0;
628 if (cont) {
633 cont = 0;
635 } while (cont);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dreloc.c612 bfd_reloc_status_type cont; local
613 cont = howto->special_function (abfd, reloc_entry, symbol, data,
616 if (cont != bfd_reloc_continue)
617 return cont;
994 bfd_reloc_status_type cont; local
998 cont = howto->special_function (abfd, reloc_entry, symbol,
1003 if (cont != bfd_reloc_continue)
1004 return cont;

Completed in 284 milliseconds

123