Searched refs:wcnt (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.sbin/makefs/msdos/
H A Dmsdosfs_lookup.c74 u_long fndoffset, havecnt = 0, wcnt = 1, i; local
142 for(; wcnt < xhavecnt; wcnt++) {
171 wcnt, chksum))
220 for(i = wcnt; i <= havecnt; i++) {
/openbsd-current/bin/pax/
H A Dfile_subs.c923 int wcnt; local
945 wcnt = MINIMUM(cnt, *rem);
946 cnt -= wcnt;
947 *rem -= wcnt;
954 end = st + wcnt;
967 lseek(fd, wcnt, SEEK_CUR) < 0) {
998 *strp = malloc(wcnt + 1);
1003 memcpy(*strp, st, wcnt);
1004 (*strp)[wcnt] = '\0';
1006 } else if (write(fd, st, wcnt) !
[all...]
/openbsd-current/usr.bin/xinstall/
H A Dxinstall.c688 size_t wcnt; local
709 wcnt = MINIMUM(cnt, *rem);
710 cnt -= wcnt;
711 *rem -= wcnt;
718 end = st + wcnt;
730 if (lseek(fd, (off_t)wcnt, SEEK_CUR) == -1) {
746 if (write(fd, st, wcnt) != wcnt) {
750 st += wcnt;
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-smb.c310 int wcnt = CVAL(words,0); local
314 if (wcnt==10) {

Completed in 120 milliseconds