Home
last modified time | relevance | path

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

/development/tools/line_endings/
Dline_endings.c10 static void unix_to_dos(char* buf2, const char* buf);
84 char buf2[(BUFSIZE*2)+3]; in main() local
85 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() argument
143 char* q = buf2; in unix_to_dos()