search for: m_mode

Displaying 2 results from an estimated 2 matches for "m_mode".

Did you mean: i_mode
2006 Dec 11
0
Add option to TFTP client to ignore ':' in file name
...{ (void)argc; (void)argv; /* Quiet unused warning */ *************** *** 694,701 **** printf("Connected to %s.\n", hostname); else printf("Not connected.\n"); ! printf("Mode: %s Verbose: %s Tracing: %s\n", mode->m_mode, ! verbose ? "on" : "off", trace ? "on" : "off"); printf("Rexmt-interval: %d seconds, Max-timeout: %d seconds\n", rexmtval, maxtimeout); } --- 710,717 ---- printf("Connected to %s.\n"...
2006 Dec 11
2
Add option to TFTP client to ignore ':' in file name (re-submit)
...{ (void)argc; (void)argv; /* Quiet unused warning */ *************** *** 707,714 **** printf("Connected to %s.\n", hostname); else printf("Not connected.\n"); ! printf("Mode: %s Verbose: %s Tracing: %s\n", mode->m_mode, ! verbose ? "on" : "off", trace ? "on" : "off"); printf("Rexmt-interval: %d seconds, Max-timeout: %d seconds\n", rexmtval, maxtimeout); } --- 723,730 ---- printf("Connected to %s.\n"...