/src/usr.bin/man/ |
manconf.c | 105 int lcnt; local in function:config 113 for (lcnt = 1; (p = fgetln(cfp, &len)) != NULL; ++lcnt) { 117 warnx("%s: line %d corrupted", fname, lcnt); 168 fname, lcnt, p);
|
man.c | 851 int lcnt, print; local in function:how 864 for (lcnt = print = 0; fgets(buf, sizeof(buf), fp);) { 878 ++lcnt; 880 for(; lcnt; --lcnt)
|
/src/sys/dev/acpi/ |
dwiic_acpi.c | 48 uint16_t lcnt; member in struct:dwiic_acpi_param 155 param->lcnt = (uint16_t)obj->Package.Elements[1].Integer.Value; 169 sc->ss_lcnt = sscn.lcnt; 173 sc->fs_lcnt = fmcn.lcnt;
|
/src/lib/libcurses/ |
slk.c | 815 int retval, inc, lcnt, tx; local in function:__slk_draw 842 lcnt = 0; 844 while (lcnt < screen->slk_label_len) { 845 inc = wctomb(ts, l->label[lcnt]); 848 lcnt++; 854 l->x + tx, 0, lcnt, l->label[lcnt]); 856 screen->slk_label_len, wcwidth(l->label[lcnt])); 858 wc[0] = l->label[lcnt]; 866 if (l->x + wcwidth(l->label[lcnt] + tx) > [all...] |
/src/games/snake/snake/ |
snake.c | 115 static int lcnt, ccnt; /* user's idea of screen size */ variable in typeref:typename:int 172 lcnt = atoi(optarg); 201 if (!lcnt || lcnt > LINES - 2) 202 lcnt = LINES - 2; 206 i = MIN(lcnt, ccnt); 336 repeat = lcnt - 1 - you.line; 402 if (you.line + 1 < lcnt) { 407 (you.line == lcnt - 1)) 472 mvaddch(lcnt + 1, i, '-') [all...] |
/src/sys/kern/ |
sys_sched.c | 114 u_int lcnt; local in function:do_sched_setparam 155 lcnt = 0; 163 lcnt++; 192 return (lcnt == 0) ? ESRCH : error; 350 u_int lcnt; local in function:sys__sched_setaffinity 437 lcnt = 0; 466 lcnt++; 469 if (lcnt == 0) {
|
sys_pset.c | 429 int error = 0, lcnt; local in function:sys__pset_bind 498 lcnt = 0; 514 lcnt++; 517 if (lcnt == 0) {
|
vfs_lockf.c | 200 u_long lcnt; local in function:lf_alloc 204 lcnt = atomic_inc_ulong_nv(&uip->ui_lockcnt); 205 if (uid && allowfail && lcnt >
|
/src/usr.bin/split/ |
split.c | 248 off_t lcnt; local in function:split2 254 for (lcnt = 0;;) 268 if (*Ce == '\n' && ++lcnt == numlines) { 272 lcnt = 0;
|
/src/sbin/fsck_ffs/ |
dir.c | 445 adjust(struct inodesc *idesc, int lcnt) 453 if (nlink == lcnt) { 479 lcnt--; 482 if (lcnt != 0) { 488 nlink, nlink - lcnt); 490 if (lcnt < 0) { 498 DIP_SET(dp, nlink, iswap16(nlink - lcnt));
|
/src/sys/arch/mips/ingenic/ |
jziic.c | 239 int ticks, hcnt, lcnt, hold, setup; local in function:jziic_set_speed 244 lcnt = (ticks * 47 / (40 + 47)) - 1; 249 DPRINTF("hcnt %d lcnt %d hold %d\n", hcnt, lcnt, hold); 251 bus_space_write_4(sc->sc_memt, sc->sc_memh, JZ_SMBSLCNT, lcnt);
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/altera/ |
socfpga_stratix10_socdk.dts | 132 i2c-sdl-falling-time-ns = <890>; /* lcnt */
|
socfpga_stratix10_socdk_nand.dts | 165 i2c-sdl-falling-time-ns = <890>; /* lcnt */
|
/src/sbin/fsck_ext2fs/ |
dir.c | 319 adjust(struct inodesc *idesc, short lcnt) 324 if (fs2h16(dp->e2di_nlink) == lcnt) { 332 fs2h16(dp->e2di_nlink), fs2h16(dp->e2di_nlink) - lcnt); 334 if (lcnt < 0) { 341 dp->e2di_nlink = h2fs16(fs2h16(dp->e2di_nlink) - lcnt);
|
/src/sbin/fsck_lfs/ |
dir.c | 331 adjust(struct inodesc *idesc, short lcnt) 337 * XXX: (1) since lcnt is apparently a delta, rename it; (2) 344 if (lfs_dino_getnlink(fs, dp) == lcnt) { 352 lfs_dino_getnlink(fs, dp), lfs_dino_getnlink(fs, dp) - lcnt); 354 if (lcnt < 0) { 362 lfs_dino_getnlink(fs, dp) - lcnt);
|
/src/lib/libc/nameser/ |
ns_print.c | 421 int n, lcnt; local in function:ns_sprintrrf 438 lcnt = 0; 443 if (lcnt == 0) { 446 lcnt = 10; 451 lcnt--;
|
/src/sbin/fsdb/ |
fsdb.c | 1532 int lcnt; local in function:CMDFUNC 1538 lcnt = strtol(argv[1], &cp, 0); 1543 if (lcnt > USHRT_MAX || lcnt < 0) { 1547 DIP_SET(curinode, nlink, iswap16(lcnt));
|