Searched refs:typeMallocn (Results 1 – 14 of 14) sorted by relevance
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTMIME.c | 2319 if ((buf = typeMallocn(char, strlen(s) * 3 + 1)) == 0) in HTmmdec_base64() 2363 if ((buf = typeMallocn(char, strlen(s) + 1)) == 0) in HTmmdec_quote() 2409 if ((buf = typeMallocn(char, strlen(source) + 1)) == 0) in HTmmdecode() 2486 if ((buf = typeMallocn(char, strlen(s) * 2 + 1)) == 0) in HTrjis()
|
| D | HTString.c | 1237 if ((t->str = typeMallocn(char, need)) == NULL) in HTSABCopy() 1291 t->str = typeMallocn(char, need); in HTSABCat()
|
| D | HTUtils.h | 360 #define typeMallocn(cast,ntypes) (cast *)malloc((size_t)(ntypes)*sizeof(cast)) macro
|
| D | SGML.c | 4945 euc = typeMallocn(unsigned char, strlen((const char *) arg) + 1); in TO_SJIS() 4968 euc = typeMallocn(unsigned char, strlen((const char *)arg) + 1); in TO_JIS()
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | HTInit.c | 245 s2 = typeMallocn(char, strlen(s) * 2 + 1); /* absolute max, if all % signs */ in GetCommand()
|
| D | LYHistory.c | 353 history = typeMallocn(HistInfo, want); in LYAllocHistory()
|
| D | LYMain.c | 1150 LYTraceLogPath = typeMallocn(char, LY_MAXPATH); in main() 1758 LYCookieFile = typeMallocn(char, LY_MAXPATH); in main()
|
| D | LYUtils.c | 404 have = typeMallocn(HiliteInfo, want); in LYAddHilite() 5774 char *buffer = typeMallocn(char, (unsigned) size); in IsOurSymlink() 7604 paste_buf = typeMallocn(char, PASTE_BUFFER); in get_clip_grab()
|
| D | UCdomap.c | 321 typeMallocn(unsigned char, MAX_GLYPH)); in set_inverse_transl()
|
| D | LYStrings.c | 5958 *dest = typeMallocn(char, (unsigned) n + 1); in SNACopy() 5988 *dest = typeMallocn(char, (unsigned) n + 1); in SNACat()
|
| D | GridText.c | 13016 if ((line = typeMallocn(char, line_used)) == 0) in finish_ExtEditForm() 13233 if ((ed_temp = typeMallocn(char, LY_MAXPATH)) == 0) { in HText_EditTextArea() 13316 ed_temp = typeMallocn(char, LY_MAXPATH); in HText_EditTextField() 13676 if ((line = typeMallocn(char, MAX_LINE)) == 0) in HText_InsertFile()
|
| D | LYOptions.c | 3378 if ((secure_value = typeMallocn(char, 80)) != 0) { in NewSecureValue()
|
| D | LYMainLoop.c | 7261 buf = typeMallocn(char, len); in mainloop()
|
| D | HTML.c | 751 Style_className = typeMallocn(char, Style_className_len); in addClassName()
|