HomeSort by: relevance | last modified time | path
    Searched refs:write_behind (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/tftp/
tftpsubs.h 45 int write_behind(FILE *, int);
tftpsubs.c 181 from the queue. Calls write_behind only if next buffer not
190 if (write_behind(file, convert) == -1) /* flush it */
204 write_behind(FILE *file, int convert) function in typeref:typename:int
tftp.c 426 if (write_behind(file, convert) == -1)
527 * XXX maybe we should fix 'write_behind' instead.
529 (void)write_behind(file, convert);
  /src/libexec/tftpd/
tftpd.c 1084 write_behind(file, pf->f_convert);
1133 write_behind(file, pf->f_convert);

Completed in 36 milliseconds