Lines Matching refs:prstderr
57 PRFileDesc *prstderr = PR_GetSpecialFD(PR_StandardError);
67 PL_FPrintError(prstderr, "PR_GetProtoByName failed");
71 prstderr,"tcp is usually 6, but is %d on this machine\n",
74 else PR_fprintf(prstderr, "tcp is protocol number %d\n", proto.p_num);
79 PL_FPrintError(prstderr, "PR_GetProtoByName failed");
83 prstderr, "udp is usually 17, but is %d on this machine\n",
86 else PR_fprintf(prstderr, "udp is protocol number %d\n", proto.p_num);
91 PL_FPrintError(prstderr, "PR_GetProtoByNumber failed");
95 prstderr, "Protocol number 6 is usually tcp, but is %s"
98 else PR_fprintf(prstderr, "Protocol number 6 is %s\n", proto.p_name);
103 PL_FPrintError(prstderr, "PR_GetProtoByNumber failed");
107 prstderr, "Protocol number 17 is usually udp, but is %s"
110 else PR_fprintf(prstderr, "Protocol number 17 is %s\n", proto.p_name);
112 PR_fprintf(prstderr, (failed) ? "FAILED\n" : "PASSED\n");