Home
last modified time | relevance | path

Searched refs:tempptrout (Results 1 – 1 of 1) sorted by relevance

/external/curl/docs/examples/
Dsampleconv.c47 char *tempptrin, *tempptrout; in my_conv_from_ascii_to_ebcdic() local
50 tempptrin = tempptrout = buffer; in my_conv_from_ascii_to_ebcdic()
51 rc = platform_a2e(&tempptrin, &bytes, &tempptrout, &bytes); in my_conv_from_ascii_to_ebcdic()
62 char *tempptrin, *tempptrout; in my_conv_from_ebcdic_to_ascii() local
65 tempptrin = tempptrout = buffer; in my_conv_from_ebcdic_to_ascii()
66 rc = platform_e2a(&tempptrin, &bytes, &tempptrout, &bytes); in my_conv_from_ebcdic_to_ascii()
77 char *tempptrin, *tempptrout; in my_conv_from_utf8_to_ebcdic() local
80 tempptrin = tempptrout = buffer; in my_conv_from_utf8_to_ebcdic()
81 rc = platform_u2e(&tempptrin, &bytes, &tempptrout, &bytes); in my_conv_from_utf8_to_ebcdic()