Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTFTP.c2701 static char *FormatStr(char **bufp, in FormatStr() function
2814 FormatStr(&buf, start, data->filename); in LYListFmtParse()
2829 FormatStr(&buf, start, ENTRY_IS_DIRECTORY); in LYListFmtParse()
2831 FormatStr(&buf, start, ""); in LYListFmtParse()
2835 FormatStr(&buf, start, ENTRY_IS_SYMBOLIC_LINK); in LYListFmtParse()
2837 FormatStr(&buf, start, ""); in LYListFmtParse()
2856 FormatStr(&buf, start, cp2); in LYListFmtParse()
2858 FormatStr(&buf, start, HTAtom_name(format)); in LYListFmtParse()
2865 FormatStr(&buf, start, data->date); in LYListFmtParse()
2867 FormatStr(&buf, start, " * "); in LYListFmtParse()
[all …]
DHTFile.c177 static char *FormatStr(char **bufp, in FormatStr() function
323 FormatStr(&buf, start, data->file_name); in LYListFmtParse()
341 FormatStr(&buf, start, ENTRY_IS_DIRECTORY); in LYListFmtParse()
343 FormatStr(&buf, start, ""); in LYListFmtParse()
362 FormatStr(&buf, start, cp2); in LYListFmtParse()
364 FormatStr(&buf, start, HTAtom_name(format)); in LYListFmtParse()
383 FormatStr(&buf, start, tmp); in LYListFmtParse()
392 FormatStr(&buf, start, ""); in LYListFmtParse()
458 FormatStr(&buf, start, tmp); in LYListFmtParse()
465 FormatStr(&buf, start, name); in LYListFmtParse()
[all …]
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES5234 LIST_FORMAT settings), avoid some HTSprintf0 calls in FormatStr.