Home
last modified time | relevance | path

Searched refs:typeMallocn (Results 1 – 14 of 14) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTMIME.c2319 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()
DHTString.c1237 if ((t->str = typeMallocn(char, need)) == NULL) in HTSABCopy()
1291 t->str = typeMallocn(char, need); in HTSABCat()
DHTUtils.h360 #define typeMallocn(cast,ntypes) (cast *)malloc((size_t)(ntypes)*sizeof(cast)) macro
DSGML.c4945 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/
DHTInit.c245 s2 = typeMallocn(char, strlen(s) * 2 + 1); /* absolute max, if all % signs */ in GetCommand()
DLYHistory.c353 history = typeMallocn(HistInfo, want); in LYAllocHistory()
DLYMain.c1150 LYTraceLogPath = typeMallocn(char, LY_MAXPATH); in main()
1758 LYCookieFile = typeMallocn(char, LY_MAXPATH); in main()
DLYUtils.c404 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()
DUCdomap.c321 typeMallocn(unsigned char, MAX_GLYPH)); in set_inverse_transl()
DLYStrings.c5958 *dest = typeMallocn(char, (unsigned) n + 1); in SNACopy()
5988 *dest = typeMallocn(char, (unsigned) n + 1); in SNACat()
DGridText.c13016 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()
DLYOptions.c3378 if ((secure_value = typeMallocn(char, 80)) != 0) { in NewSecureValue()
DLYMainLoop.c7261 buf = typeMallocn(char, len); in mainloop()
DHTML.c751 Style_className = typeMallocn(char, Style_className_len); in addClassName()