Searched refs:translate_mode (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sunpc/other/
H A Ddos2unix.c109 int num_read, i, j, out_len, translate_mode, same_name; /* char count for fread() */ local
131 translate_mode = CONTENTS_ISO; /*default trans mode*/
136 translate_mode = CONTENTS_ISO;
139 translate_mode = CONTENTS_ASCII;
142 translate_mode = CONTENTS_DOS;
395 switch (translate_mode){
H A Dunix2dos.c111 int num_read, numchar, i, j, out_len, translate_mode; local
136 translate_mode = CONTENTS_ISO; /* default trans mode */
141 translate_mode = CONTENTS_ISO;
144 translate_mode = CONTENTS_ASCII;
147 translate_mode = CONTENTS_DOS;
405 switch (translate_mode) {

Completed in 87 milliseconds