/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;
|
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+)"))
|
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;
|
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) {
|
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;
|
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
|
msg_181.c | 20 } num = (struct number){ variable in typeref:struct:number
|
gcc_init_compound_literal.c | 33 int num; member in struct:node
|
/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...] |
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;
|
/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++;
|