Home
last modified time | relevance | path

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

/freebsd-12-stable/libexec/tftpd/
Dtftp-options.c89 if (options[OPT_TSIZE].o_request == NULL) in option_tsize()
93 asprintf(&options[OPT_TSIZE].o_reply, in option_tsize()
97 options[OPT_TSIZE].o_reply = in option_tsize()
98 strdup(options[OPT_TSIZE].o_request); in option_tsize()
Dtftp-options.h60 OPT_TSIZE = 0, enumerator
Dtftp-io.c261 options[OPT_TSIZE].o_request = strdup("0"); in send_rrq()
/freebsd-12-stable/usr.bin/diff/
Ddiff.c52 OPT_TSIZE = CHAR_MAX + 1, enumerator
97 { "tabsize", required_argument, NULL, OPT_TSIZE },
291 case OPT_TSIZE: in main()
/freebsd-12-stable/usr.bin/tftp/
Dmain.c499 asprintf(&options[OPT_TSIZE].o_request, "%ju", sb.st_size); in put()
524 asprintf(&options[OPT_TSIZE].o_request, "%ju", sb.st_size); in put()