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

/freebsd-13-stable/libexec/tftpd/
H A Dtftp-file.c54 static int gotcr = 0; variable
68 if (gotcr == 0) {
70 gotcr = (buffer[i] == '\r');
76 gotcr = 0;
95 gotcr = 0;
101 gotcr = (buffer[i] == '\r');

Completed in 45 milliseconds