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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpprivate.h52 extern int tsize_opt;
H A Dmain.c75 int tsize_opt; variable
648 (void) printf("Transfer size option: %s\n", tsize_opt ? "on" : "off");
938 tsize_opt = !tsize_opt;
939 (void) printf("Transfer size option %s.\n", tsize_opt ? "on" : "off");
H A Dtftp.c134 tsize_set = ((tsize_opt != 0) && !convert && (fstat(fd, &statb) == 0));
261 tsize_set = (tsize_opt != 0);

Completed in 58 milliseconds