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

/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dtftpcommon.h73 extern int write_behind(FILE *, int);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c191 * from the queue. Calls write_behind only if next buffer not
200 if (write_behind(file, convert) < 0) /* flush it */
214 write_behind(FILE *file, int convert) function
H A Dtftp.c295 if (write_behind(file, convert) < 0) {
378 if (write_behind(file, convert) < 0) { /* flush last buffer */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c1240 if (write_behind(file, pf->f_convert) < 0) {
1294 if (write_behind(file, pf->f_convert) < 0) {

Completed in 249 milliseconds