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

/freebsd-current/libexec/tftpd/
H A Dtftp-options.h57 OPT_TSIZE = 0, enumerator in enum:opt_enum
H A Dtftp-options.c143 if (options[OPT_TSIZE].o_request == NULL)
147 options_set_reply(OPT_TSIZE, "%ju", (uintmax_t)stbuf->st_size);
150 options_set_reply_equal_request(OPT_TSIZE);
H A Dtftp-io.c255 options_set_request(OPT_TSIZE, "0");
/freebsd-current/usr.bin/diff/
H A Ddiff.c66 OPT_TSIZE = CHAR_MAX + 1, enumerator in enum:__anon165
119 { "tabsize", required_argument, NULL, OPT_TSIZE },
346 case OPT_TSIZE:
/freebsd-current/usr.bin/tftp/
H A Dmain.c484 options_set_request(OPT_TSIZE, "%ju", (uintmax_t)sb.st_size);
513 options_set_request(OPT_TSIZE, "%ju", (uintmax_t)sb.st_size);

Completed in 198 milliseconds