Home
last modified time | relevance | path

Searched refs:PRI_off_t (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTUtils.h573 #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
DHTFormat.c886 PRI_off_t " actual, %" in HTCopy()
887 PRI_off_t " limit\n", bytes, limit)); in HTCopy()
DHTMIME.c581 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()
DHTFTP.c159 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()
DHTTP.c1094 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()
DHTFile.c201 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/
DHTAlert.c182 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()
DGridText.c14758 HTSprintf0(&buf, "Size: %" PRI_off_t " ", Size); in LYHandleCache()