Home
last modified time | relevance | path

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

/coreutils/src/
Dbasenc.c657 bool ignore_lines = true; /* for now, always ignore them */ in base16_decode_ctx() local
673 if (ignore_lines && c == '\n') in base16_decode_ctx()
821 bool ignore_lines = true; /* for now, always ignore them */ in z85_decode_ctx() local
841 if (ignore_lines && *in == '\n') in z85_decode_ctx()
952 bool ignore_lines = true; /* for now, always ignore them */ in base2lsbf_decode_ctx() local
964 if (ignore_lines && *in == '\n') in base2lsbf_decode_ctx()
996 bool ignore_lines = true; /* for now, always ignore them */ in base2msbf_decode_ctx() local
1008 if (ignore_lines && *in == '\n') in base2msbf_decode_ctx()