Searched refs:OPT_TSIZE (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/libexec/tftpd/ |
| D | tftp-options.c | 89 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()
|
| D | tftp-options.h | 60 OPT_TSIZE = 0, enumerator
|
| D | tftp-io.c | 261 options[OPT_TSIZE].o_request = strdup("0"); in send_rrq()
|
| /freebsd-12-stable/usr.bin/diff/ |
| D | diff.c | 52 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/ |
| D | main.c | 499 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()
|