Home
last modified time | relevance | path

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

/external/mtools/
Dmcopy.c73 int convertCharset; member
171 Source = open_filter(COPY(File),arg->convertCharset); in _unix_write()
340 Target = open_filter(Target,arg->convertCharset); in writeit()
521 arg.convertCharset = 0; in mcopy()
539 arg.convertCharset = 1; in mcopy()
Dfilter.c158 Stream_t *open_filter(Stream_t *Next, int convertCharset UNUSEDP) in open_filter()
Dmtools.h188 Stream_t *open_filter(Stream_t *Next,int convertCharset);