Searched refs:tempptrout (Results 1 – 1 of 1) sorted by relevance
/external/curl/docs/examples/ |
D | sampleconv.c | 44 char *tempptrin, *tempptrout; in my_conv_from_ascii_to_ebcdic() local 47 tempptrin = tempptrout = buffer; in my_conv_from_ascii_to_ebcdic() 48 rc = platform_a2e(&tempptrin, &bytes, &tempptrout, &bytes); in my_conv_from_ascii_to_ebcdic() 58 char *tempptrin, *tempptrout; in my_conv_from_ebcdic_to_ascii() local 61 tempptrin = tempptrout = buffer; in my_conv_from_ebcdic_to_ascii() 62 rc = platform_e2a(&tempptrin, &bytes, &tempptrout, &bytes); in my_conv_from_ebcdic_to_ascii() 72 char *tempptrin, *tempptrout; in my_conv_from_utf8_to_ebcdic() local 75 tempptrin = tempptrout = buffer; in my_conv_from_utf8_to_ebcdic() 76 rc = platform_u2e(&tempptrin, &bytes, &tempptrout, &bytes); in my_conv_from_utf8_to_ebcdic()
|