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

/freebsd-9.3-release/libexec/tftpd/
H A Dtftp-options.h57 OPT_TSIZE = 0, enumerator in enum:opt_enum
H A Dtftp-options.c86 if (options[OPT_TSIZE].o_request == NULL)
90 asprintf(&options[OPT_TSIZE].o_reply,
94 options[OPT_TSIZE].o_reply =
95 strdup(options[OPT_TSIZE].o_request);
H A Dtftp-io.c257 options[OPT_TSIZE].o_request = strdup("0");
/freebsd-9.3-release/usr.bin/tftp/
H A Dmain.c470 asprintf(&options[OPT_TSIZE].o_request, "%ju", sb.st_size);
491 asprintf(&options[OPT_TSIZE].o_request, "%ju", sb.st_size);

Completed in 42 milliseconds