/src/tests/fs/vfs/ |
t_full.c | 56 size_t bonus; local in function:fillfs 65 bonus = 0; 67 bonus = NFSBONUS; 75 for (written = 0; written < FSTEST_IMGSIZE + bonus; written +=n) {
|
/src/usr.bin/shmif_dumpbus/ |
shmif_dumpbus.c | 125 int bonus; local in function:main 216 bonus = 0; 218 bonus = 1; 222 while (curbus <= buslast || bonus) { 252 bonus = 0; 269 bonus = 0; 282 bonus = 0;
|
/src/games/snake/snake/ |
snake.c | 675 str = "BONUS!!!"; 866 int i, bonus; local in function:pushsnake 893 bonus = ((random() >> 8) & 0377) % 10; 894 mvprintw(lcnt + 1, 0, "%d\n", bonus); 898 if (bonus == i) { 900 logit("bonus");
|
/src/lib/libpuffs/ |
puffs.c | 208 int bonus; local in function:puffs_setstacksize 222 bonus = 0; 225 bonus++; 229 if (bonus > 1) {
|
/src/lib/librumpclient/ |
rumpclient.c | 395 size_t bonus; local in function:handshake_req 400 bonus = sizeof(rf); 426 bonus = strlen(myprogname)+1; 430 rhdr.rsp_len = sizeof(rhdr) + bonus; 447 IOVPUT_WITHSIZE(iov[1], __UNCONST(myprogname), bonus);
|
/src/games/adventure/ |
init.c | 126 abbnum, maxdie, numdie, holding, dkill, foobar, bonus, clock1, variable in typeref:typename:int 272 numdie = holding = dkill = foobar = bonus = 0;
|
/src/lib/librumphijack/ |
hijack.c | 1951 int bonus = 2, i = 0; local in function:execve 1963 bonus++; 1970 newenv = malloc(sizeof(*newenv) * (nelem+bonus)); 1985 _DIAGASSERT(i < bonus);
|