Lines Matching refs:StdOut

139         ConResPrintf(StdOut, IDS_PINGING_HOSTNAME, CanonName, Address);  in wmain()
141 ConResPrintf(StdOut, IDS_PINGING_ADDRESS, Address); in wmain()
143 ConResPrintf(StdOut, IDS_PING_SIZE, RequestSize); in wmain()
174 ConResPrintf(StdOut, IDS_USAGE); in ParseCmdLine()
345 ConResPrintf(StdOut, IDS_USAGE); in ParseCmdLine()
394 ConResPrintf(StdOut, IDS_UNKNOWN_HOST, target); in ResolveTarget()
494 ConResPrintf(StdOut, IDS_REQUEST_TIMED_OUT); in Ping()
498 ConResPrintf(StdOut, IDS_TRANSMIT_FAILED, Status); in Ping()
536 ConResPrintf(StdOut, IDS_REPLY_FROM, Address); in Ping()
545 ConResPrintf(StdOut, IDS_REPLY_TIME_0MS); in Ping()
547 ConResPrintf(StdOut, IDS_REPLY_TIME_MS, pEchoReply->RoundTripTime); in Ping()
555 ConPuts(StdOut, L"\n"); in Ping()
562 ConResPrintf(StdOut, IDS_DEST_NET_UNREACHABLE); in Ping()
566 ConResPrintf(StdOut, IDS_DEST_HOST_UNREACHABLE); in Ping()
570 ConResPrintf(StdOut, IDS_TTL_EXPIRED); in Ping()
574 ConResPrintf(StdOut, IDS_REPLY_STATUS, pEchoReply->Status); in Ping()
607 ConResPrintf(StdOut, IDS_REPLY_FROM, Address); in Ping()
615 ConResPrintf(StdOut, IDS_REPLY_BYTES, pEchoReply->DataSize); in Ping()
618 ConResPrintf(StdOut, IDS_REPLY_TIME_0MS); in Ping()
620 ConResPrintf(StdOut, IDS_REPLY_TIME_MS, pEchoReply->RoundTripTime); in Ping()
622 ConResPrintf(StdOut, IDS_REPLY_TTL, pEchoReply->Options.Ttl); in Ping()
635 ConResPrintf(StdOut, IDS_DEST_NET_UNREACHABLE); in Ping()
639 ConResPrintf(StdOut, IDS_DEST_HOST_UNREACHABLE); in Ping()
643 ConResPrintf(StdOut, IDS_TTL_EXPIRED); in Ping()
647 ConResPrintf(StdOut, IDS_REPLY_STATUS, pEchoReply->Status); in Ping()
663 ConResPrintf(StdOut, IDS_STATISTICS, Address, EchosSent, EchosReceived, EchosLost, PercentLost); in PrintStats()
668 ConResPrintf(StdOut, IDS_APPROXIMATE_RTT, RTTMin, RTTMax, RTTAverage); in PrintStats()
681 ConResPrintf(StdOut, IDS_CTRL_C); in ConsoleCtrlHandler()
686 ConResPrintf(StdOut, IDS_CTRL_BREAK); in ConsoleCtrlHandler()