Home
last modified time | relevance | path

Searched refs:errline (Results 1 - 12 of 12) sorted by relevance

/third_party/openssl/demos/bio/
H A Dclient-conf.c27 long errline = -1; in main() local
31 if (NCONF_load(conf, "connect.cnf", &errline) <= 0) { in main()
32 if (errline <= 0) in main()
35 fprintf(stderr, "Error on line %ld\n", errline); in main()
H A Dserver-conf.c34 long errline = -1; in main() local
42 if (NCONF_load(conf, "accept.cnf", &errline) <= 0) { in main()
43 if (errline <= 0) in main()
46 fprintf(stderr, "Error on line %ld\n", errline); in main()
/third_party/openssl/test/
H A Dconf_include_test.c74 long errline; in test_load_config() local
79 if (!TEST_int_gt(NCONF_load_bio(conf, in, &errline), 0) in test_load_config()
83 TEST_note("Failure loading the configuration at line %ld", errline); in test_load_config()
/third_party/backends/backend/pixma/scripts/
H A Dpixma_gen_options.py12 def __init__(self, errline):
13 Error.__init__(self, errline)
/third_party/icu/icu4c/source/test/intltest/
H A Dregextst.h72 virtual void regex_err(const char *pat, int32_t errline, int32_t errcol,
/third_party/node/deps/openssl/openssl/apps/
H A Ds_client.c2621 long errline = -1; in s_client_main() local
2634 if (NCONF_load_bio(cnf, ldapbio, &errline) <= 0) { in s_client_main()
2637 if (errline <= 0) { in s_client_main()
2641 BIO_printf(bio_err, "Error on line %ld\n", errline); in s_client_main()
H A Dca.c2013 long errline; in certify_spkac() local
2021 parms = CONF_load(NULL, infile, &errline); in certify_spkac()
2023 BIO_printf(bio_err, "error on line %ld of %s\n", errline, infile); in certify_spkac()
/third_party/openssl/apps/
H A Ds_client.c2621 long errline = -1; in s_client_main() local
2634 if (NCONF_load_bio(cnf, ldapbio, &errline) <= 0) { in s_client_main()
2637 if (errline <= 0) { in s_client_main()
2641 BIO_printf(bio_err, "Error on line %ld\n", errline); in s_client_main()
H A Dca.c1993 long errline; in certify_spkac() local
2001 parms = CONF_load(NULL, infile, &errline); in certify_spkac()
2003 BIO_printf(bio_err, "error on line %ld of %s\n", errline, infile); in certify_spkac()
/third_party/mksh/
H A Dmain.c1452 (unsigned long)(source->errline ? in error_prefix()
1453 source->errline : source->line)); in error_prefix()
1454 source->errline = 0; in error_prefix()
H A Dsyn.c861 source->errline = nesting.start_line; in syntaxerr()
H A Dsh.h2209 int errline; member

Completed in 28 milliseconds