Searched refs:indexfile (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/lib/libssl/src/doc/apps/ |
| D | ocsp.pod | 215 =item B<-index indexfile> 217 B<indexfile> is a text index file in B<ca> format containing certificate revocation 230 CA certificate corresponding to the revocation information in B<indexfile>.
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | LYGlobalDefs.h | 377 extern char *indexfile;
|
| D | LYMain.c | 455 char *indexfile = NULL; /* an index file if there is one */ variable 777 FREE(indexfile); in free_lynx_globals() 1201 StrAllocCopy(indexfile, DEFAULT_INDEX_FILE); in main() 3586 "index", 4|NEED_LYSTRING_ARG, indexfile,
|
| D | LYMainLoop.c | 3288 if (!STREQ(curdoc.address, indexfile)) { in handle_LYK_INDEX() 3290 if (indexfile[0] == '\0') { /* no defined index */ in handle_LYK_INDEX() 3303 if (is_url(indexfile) == 0) { in handle_LYK_INDEX() 3306 HTSprintf0(&tmp, "%s\\%s", program_dir, indexfile); in handle_LYK_INDEX() 3307 FREE(indexfile); in handle_LYK_INDEX() 3308 LYLocalFileToURL(&indexfile, tmp); in handle_LYK_INDEX() 3312 set_address(&newdoc, indexfile); in handle_LYK_INDEX()
|
| D | LYReadCFG.c | 1494 PARSE_STR(RC_DEFAULT_INDEX_FILE, indexfile),
|
| D | HTML.c | 1482 StrAllocCopy(href, indexfile); in HTML_start_element()
|