HomeSort by: relevance | last modified time | path
    Searched defs:lcnt (Results 1 - 13 of 13) sorted by relevancy

  /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/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/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/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/bin/csh/
dol.c 824 int c, ocnt, lcnt, mcnt; local in function:heredoc
856 lcnt = BUFSIZE - 4;
863 if (--lcnt < 0) {
  /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/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));

Completed in 19 milliseconds