/src/tests/fs/cd9660/ |
h_hexdump_r.c | 44 static unsigned char prev_bytes[16], bytes[16], zeroes[16]; variable in typeref:typename:unsigned char[16][16][16] 83 if (memcmp(prev_bytes, zeroes, 16) != 0) {
|
h_hexdump_r.c | 44 static unsigned char prev_bytes[16], bytes[16], zeroes[16]; variable in typeref:typename:unsigned char[16][16][16] 83 if (memcmp(prev_bytes, zeroes, 16) != 0) {
|
/src/sys/arch/powerpc/powerpc/ |
trap.c | 782 static char zeroes[MAXCACHELINESIZE]; local in function:fix_unaligned 784 error = copyout(zeroes,
|
trap.c | 782 static char zeroes[MAXCACHELINESIZE]; local in function:fix_unaligned 784 error = copyout(zeroes,
|
/src/lib/libc/stdio/ |
vfwprintf.c | 699 static CHAR_T zeroes[PADSIZE] = local in function:WDECL 1187 * trim trailing zeroes if no # flag. 1407 * After any left-hand padding and prefixing, emit zeroes 1409 * string proper, then emit zeroes required by any leftover 1442 PAD(width - realsz, zeroes); 1444 /* leading zeroes from decimal precision */ 1445 PAD(dprec - size, zeroes); 1454 PRINT(zeroes, 1); 1457 PAD(-expt, zeroes); 1462 lead, zeroes); [all...] |
vfwprintf.c | 699 static CHAR_T zeroes[PADSIZE] = local in function:WDECL 1187 * trim trailing zeroes if no # flag. 1407 * After any left-hand padding and prefixing, emit zeroes 1409 * string proper, then emit zeroes required by any leftover 1442 PAD(width - realsz, zeroes); 1444 /* leading zeroes from decimal precision */ 1445 PAD(dprec - size, zeroes); 1454 PRINT(zeroes, 1); 1457 PAD(-expt, zeroes); 1462 lead, zeroes); [all...] |