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

1234

/freebsd-10.0-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.c140 roaming_write(int fd, const void *buf, size_t count, int *cont) argument
154 *cont = 1;
164 roaming_read(int fd, void *buf, size_t count, int *cont) argument
179 *cont = 1;
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dx_long.c72 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
73 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
105 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
131 if(cont) {
132 if(pad) *cont++ = (ltmp < 0) ? 0xff : 0;
134 cont[i] = (unsigned char)(utmp & 0xff);
135 if(ltmp < 0) cont[i] ^= 0xff;
142 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
154 if(len && (cont[0] & 0x80)) neg = 1;
159 if(neg) utmp |= cont[
[all...]
H A Dx_bignum.c75 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
76 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
110 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
119 if(cont) {
120 if(pad) *cont++ = 0;
121 BN_bn2bin(bn, cont);
126 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
132 if(!BN_bin2bn(cont, len, bn)) {
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_getopt.h52 apr_pool_t *cont; member in struct:apr_getopt_t
97 * @param cont The pool to operate on
103 APR_DECLARE(apr_status_t) apr_getopt_init(apr_getopt_t **os, apr_pool_t *cont,
H A Dapr_portable.h300 * @param cont The pool to use if it is needed.
304 apr_pool_t *cont);
310 * @param cont The pool to use if it is needed.
314 apr_pool_t *cont);
337 * @param cont The pool to use if it is needed.
343 apr_int32_t flags, apr_pool_t *cont);
349 * @param cont The pool to use if it is needed.
355 apr_pool_t *cont);
363 * @param cont The pool to use if it is needed.
370 apr_pool_t *cont);
[all...]
H A Dapr_thread_proc.h214 * @param cont The pool to use
217 apr_pool_t *cont);
262 * @param cont The pool to use
267 void *data, apr_pool_t *cont);
341 * @param cont The pool to use
345 apr_pool_t *cont);
394 * @param cont The pool to use
397 apr_pool_t *cont);
585 * @param cont The pool to use.
589 APR_DECLARE(apr_status_t) apr_proc_fork(apr_proc_t *proc, apr_pool_t *cont);
[all...]
/freebsd-10.0-release/lib/libc/string/
H A Dwcstok.c54 cont:
58 goto cont;
H A Dstrtok.c63 cont:
67 goto cont;
/freebsd-10.0-release/crypto/openssl/crypto/cms/
H A Dcms_smime.c152 BIO *cont; local
159 cont = CMS_dataInit(cms, NULL);
160 if (!cont)
162 r = cms_copy_content(out, cont, flags);
163 BIO_free_all(cont);
185 BIO *cont; local
196 cont = CMS_dataInit(cms, dcont);
197 if (!cont)
199 r = cms_copy_content(out, cont, flags);
201 r = cms_DigestedData_do_final(cms, cont,
230 BIO *cont; local
738 BIO *cont; local
797 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)
121 return cont;
150 return BIO_push(cmsbio, cont);
153 BIO_free(cont);
167 unsigned char *cont; local
175 contlen = BIO_get_mem_data(mbio, &cont);
179 ASN1_STRING_set0(*pos, cont, contle
[all...]
/freebsd-10.0-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-10.0-release/contrib/gcc/
H A Dopts-common.c169 cont:
176 goto cont;
180 goto cont;
185 goto cont;
/freebsd-10.0-release/contrib/apr-util/include/
H A Dapr_rmm.h52 * @param cont The pool to use for local storage and management
58 apr_pool_t *cont);
71 * @param cont The pool to use for local storage and management
74 void *membuf, apr_pool_t *cont);
/freebsd-10.0-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-10.0-release/contrib/apr/mmap/unix/
H A Dmmap.c77 apr_pool_t *cont)
100 (*new) = (apr_mmap_t *)apr_pcalloc(cont, sizeof(apr_mmap_t));
144 (*new)->cntxt = cont;
/freebsd-10.0-release/sys/fs/cd9660/
H A Diso_rrip.h68 int cont; /* continuation of above */ member in struct:__anon9752
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-10.0-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-10.0-release/crypto/openssl/crypto/evp/
H A Dbio_ok.c151 int cont; /* <= 0 when finished */ member in struct:ok_struct
188 ctx->cont=1;
289 if (ctx->cont <= 0) break;
323 ctx->cont= 0;
380 ctx->cont=1;
387 if (ctx->cont <= 0)
416 ctx->cont=(int)ret;
427 ret=(long)ctx->cont;
548 ctx->cont= 0;
617 ctx->cont
[all...]
H A Dbio_enc.c80 int cont; /* <= 0 when finished */ member in struct:enc_struct
118 ctx->cont=1;
175 if (ctx->cont <= 0) break;
186 ctx->cont=i;
204 ctx->cont=1;
228 return((ret == 0)?ctx->cont:ret);
306 if (ctx->cont <= 0)
H A Dbio_b64.c88 int cont; /* <= 0 when finished */ member in struct:b64_struct
123 ctx->cont=1;
191 if (ctx->cont <= 0)
204 ctx->cont=i;
296 else if ((i < B64_BLOCK_SIZE) && (ctx->cont > 0))
503 ctx->cont=1;
509 if (ctx->cont <= 0)
/freebsd-10.0-release/contrib/apr/misc/unix/
H A Dgetopt.c40 APR_DECLARE(apr_status_t) apr_getopt_init(apr_getopt_t **os, apr_pool_t *cont,
45 *os = apr_palloc(cont, sizeof(apr_getopt_t));
46 (*os)->cont = cont;
58 argv_buff = apr_palloc(cont, (argc + 1) * sizeof(const char *));
/freebsd-10.0-release/contrib/groff/src/include/
H A Dsearch.h48 int matchlen, const char **cont, const char **start)
/freebsd-10.0-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;

Completed in 399 milliseconds

1234