Searched refs:hexprefix (Results 1 – 2 of 2) sorted by relevance
32 Ctrl.prefix = hexprefix:746c7331332041 Ctrl.prefix = hexprefix:746c7331332050 Ctrl.prefix = hexprefix:746c7331332059 Ctrl.prefix = hexprefix:746c7331332068 Ctrl.prefix = hexprefix:746c7331332076 Ctrl.prefix = hexprefix:746c7331332085 Ctrl.prefix = hexprefix:746c7331332094 Ctrl.prefix = hexprefix:746c73313320103 Ctrl.prefix = hexprefix:746c73313320112 Ctrl.prefix = hexprefix:746c73313320[all …]
997 char hexprefix = 0; in fmtint() local1034 hexprefix = (flags & PRINT_F_UP) ? 'X' : 'x'; in fmtint()1047 - ((hexprefix != 0) ? 2 : 0); /* Will we print a prefix? */ in fmtint()1071 if (hexprefix != 0) { /* A "0x" or "0X" prefix. */ in fmtint()1073 OUTCHAR(str, *len, size, hexprefix); in fmtint()