Home
last modified time | relevance | path

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

/minix/minix/commands/zmodem/
H A Dsz.c231 int wcputsec(char *buf , int sectnum , int cseclen );
650 if (wcputsec(txbuf, 0, 128)==ERROR) in wctxpn()
717 if (wcputsec(txbuf, ++sectnum, thisblklen)==ERROR) in wctx()
741 int wcputsec(char *buf, int sectnum, int cseclen) in wcputsec() function