Searched refs:OPT_TSIZE (Results 1 – 5 of 5) sorted by relevance
/freebsd/libexec/tftpd/ |
H A D | tftp-options.c | 143 if (options[OPT_TSIZE].o_request == NULL) in option_tsize() 147 options_set_reply(OPT_TSIZE, "%ju", (uintmax_t)stbuf->st_size); in option_tsize() 150 options_set_reply_equal_request(OPT_TSIZE); in option_tsize()
|
H A D | tftp-options.h | 57 OPT_TSIZE = 0, enumerator
|
H A D | tftp-io.c | 255 options_set_request(OPT_TSIZE, "0"); in send_rrq()
|
/freebsd/usr.bin/diff/ |
H A D | diff.c | 66 OPT_TSIZE = CHAR_MAX + 1, enumerator 119 { "tabsize", required_argument, NULL, OPT_TSIZE }, 346 case OPT_TSIZE: in main()
|
/freebsd/usr.bin/tftp/ |
H A D | main.c | 484 options_set_request(OPT_TSIZE, "%ju", (uintmax_t)sb.st_size); in put() 513 options_set_request(OPT_TSIZE, "%ju", (uintmax_t)sb.st_size); in put()
|