| /src/games/mille/ |
| roll.c | 1 /* $NetBSD: roll.c,v 1.9 2009/05/25 23:34:50 dholland Exp $ */ 35 static char sccsid[] = "@(#)roll.c 8.1 (Berkeley) 5/31/93"; 37 __RCSID("$NetBSD: roll.c,v 1.9 2009/05/25 23:34:50 dholland Exp $"); 46 * @(#)roll.c 1.1 (Berkeley) 4/1/82 51 roll(int ndie, int nsides) function
|
| /src/games/monop/ |
| roll.c | 1 /* $NetBSD: roll.c,v 1.14 2012/06/19 05:35:32 dholland Exp $ */ 35 static char sccsid[] = "@(#)roll.c 8.1 (Berkeley) 5/31/93"; 37 __RCSID("$NetBSD: roll.c,v 1.14 2012/06/19 05:35:32 dholland Exp $"); 50 roll(int ndie, int nsides) function
|
| /src/games/backgammon/common_source/ |
| subs.c | 149 writel("Red's roll: "); 151 writel("White's roll: "); 439 roll(struct move *mm) function 453 writel("ROLL: ");
|
| /src/games/sail/ |
| pl_3.c | 57 int roll; local 179 roll = dieroll(); 187 [hit][roll-1]; 199 table(ms, closest, shootat, load, hit, roll);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ |
| mem.c | 147 int roll = (int)(random() % 100); local 148 int shoulditfail = roll < md_fail_percent; 157 shoulditfail ? '-' : '+', md_count, md_fail_percent, roll);
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| mem.c | 141 int roll = (int)(random() % 10000); local 142 int shoulditfail = roll < md_fail_percent; 151 shoulditfail ? '-' : '+', md_count, md_fail_percent, roll);
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| mem.c | 138 int roll = (int)(random() % 10000); local 139 int shoulditfail = roll < md_fail_percent; 148 shoulditfail ? '-' : '+', md_count, md_fail_percent, roll);
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/ |
| log.c | 1324 isc_boolean_t roll = ISC_FALSE; local 1347 roll = regular_file; 1357 if (result == ISC_R_SUCCESS && roll) {
|
| /src/external/mpl/bind/dist/lib/isc/ |
| log.c | 1377 bool roll = false; local 1401 roll = regular_file; 1413 if (result == ISC_R_SUCCESS && roll) {
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| log.c | 1411 bool roll = false; local 1435 roll = regular_file; 1447 if (result == ISC_R_SUCCESS && roll) {
|
| /src/external/zlib/pigz/dist/ |
| pigz.c | 3353 char *roll, *item, *cut, *base, *bigger; local 3364 roll = MALLOC(hold); 3365 if (roll == NULL) 3367 *roll = 0; 3368 item = roll; 3375 if (item + len + 1 > roll + hold) { 3376 do { /* make roll bigger */ 3378 } while (item + len + 1 > roll + hold); 3379 bigger = REALLOC(roll, hold); 3381 FREE(roll); [all...] |
| /src/lib/libc/time/ |
| zic.c | 434 /* Expires lines are like Leap lines, except without CORR and ROLL fields. */ 572 char roll; member in struct:__anon29 3055 if (leap[i].roll) { 3863 leap[i].roll = rolling;
|