Home
last modified time | relevance | path

Searched refs:OPT_TSIZE (Results 1 – 5 of 5) sorted by relevance

/freebsd/libexec/tftpd/
H A Dtftp-options.c143 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 Dtftp-options.h57 OPT_TSIZE = 0, enumerator
H A Dtftp-io.c255 options_set_request(OPT_TSIZE, "0"); in send_rrq()
/freebsd/usr.bin/diff/
H A Ddiff.c66 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 Dmain.c484 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()