Searched refs:expbuf (Results 1 - 2 of 2) sorted by path

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c625 char expbuf[100]; local
702 expbuf, sizeof(expbuf), rfc1123fmt, gmtime( &expires ) );
705 hc->hs->max_age, expbuf );
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fphex.c208 char expbuf[5]; local
511 expstr = _itoa_word (exponent, expbuf + sizeof expbuf, 10, 0);
520 + ((expbuf + sizeof expbuf) - expstr));
571 PRINT (expstr, wexpstr, (expbuf + sizeof expbuf) - expstr);

Completed in 66 milliseconds