Searched refs:PRI_off_t (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTUtils.h | 573 #define PRI_off_t PRId64 macro 579 #define PRI_off_t PRId32 macro 593 #ifndef PRI_off_t 595 #define PRI_off_t "lld" macro 599 #define PRI_off_t "ld" macro
|
| D | HTFormat.c | 886 PRI_off_t " actual, %" in HTCopy() 887 PRI_off_t " limit\n", bytes, limit)); in HTCopy()
|
| D | HTMIME.c | 581 PRI_off_t " vs %" in pumpData() 582 PRI_off_t "\n", in pumpData() 802 CTRACE((tfp, " Converted to integer: '%" PRI_off_t "'\n", in dispatchField()
|
| D | HTFTP.c | 159 CTRACE((tfp, "HTFTP: %s filename: %s date: %s size: %" PRI_off_t "\n", \ 2725 sprintf(fmt, "%%%.*s" PRI_off_t, (int) sizeof(fmt) - 3, start); in FormatSize() 2729 sprintf(fmt, "%" PRI_off_t, value); in FormatSize() 3974 sscanf(response_text, "%d %" PRI_off_t, &code, &size) == 2) { in HTFTPLoad()
|
| D | HTTP.c | 1094 sprintf(temp, ";q=%4.3f;mxb=%" PRI_off_t "", in HTLoadHTTP() 1100 sprintf(temp, ";mxb=%" PRI_off_t "", CAST_off_t (pres->maxbytes)); in HTLoadHTTP()
|
| D | HTFile.c | 201 sprintf(fmt, "%%%.*s" PRI_off_t, (int) sizeof(fmt) - 3, start); in FormatSize() 205 sprintf(fmt, "%" PRI_off_t, entry); in FormatSize()
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | HTAlert.c | 182 sprintf(s, "%" PRI_off_t, CAST_off_t (n / kb_units)); in sprint_bytes() 186 sprintf(s, "%" PRI_off_t, CAST_off_t (n)); in sprint_bytes() 191 sprintf(s, "%" PRI_off_t, CAST_off_t (n)); in sprint_bytes() 334 CTRACE((tfp, "rateBAR: bytes: %" PRI_off_t ", total: " in HTReadProgress() 335 "%" PRI_off_t "\n", in HTReadProgress()
|
| D | GridText.c | 14758 HTSprintf0(&buf, "Size: %" PRI_off_t " ", Size); in LYHandleCache()
|