/src/sys/arch/x68k/usr.bin/tvctrl/ |
tvctrl.c | 18 unsigned long num; local in function:main 27 num = strtoul(argv[0], &ep, 10); 28 if (num > 255 || *ep != '\0') 31 ctl = num;
|
/src/tests/lib/libcurses/slave/ |
lint.lua | 34 local function num(s) function 48 local line_argc = num(line:match("^\tARGC%((%d+)"))
|
/src/sys/external/bsd/drm2/linux/ |
linux_dmi.c | 120 int num = 0; local in function:dmi_check_system 124 num++; 129 return num;
|
/src/usr.sbin/mdconfig/ |
mdconfig.c | 61 int64_t num; local in function:main 73 if (dehumanize_number(argv[2], &num) == -1) 76 blks = (size_t)num; 78 if (num <= 0 || bytes >> DEV_BSHIFT != blks) {
|
/src/usr.bin/menuc/testm/ |
main.c | 55 char ent_text[5][50] = {"name: ", "strt: ", "city: ", "opt 4", "NUM: "}; 97 int num = 0; variable in typeref:typename:int 104 sprintf (&ent_text[4][5], "%d", num++); 111 num = 0;
|
/src/tests/usr.bin/xlint/lint1/ |
msg_181.c | 20 } num = (struct number){ variable in typeref:struct:number
|
gcc_init_compound_literal.c | 33 int num; member in struct:node
|
d_typefun.c | 11 int num; member in struct:stack_st
|
/src/lib/libc/stdlib/ |
strsuftoll.c | 140 long long num, t; local in function:__strsuftollx 156 num = strtoll(val, &expr, 10); 165 t = num; 166 num *= 512; /* 1 block */ 167 if (t > num) 172 t = num; 173 num *= 1024; /* 1 kibibyte */ 174 if (t > num) 179 t = num; 180 num *= 1048576; /* 1 mebibyte * [all...] |
/src/games/hack/ |
hack.options.c | 97 unsigned num; local in function:parseoptions 180 num = 1; 182 num = atoi(op); 191 flags.end_top = num; 194 flags.end_around = num;
|
hack.potion.c | 270 int num; local in function:pluslvl 273 num = rnd(10); 274 u.uhpmax += num; 275 u.uhp += num;
|
hack.search.c | 75 int num; local in function:findit 83 for (lx = u.ux; (num = levl[lx - 1][u.uy].typ) && num != CORR; lx--); 84 for (hx = u.ux; (num = levl[hx + 1][u.uy].typ) && num != CORR; hx++); 85 for (ly = u.uy; (num = levl[u.ux][ly - 1].typ) && num != CORR; ly--); 86 for (hy = u.uy; (num = levl[u.ux][hy + 1].typ) && num != CORR; hy++); 87 num = 0 [all...] |
/src/games/mille/ |
end.c | 54 int temp, tot, num; local in function:finalscore 60 num = pp - Player; 61 temp = num * 6 + 21 + 1; 79 if (Player[other(num)].mileage == 0) { 99 reg int x, num, tot, count; local in function:extrapolate 101 num = pp - Player; 103 x = num * 6 + 21 + 3; 107 pp = &Player[other(num)]; 117 pp = &Player[num]; 131 if (Player[other(num)].mileage == 0) [all...] |
/src/lib/libc/gen/ |
gr_private.h | 68 int num; /* group index, -1 if no more */ member in struct:__grstate_dns
|
/src/lib/libcompat/4.3/ |
rexec.c | 116 char num[8]; local in function:rexec 136 (void)snprintf(num, sizeof(num), "%u", port); 137 (void)write(s, num, strlen(num)+1);
|
/src/tests/crypto/opencrypto/ |
h_md5hmac.c | 43 int num; member in struct:__anonc7ff8ff80108 160 err(1, "CIOCGSESSION test %d", tests[i].num); 171 err(1, "CIOCCRYPT test %d", tests[i].num); 174 errx(1, "verification failed test %d", tests[i].num); 178 err(1, "CIOCFSESSION test %d", tests[i].num);
|
h_sha1hmac.c | 43 int num; member in struct:__anonb8df601f0108 170 err(1, "CIOCGSESSION test %d", tests[i].num); 181 err(1, "CIOCCRYPT test %d", tests[i].num); 184 errx(1, "verification failed test %d", tests[i].num); 188 err(1, "CIOCFSESSION test %d", tests[i].num);
|
/src/tests/fs/common/ |
fstest_ext2fs.c | 61 static unsigned int num = 0; local in function:ext2fs_fstest_newfs 79 snprintf(args->ta_devpath, MAXPATHLEN, "/dev/device%d.ext2fs", num); 90 num++;
|
fstest_ffs.c | 62 static unsigned int num = 0; local in function:ffs_fstest_newfs 84 snprintf(args->ta_devpath, MAXPATHLEN, "/dev/device%d.ffs", num); 95 num++;
|
fstest_msdosfs.c | 61 static unsigned int num = 0; local in function:msdosfs_fstest_newfs 79 snprintf(args->ta_devpath, MAXPATHLEN, "/dev/device%d.msdosfs", num); 91 num++;
|
fstest_sysvbfs.c | 61 static unsigned int num = 0; local in function:sysvbfs_fstest_newfs 79 snprintf(args->ta_devpath, MAXPATHLEN, "/dev/device%d.sysvbfs", num); 90 num++;
|
fstest_udf.c | 62 static unsigned int num = 0; local in function:udf_fstest_newfs 87 snprintf(args->ta_devpath, MAXPATHLEN, "/dev/device%d.udf", num); 99 num++;
|
fstest_v7fs.c | 61 static unsigned int num = 0; local in function:v7fs_fstest_newfs 79 snprintf(args->ta_devpath, MAXPATHLEN, "/dev/device%d.v7fs", num); 91 num++;
|
/src/tests/kernel/kqueue/read/ |
t_file.c | 90 int fd, kq, n, num, status; local in function:ATF_TC_BODY 109 for (num = 0; num < NLINES;) { 111 num += n; 113 (void)printf("kevent num %d flags: %#x, fflags: %#x, data: " 126 (void)printf("file(%d): %s", num, buffer);
|
/src/lib/libc/rpc/ |
svc_generic.c | 100 int num = 0; local in function:svc_create 124 num++; 141 num++; 148 * In case of num == 0; the error messages are generated by the 151 return (num);
|