Home
last modified time | relevance | path

Searched refs:fcnt (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_format_iso9660_filename.c205 int i, l, fcnt; in create_iso_image() local
240 fcnt = 0; in create_iso_image()
251 fcnt += 2; in create_iso_image()
262 fcnt += 2; in create_iso_image()
277 fcnt += 2; in create_iso_image()
294 fcnt += 2; in create_iso_image()
302 return (fcnt); in create_iso_image()
310 int fcnt; in DEFINE_TEST() local
322 fcnt = create_iso_image(buff, buffsize, &used, NULL); in DEFINE_TEST()
324 fns.names = malloc(sizeof(char *) * fcnt); in DEFINE_TEST()
[all …]
/freebsd/sys/fs/fdescfs/
H A Dfdesc_vnops.c542 int error, i, off, fcnt; in fdesc_readdir() local
559 fcnt = i - 2; /* The first two nodes are `.' and `..' */ in fdesc_readdir()
575 if (fdp->fd_ofiles[fcnt].fde_file == NULL) in fdesc_readdir()
577 dp->d_namlen = sprintf(dp->d_name, "%d", fcnt); in fdesc_readdir()
598 fcnt++; in fdesc_readdir()
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c1573 size_t fcnt; member
1595 if (NULL == (sp = *spp) || 0 == sp->fcnt) { in pushRestriction()
1599 sp->fcnt = getStackSheetSize(sp); in pushRestriction()
1602 sp->pres[--sp->fcnt] = ptr; in pushRestriction()
1614 if (NULL == (sp = *spp) || sp->fcnt >= getStackSheetSize(sp)) in popRestriction()
1617 *opp = sp->pres[sp->fcnt++]; in popRestriction()
1618 if (sp->fcnt >= getStackSheetSize(sp)) { in popRestriction()
H A Drefclock_nmea.c1379 int fcnt; /* safeguard against runaway arglist */ in field_wipe() local
1383 fcnt = 8; in field_wipe()
1398 } while (fcnt-- && fidx >= 0); in field_wipe()
/freebsd/tools/tools/netmap/
H A Dpkt-gen.c2092 int fcnt; in txseq_body() local
2147 for (fcnt = frags, head = ring->head; in txseq_body()
2166 if (fcnt == frags) { in txseq_body()
2176 if (--fcnt > 0) { in txseq_body()
2179 fcnt = frags; in txseq_body()