Searched refs:buf2 (Results 1 – 1 of 1) sorted by relevance
10 static void unix_to_dos(char* buf2, const char* buf);84 char buf2[(BUFSIZE*2)+3]; in main() local85 unix_to_dos(buf2, buf); in main()86 strcpy(node->buf, buf2); in main()140 unix_to_dos(char* buf2, const char* buf) in unix_to_dos() argument143 char* q = buf2; in unix_to_dos()