/src/tests/usr.bin/xlint/lint1/ |
msg_087.c | 11 count(void) function in typeref:typename:int
|
/src/sys/arch/arc/stand/boot/ |
getchar.c | 39 u_long count; local in function:getchar 41 if (arcbios_Read(0, &ch, 1, &count) != ARCBIOS_ESUCCESS)
|
putchar.c | 39 u_long count; local in function:putchar 43 arcbios_Write(1, &ch, 1, &count); 47 arcbios_Write(1, &ch, 1, &count);
|
/src/sys/arch/hpc/stand/libsa/ |
winprintf.c | 43 int count; local in function:win_printf 48 count = wvsprintf(buffer, lpszFmt, ap); 50 if (count > 0) { 53 return count;
|
/src/sys/arch/sgimips/stand/common/ |
getchar.c | 39 u_long count; local in function:getchar 41 if (arcbios_Read(0, &ch, 1, &count) != ARCBIOS_ESUCCESS)
|
putchar.c | 39 u_long count; local in function:putchar 43 arcbios_Write(1, &ch, 1, &count); 47 arcbios_Write(1, &ch, 1, &count);
|
/src/games/mille/ |
table.c | 59 int i, j, count; local in function:main 61 printf(" %16s -> %5s %5s %4s %s\n", "Card", "cards", "count", 64 for (j = 0, count = 0; j < DECK_SZ; j++) 66 count++; 68 Numcards[i], count, Numneed[i], C_name[opposite(i)]);
|
/src/sys/arch/hpcmips/stand/libsa/ |
winprintf.c | 44 int count; local in function:win_printf 49 count = wvsprintf(buffer, lpszFmt, ap); 51 if (count > 0) { 54 return count;
|
/src/games/rogue/ |
play.c | 66 int count; local in function:play_level 84 count = 0; 88 rest((count > 0) ? count : 1); 91 search(((count > 0) ? count : 1), 0); 156 remessage(count++); 236 if (count < 100) { 237 count = (10 * count) + (ch - '0') [all...] |
/src/bin/sh/bltin/ |
echo.c | 67 int count; local in function:main 103 count = 3; 104 while (--count >= 0 && (unsigned)(*p - '0') < 8)
|
/src/libexec/ld.elf_so/arch/arm/ |
find_exidx.c | 45 int count = 0; local in function:__gnu_Unwind_Find_exidx 74 count = obj->exidx_sz / 8; 86 *pcount = count;
|
/src/regress/sys/kern/ras/ras1/ |
ras1.c | 37 #define COUNT 10 40 volatile int count = 0; variable in typeref:typename:volatile int 75 count++; 76 if (count > COUNT)
|
/src/regress/sys/kern/ras/ras2/ |
ras2.c | 39 #define COUNT 10 42 volatile int count = 0; variable in typeref:typename:volatile int 83 count++; 84 if (count > COUNT)
|
/src/share/man/tools/ |
noso.c | 13 int i, fd, count = 0; local in function:main 31 count++, printf("%s%s", cp, argv[i]); 34 if (count > 0)
|
/src/sys/arch/i386/stand/lib/ |
pread.c | 53 size_t count; local in function:pread 56 count = (rsize < BUFSIZE ? rsize : BUFSIZE); 58 got = read(fd, buf, count); 67 if (got < count)
|
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/ |
crypto_hash_sha256.h | 26 uint64_t count; member in struct:crypto_hash_sha256_state
|
crypto_hash_sha512.h | 26 uint64_t count[2]; member in struct:crypto_hash_sha512_state
|
/src/sys/stand/efiboot/ |
efidev.c | 42 int count; local in function:efi_device_path_count 44 for (count = 0; ; dp = NextDevicePathNode(dp), count++) { 49 return (count);
|
/src/sys/arch/sun3/dev/ |
bt_subr.c | 67 u_int i, start, count; local in function:bt_getcmap 71 count = p->count; 72 if (start >= cmsize || count > cmsize - start) 74 if (!useracc(p->red, count, B_WRITE) || 75 !useracc(p->green, count, B_WRITE) || 76 !useracc(p->blue, count, B_WRITE)) 78 for (cp = &cm->cm_map[start][0], i = 0; i < count; cp += 3, i++) { 92 u_int i, start, count; local in function:bt_putcmap 96 count = p->count [all...] |
/src/lib/libc/compat/sys/ |
compat_statvfs.c | 108 size_t count = size / sizeof(*buf); local in function:__compat_getvfsstat 109 struct statvfs *sb = calloc(count, sizeof(*sb)); 114 int error = __getvfsstat90(sb, count * sizeof(*sb), flags); 116 for (size_t i = 0; i < count; i++)
|
/src/regress/sys/kern/ras/ras3/ |
ras3.c | 39 #define COUNT 10 42 volatile int count = 0; variable in typeref:typename:volatile int 90 count++; 91 if (count > COUNT)
|
/src/sys/arch/hpcmips/stand/lcboot/ |
dev_flash.c | 43 size_t count; local in function:flash_strategy 49 count = size < READ_CHUNK ? size : READ_CHUNK; 50 memcpy(buf, src, count); 51 *rsize = count;
|
/src/sys/compat/common/ |
rndpseudo_50.c | 77 size_t count; local in function:compat_50_rnd_ioctl 79 if (rst50->count > RND_MAXSTATCOUNT50) 83 rstbuf.count = rst50->count; 89 for (count = 0; count < rst50->count; count++) { 90 rndsource_to_rndsource50(&rstbuf.source[count], 91 &rst50->source[count]); [all...] |
/src/sys/compat/netbsd32/ |
netbsd32_rndpseudo_50.c | 80 size_t count; local in function:compat32_50_rnd_ioctl 82 if (rst50_32->count > RND_MAXSTATCOUNT50) 86 rstbuf.count = rst50_32->count; 92 for (count = 0; count < rst50_32->count; count++) { 93 rndsource_to_rndsource50_32(&rstbuf.source[count], 94 &rst50_32->source[count]); [all...] |
/src/sys/dev/acpi/ |
acpi_slit.c | 76 uint64_t idx, count; local in function:acpislit_dump 78 count = acpislit_cpus(); 80 aprint_debug("SLIT: matrix with %"PRIu64" nodes\n", count); 82 for (idx = 0; idx < (count * count); idx++) { 84 if ((idx % count) == (count - 1)) { 86 if (idx < (count * count) - 1)
|