iscntrl           947 drivers/pci/p2pdma.c 	} else if ((page[0] == '0' || page[0] == '1') && !iscntrl(page[1])) {
iscntrl           137 drivers/s390/char/hmcdrv_ftp.c 			while ((*cmd != '\0') && !iscntrl(*cmd))
iscntrl           479 drivers/tty/n_tty.c 		if (!iscntrl(c)) {
iscntrl           585 drivers/tty/n_tty.c 			if (!iscntrl(c)) {
iscntrl           947 drivers/tty/n_tty.c 		if (L_ECHOCTL(tty) && iscntrl(c) && c != '\t')
iscntrl          1069 drivers/tty/n_tty.c 					} else if (iscntrl(c)) {
iscntrl          1078 drivers/tty/n_tty.c 				if (iscntrl(c) && L_ECHOCTL(tty)) {
iscntrl          1083 drivers/tty/n_tty.c 				if (!iscntrl(c) || L_ECHOCTL(tty)) {