| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | LYMail.c | 413 if ((fp = LYOpenTemp(bl_cmd_file, ".blt", "w")) == NULL) { in blat_cmd() 751 if ((fd = LYOpenTemp(my_tmpfile, ".txt", "w")) == NULL) { in mailform() 759 if ((hfd = LYOpenTemp(hdrfile, ".txt", "w")) == NULL) { in mailform() 1020 if ((fd = LYOpenTemp(my_tmpfile, ".txt", "w")) == NULL) { in mailmsg() 1031 if ((hfd = LYOpenTemp(hdrfile, ".txt", "w")) == NULL) { in mailmsg() 1189 if ((fd = LYOpenTemp(my_tmpfile, ".txt", "w")) == NULL) { in reply_by_mail() 1195 if ((hfd = LYOpenTemp(hdrfile, ".txt", "w")) == NULL) { in reply_by_mail() 1693 if ((fp = LYOpenTemp(tmpfile2, ".txt", "w")) == NULL) { in reply_by_mail()
|
| D | LYNews.c | 124 if ((fd = LYOpenTemp(my_tempfile, HTML_SUFFIX, BIN_W)) == NULL) in LYNewsPost() 126 if ((fd = LYOpenTemp(my_tempfile, HTML_SUFFIX, "w")) == NULL) in LYNewsPost() 140 if ((fc = LYOpenTemp(CJKfile, HTML_SUFFIX, "w")) == NULL) { in LYNewsPost()
|
| D | LYPrint.c | 562 outfile_fp = LYOpenTemp(my_temp, in send_file_to_mail() 572 if ((hfd = LYOpenTemp(hdrfile, TEXT_SUFFIX, "w")) == NULL) { in send_file_to_mail() 679 outfile_fp = LYOpenTemp(my_temp, TEXT_SUFFIX, "w"); in send_file_to_mail() 810 outfile_fp = LYOpenTemp(my_temp, in send_file_to_printer()
|
| D | UCAuto.c | 317 if ((fp1 = LYOpenTemp(old_font, ".fnt", BIN_W)) != 0) in UCChangeTerminalCodepage() 318 fp2 = LYOpenTemp(old_umap, ".uni", BIN_W); in UCChangeTerminalCodepage()
|
| D | HTFWriter.c | 714 me->fp = LYOpenTemp(fnam, suffix, BIN_W); in HTSaveAndExecute() 868 ret_obj->fp = LYOpenTemp(fnam, suffix, BIN_W); in HTSaveToFile() 1192 me->fp = LYOpenTemp(fnam, temp, BIN_W); in HTCompressed()
|
| D | LYShowInfo.c | 138 fp0 = LYOpenTemp(tempfile, HTML_SUFFIX, "w"); in LYShowInfo()
|
| D | LYUtils.c | 6055 FILE *LYOpenTemp(char *result, in LYOpenTemp() function 6214 return (LYOpenTemp(fname, suffix, mode)); in LYOpenTempRewrite() 6250 return (LYOpenTemp(fname, suffix, mode)); in LYOpenTempRewrite() 6256 return (LYOpenTemp(fname, suffix, mode)); in LYOpenTempRewrite() 6261 return (LYOpenTemp(fname, suffix, mode)); in LYOpenTempRewrite() 6267 return (LYOpenTemp(fname, suffix, mode)); in LYOpenTempRewrite() 6302 return (LYOpenTemp(fname, suffix, mode)); in LYOpenTempRewrite() 6864 fp = LYOpenTemp(filename, HTML_SUFFIX, BIN_W); in InternalPageFP()
|
| D | LYUtils.h | 132 extern FILE *LYOpenTemp(char *result, const char *suffix, const char *mode);
|
| D | LYBookmark.c | 157 if ((nfp = LYOpenTemp(newfile, HTML_SUFFIX, "w")) == NULL) { in convert_mosaic_bookmark_file()
|
| D | HTInit.c | 762 if (LYOpenTemp(TmpFileName, HTML_SUFFIX, "w") == 0) in LYTestMailcapCommand()
|
| D | LYMain.c | 1721 if ((fp = LYOpenTemp(result, HTML_SUFFIX, "w")) != 0) { in main() 2358 rcfp = LYOpenTemp(tempfile, ".rc", "w"); in reload_read_cfg()
|
| D | LYLocal.c | 1375 if ((fp0 = LYOpenTemp(tempfile, HTML_SUFFIX, "w")) == NULL) { in permit_location()
|
| D | GridText.c | 13235 } else if ((fp = LYOpenTemp(ed_temp, "", "w")) != 0) { in HText_EditTextArea() 13318 if ((fp = LYOpenTemp(ed_temp, "", "w")) == 0) { in HText_EditTextField()
|
| D | HTML.c | 8039 if (!(stream->fp = LYOpenTemp(filename, HTML_SUFFIX, BIN_W))) { in CacheThru_new()
|
| /mirbsd/src/gnu/usr.bin/lynx/ |
| D | CHANGES | 4086 LYOpenTemp() where it can perform that action on demand rather than for all 6471 LYOpenTemp() etc. instead of tempnam(), this avoids "Invalid pointer" with 7422 * modify LYOpenTemp() to report unusual errors, i.e., other than if the 7491 if we cannot create a temporary file in LYOpenTemp (reported by PG) - TD 8766 with LYOpenTemp, to fix a core dump - TD 9096 LYOpenTemp, LYCloseTemp, etc., so that temporary files are opened with
|