Home
last modified time | relevance | path

Searched refs:errorline (Results 1 – 3 of 3) sorted by relevance

/external/openssl/apps/
Dx509.c502 long errorline = -1; in MAIN() local
505 if (!NCONF_load(extconf, extfile,&errorline)) in MAIN()
507 if (errorline <= 0) in MAIN()
514 ,errorline,extfile); in MAIN()
Dca.c262 long errorline= -1; in MAIN() local
585 if (NCONF_load(conf,configfile,&errorline) <= 0) in MAIN()
587 if (errorline <= 0) in MAIN()
592 ,errorline,configfile); in MAIN()
979 if (NCONF_load(extconf,extfile,&errorline) <= 0) in MAIN()
981 if (errorline <= 0) in MAIN()
986 errorline,extfile); in MAIN()
Dapps.c1688 long errorline= -1; in load_index() local
1713 if (NCONF_load(dbattr_conf,buf[0],&errorline) <= 0) in load_index()
1715 if (errorline > 0) in load_index()
1719 ,errorline,buf[0]); in load_index()