Home
last modified time | relevance | path

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

/aosp_15_r20/development/tools/line_endings/
H A Dline_endings.c10 static void unix_to_dos(char* buf2, const char* buf);
85 unix_to_dos(buf2, buf); in main()
140 unix_to_dos(char* buf2, const char* buf) in unix_to_dos() function
/aosp_15_r20/external/mtools/
H A Dmcopy.c479 static int unix_to_dos(MainParam_t *mp) in unix_to_dos() function
621 arg.mp.unixcallback = unix_to_dos; in mcopy()