Searched refs:hexprefix (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/ntp/libntp/
H A Dsnprintf.c997 char hexprefix = 0; local
1034 hexprefix = (flags & PRINT_F_UP) ? 'X' : 'x';
1047 - ((hexprefix != 0) ? 2 : 0); /* Will we print a prefix? */
1071 if (hexprefix != 0) { /* A "0x" or "0X" prefix. */
1073 OUTCHAR(str, *len, size, hexprefix);

Completed in 79 milliseconds