Home
last modified time | relevance | path

Searched +refs:error +refs:aux (Results 1 – 25 of 14988) sorted by relevance

12345678910>>...600

/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/src/
H A Drl2auxrender.c255 goto error; in aux_render_composed_image()
366 error: in aux_render_composed_image()
395 goto error; in rl2_aux_render_image()
713 error: in rl2_aux_render_image()
768 error: in aux_render_final_image()
841 goto error; in aux_shaded_relief_mask()
845 goto error; in aux_shaded_relief_mask()
852 goto error; in aux_shaded_relief_mask()
857 error: in aux_shaded_relief_mask()
919 goto error; in rl2_aux_group_renderer()
[all …]
/dports/biology/bio-mocha/bcftools-1.14/
H A Dvcfcall.c49 void error(const char *format, ...);
484 … if ( args->aux.srs->errnum || rec->errcode ) error("Error: could not parse the input VCF\n"); in next_line()
529 … if ( args->aux.srs->errnum || rec->errcode ) error("Error: could not parse the input VCF\n"); in next_line()
642 …if ( 3*args->aux.nfams!=args->nsamples ) error("Expected only trios in %s, sorry!\n", args->sample… in init_data()
677 if ( !args->aux.hdr ) error("Error occurred while subsetting samples\n"); in init_data()
680 if ( !bcf_hdr_nsamples(args->aux.hdr) ) error("No matching sample found\n"); in init_data()
1019 … if ( !args.aux.prior_AC ) error("Expected two tags with -F (e.g. AN,AC), got \"%s\"\n",optarg); in main_vcfcall()
1103 …if ( args.aux.n_perm && args.aux.ngrp1_samples<=0 ) error("Expected -1 with -U\n"); // not sure… in main_vcfcall()
1109 …if ( args.flag & CF_INS_MISSED && !(args.aux.flag&CALL_CONSTR_ALLELES) ) error("The -i option requ… in main_vcfcall()
1110 …if ( args.aux.flag&CALL_VARONLY && args.gvcf ) error("The two options cannot be combined: --varian… in main_vcfcall()
[all …]
/dports/biology/bcftools/bcftools-1.14/
H A Dvcfcall.c49 void error(const char *format, ...);
484 … if ( args->aux.srs->errnum || rec->errcode ) error("Error: could not parse the input VCF\n"); in next_line()
529 … if ( args->aux.srs->errnum || rec->errcode ) error("Error: could not parse the input VCF\n"); in next_line()
642 …if ( 3*args->aux.nfams!=args->nsamples ) error("Expected only trios in %s, sorry!\n", args->sample… in init_data()
677 if ( !args->aux.hdr ) error("Error occurred while subsetting samples\n"); in init_data()
680 if ( !bcf_hdr_nsamples(args->aux.hdr) ) error("No matching sample found\n"); in init_data()
1019 … if ( !args.aux.prior_AC ) error("Expected two tags with -F (e.g. AN,AC), got \"%s\"\n",optarg); in main_vcfcall()
1103 …if ( args.aux.n_perm && args.aux.ngrp1_samples<=0 ) error("Expected -1 with -U\n"); // not sure… in main_vcfcall()
1109 …if ( args.flag & CF_INS_MISSED && !(args.aux.flag&CALL_CONSTR_ALLELES) ) error("The -i option requ… in main_vcfcall()
1110 …if ( args.aux.flag&CALL_VARONLY && args.gvcf ) error("The two options cannot be combined: --varian… in main_vcfcall()
[all …]
/dports/biology/py-pysam/pysam-0.18.0/bcftools/
H A Dvcfcall.c49 void error(const char *format, ...);
484 … if ( args->aux.srs->errnum || rec->errcode ) error("Error: could not parse the input VCF\n"); in next_line()
529 … if ( args->aux.srs->errnum || rec->errcode ) error("Error: could not parse the input VCF\n"); in next_line()
642 …if ( 3*args->aux.nfams!=args->nsamples ) error("Expected only trios in %s, sorry!\n", args->sample… in init_data()
677 if ( !args->aux.hdr ) error("Error occurred while subsetting samples\n"); in init_data()
680 if ( !bcf_hdr_nsamples(args->aux.hdr) ) error("No matching sample found\n"); in init_data()
1019 … if ( !args.aux.prior_AC ) error("Expected two tags with -F (e.g. AN,AC), got \"%s\"\n",optarg); in main_vcfcall()
1103 …if ( args.aux.n_perm && args.aux.ngrp1_samples<=0 ) error("Expected -1 with -U\n"); // not sure… in main_vcfcall()
1109 …if ( args.flag & CF_INS_MISSED && !(args.aux.flag&CALL_CONSTR_ALLELES) ) error("The -i option requ… in main_vcfcall()
1110 …if ( args.aux.flag&CALL_VARONLY && args.gvcf ) error("The two options cannot be combined: --varian… in main_vcfcall()
[all …]
H A Dvcfcall.c.pysam.c51 void error(const char *format, ...);
486 … if ( args->aux.srs->errnum || rec->errcode ) error("Error: could not parse the input VCF\n"); in next_line()
531 … if ( args->aux.srs->errnum || rec->errcode ) error("Error: could not parse the input VCF\n"); in next_line()
644 …if ( 3*args->aux.nfams!=args->nsamples ) error("Expected only trios in %s, sorry!\n", args->sample… in init_data()
679 if ( !args->aux.hdr ) error("Error occurred while subsetting samples\n"); in init_data()
682 if ( !bcf_hdr_nsamples(args->aux.hdr) ) error("No matching sample found\n"); in init_data()
1021 … if ( !args.aux.prior_AC ) error("Expected two tags with -F (e.g. AN,AC), got \"%s\"\n",optarg); in main_vcfcall()
1105 …if ( args.aux.n_perm && args.aux.ngrp1_samples<=0 ) error("Expected -1 with -U\n"); // not sure… in main_vcfcall()
1111 …if ( args.flag & CF_INS_MISSED && !(args.aux.flag&CALL_CONSTR_ALLELES) ) error("The -i option requ… in main_vcfcall()
1112 …if ( args.aux.flag&CALL_VARONLY && args.gvcf ) error("The two options cannot be combined: --varian… in main_vcfcall()
[all …]
/dports/security/gnomint/gnomint-1.2.1/src/
H A Dca_file.c1101 gchar **aux; in ca_file_get_number_of_certs() local
1114 gchar **aux; in ca_file_get_number_of_csrs() local
2505 if (! aux) in ca_file_get_id_from_serial_issuer_id()
2531 if (! aux) in ca_file_get_id_from_dn()
2558 if (! aux) in __ca_file_get_field_from_id()
2587 gchar *aux; in ca_file_get_pkey_in_db_from_id() local
2663 gchar **aux; in ca_file_policy_set() local
2670 if (! aux) { in ca_file_policy_set()
2754 if (!aux) { in ca_file_check_if_is_ca_id()
2772 if (!aux) { in ca_file_check_if_is_cert_id()
[all …]
/dports/mail/fdm/fdm-2.0/
H A Dfetch-mbox.c90 goto error; in fetch_mbox_make()
108 error: in fetch_mbox_make()
158 goto error; in fetch_mbox_save()
160 goto error; in fetch_mbox_save()
162 goto error; in fetch_mbox_save()
190 goto error; in fetch_mbox_save()
201 goto error; in fetch_mbox_save()
203 goto error; in fetch_mbox_save()
205 goto error; in fetch_mbox_save()
228 error: in fetch_mbox_save()
[all …]
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dalert_types.hpp305 error_code const error; member
395 error_code const error; member
545 error_code const error; member
626 error_code const error; member
782 error_code const error; member
1704 error_code error; member
2072 error_code error; member
2240 error_code error; member
2364 error_code error; member
2514 error_code error; member
[all …]
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dalert_types.hpp305 error_code const error; member
395 error_code const error; member
545 error_code const error; member
626 error_code const error; member
782 error_code const error; member
1704 error_code error; member
2072 error_code error; member
2240 error_code error; member
2364 error_code error; member
2514 error_code error; member
[all …]
/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_bvpoly_dag.c303 error: in test_leaf()
356 goto error; in test_mono64()
362 goto error; in test_mono64()
373 error: in test_mono64()
432 goto error; in test_mono()
449 error: in test_mono()
495 error: in test_offset64()
544 error: in test_offset()
628 error: in test_sum()
729 …if (d->header.bitsize != b || d->len != aux.len || !equal_varexp(d->prod, aux.prod, aux.len)) goto… in test_pprod()
[all …]
H A Dtest_api11.c45 if (error != 0) { in test_type_to_string()
59 if (ecode != error) { in test_type_to_string()
87 if (error != 0) { in test_term_to_string()
101 if (ecode != error) { in test_term_to_string()
126 type_t aux[3]; in init_types() local
134 aux[0] = type[2]; in init_types()
135 aux[1] = type[2]; in init_types()
139 aux[0] = type[1]; in init_types()
140 aux[1] = type[3]; in init_types()
141 aux[2] = type[1]; in init_types()
[all …]
/dports/devel/sunpromake/schily-2021-09-18/match/
H A Dmatch.c93 error("Options:\n");
108 error(" -help Print this help.\n");
121 int *aux = NULL; local
212 aux = malloc(sizeof (int)*plen);
214 if (aux == NULL || state == NULL)
221 printpat(pat, plen, alt, aux);
281 int *aux;
492 printpat(pat, plen, alt, aux) in printpat() argument
496 int aux[];
506 printf(" %d", aux[i]);
[all …]
/dports/devel/smake/schily-2021-09-18/match/
H A Dmatch.c93 error("Options:\n");
108 error(" -help Print this help.\n");
121 int *aux = NULL; local
212 aux = malloc(sizeof (int)*plen);
214 if (aux == NULL || state == NULL)
221 printpat(pat, plen, alt, aux);
281 int *aux;
492 printpat(pat, plen, alt, aux) in printpat() argument
496 int aux[];
506 printf(" %d", aux[i]);
[all …]
/dports/devel/sccs/schily-2021-09-18/match/
H A Dmatch.c93 error("Options:\n");
108 error(" -help Print this help.\n");
121 int *aux = NULL; local
212 aux = malloc(sizeof (int)*plen);
214 if (aux == NULL || state == NULL)
221 printpat(pat, plen, alt, aux);
281 int *aux;
492 printpat(pat, plen, alt, aux) in printpat() argument
496 int aux[];
506 printf(" %d", aux[i]);
[all …]
/dports/devel/schilybase/schily-2021-09-18/match/
H A Dmatch.c93 error("Options:\n");
108 error(" -help Print this help.\n");
121 int *aux = NULL; local
212 aux = malloc(sizeof (int)*plen);
214 if (aux == NULL || state == NULL)
221 printpat(pat, plen, alt, aux);
281 int *aux;
492 printpat(pat, plen, alt, aux) in printpat() argument
496 int aux[];
506 printf(" %d", aux[i]);
[all …]
/dports/net/rscsi/schily-2021-09-18/match/
H A Dmatch.c93 error("Options:\n");
108 error(" -help Print this help.\n");
121 int *aux = NULL; local
212 aux = malloc(sizeof (int)*plen);
214 if (aux == NULL || state == NULL)
221 printpat(pat, plen, alt, aux);
281 int *aux;
492 printpat(pat, plen, alt, aux) in printpat() argument
496 int aux[];
506 printf(" %d", aux[i]);
[all …]
/dports/archivers/star/schily-2021-09-18/match/
H A Dmatch.c93 error("Options:\n");
108 error(" -help Print this help.\n");
121 int *aux = NULL; local
212 aux = malloc(sizeof (int)*plen);
214 if (aux == NULL || state == NULL)
221 printpat(pat, plen, alt, aux);
281 int *aux;
492 printpat(pat, plen, alt, aux) in printpat() argument
496 int aux[];
506 printf(" %d", aux[i]);
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/match/
H A Dmatch.c93 error("Options:\n");
108 error(" -help Print this help.\n");
121 int *aux = NULL; local
212 aux = malloc(sizeof (int)*plen);
214 if (aux == NULL || state == NULL)
221 printpat(pat, plen, alt, aux);
281 int *aux;
492 printpat(pat, plen, alt, aux) in printpat() argument
496 int aux[];
506 printf(" %d", aux[i]);
[all …]
/dports/editors/ved/schily-2021-09-18/match/
H A Dmatch.c93 error("Options:\n");
108 error(" -help Print this help.\n");
121 int *aux = NULL; local
212 aux = malloc(sizeof (int)*plen);
214 if (aux == NULL || state == NULL)
221 printpat(pat, plen, alt, aux);
281 int *aux;
492 printpat(pat, plen, alt, aux) in printpat() argument
496 int aux[];
506 printf(" %d", aux[i]);
[all …]
/dports/sysutils/schilyutils/schily-2021-09-18/match/
H A Dmatch.c93 error("Options:\n");
108 error(" -help Print this help.\n");
121 int *aux = NULL; local
212 aux = malloc(sizeof (int)*plen);
214 if (aux == NULL || state == NULL)
221 printpat(pat, plen, alt, aux);
281 int *aux;
492 printpat(pat, plen, alt, aux) in printpat() argument
496 int aux[];
506 printf(" %d", aux[i]);
[all …]
/dports/devel/cvs-devel/cvs-1.12.13/maint-aux/
H A Dgnulib-update19 if test -f maint-aux/gnulib-modules; then :; else
25 if test -f maint-aux/gnulib-modules; then :; else
36 MODULES=`cat maint-aux/gnulib-modules`
60 mv m4/error.m4 m4/error.m4.save
69 sed '/AC_FUNC_ERROR_AT_LINE/d' <m4/error.m4 >tmp
71 mv m4/error.m4.save m4/error.m4
74 mv tmp m4/error.m4
75 rm m4/error.m4.save
80 >maint-aux/gnulib-filelist.new
83 if cmp maint-aux/gnulib-filelist.txt maint-aux/gnulib-filelist.new >/dev/null
[all …]
/dports/databases/spatialite/libspatialite-5.0.1/src/dxf/
H A Ddxf_writer.c87 dxf->error = 0; in gaiaDxfWriterInit()
94 dxf->error = 1; in gaiaDxfWriterInit()
98 dxf->error = 1; in gaiaDxfWriterInit()
113 if (dxf->error) in gaiaDxfWriteHeader()
139 if (dxf->error) in gaiaDxfWriteTables()
153 if (dxf->error) in gaiaDxfWriteLayer()
172 if (dxf->error) in gaiaDxfWriteFooter()
186 if (dxf->error) in gaiaDxfWriteEntities()
200 if (dxf->error) in gaiaDxfWriteEndSection()
216 if (dxf->error) in gaiaDxfWritePoint()
[all …]
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/samtools/src/
H A DSamtoolsAdapter.cpp118 if ('Z' == aux.type || 'H' == aux.type) { in aux2string()
139 coreLog.error("Samtools: missing colon in auxiliary data"); in samString2aux()
145 …if (aux.type == 'A' || aux.type == 'a' || aux.type == 'c' || aux.type == 'C') { // c and C for ba… in samString2aux()
163 … coreLog.error(QString("Samtools: parse warning: integer %1 is out of range.").arg(x)); in samString2aux()
177 … coreLog.error(QString("Samtools: parse warning: integer %1 is out of range.").arg(x)); in samString2aux()
192 coreLog.error("Samtools: length of the hex string not even."); in samString2aux()
198 coreLog.error("Samtools: invalid hex character."); in samString2aux()
206 coreLog.error("Samtools: too few values in aux type B."); in samString2aux()
227 coreLog.error("Samtools: unrecognized array type."); in samString2aux()
232 coreLog.error("Samtools: unrecognized type."); in samString2aux()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/parameter/
H A Dparameters.hpp14 namespace boost { namespace parameter { namespace aux { namespace
73 return ::boost::parameter::aux in reverse()
137 typedef typename ::boost::parameter::aux
260 using error = ::boost::mp11::mp_at_c<list_error_pair,1>; in operator ()() typedef
266 ::second<list_error_pair>::type error; in operator ()() typedef
269 error(); in operator ()()
271 return ::boost::parameter::aux in operator ()()
528 typedef typename ::boost::mpl::second<result>::type error;
529 error();
568 typedef typename ::boost::mpl::second<result>::type error;
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/parameter/
H A Dparameters.hpp14 namespace boost { namespace parameter { namespace aux { namespace
73 return ::boost::parameter::aux in reverse()
137 typedef typename ::boost::parameter::aux
260 using error = ::boost::mp11::mp_at_c<list_error_pair,1>; in operator ()() typedef
266 ::second<list_error_pair>::type error; in operator ()() typedef
269 error(); in operator ()()
271 return ::boost::parameter::aux in operator ()()
528 typedef typename ::boost::mpl::second<result>::type error;
529 error();
568 typedef typename ::boost::mpl::second<result>::type error;
[all …]

12345678910>>...600