Searched refs:PTRDIFF (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/printf/ |
H A D | printf.c | 51 #define PTRDIFF(x, y) ((uintptr_t)(x) - (uintptr_t)(y)) macro 140 (void) fwrite(start, 1, PTRDIFF(fmt, start), in main() 164 (void) fwrite(start, 1, PTRDIFF(fmt, start), stdout); in main() 459 *len = PTRDIFF(store, save); in escape() 474 *len = PTRDIFF(store, save); in escape() 516 *len = PTRDIFF(store, save); in escape()
|