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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dgetproto.c57 PRFileDesc *prstderr = PR_GetSpecialFD(PR_StandardError); local
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, "Protoco
[all...]

Completed in 292 milliseconds