Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:ch

167 	unsigned char	ch;
173 ch = *cp++;
174 if (ch > 128) {
176 ch -= 128;
178 if ((ch < 32) || (ch == 0x7f)) {
180 ch ^= 0x40; /* ^@, ^A, ^B; ^? for DEL */
182 fputc(ch, stdout);
215 static _INLINE_ void expand_at_expression(e2fsck_t ctx, char ch,
223 if (ch == *cpp[0])
234 printf("@%c", ch);
240 static _INLINE_ void expand_inode_expression(char ch,
255 switch (ch) {
333 printf("%%I%c", ch);
341 static _INLINE_ void expand_dirent_expression(char ch,
352 switch (ch) {
375 printf("%%D%c", ch);
380 static _INLINE_ void expand_percent_expression(ext2_filsys fs, char ch,
386 switch (ch) {
453 printf("%%%c", ch);