getc              420 bsp/drv/dev/base/wscons.c 	return kops->getc(sc->kbd_aux);
getc               51 bsp/drv/include/wscons.h 	int	(*getc)     (void *aux);
getc              103 usr/bin/head/head.c 		while ((ch = getc(fp)) != EOF) {
getc               89 usr/bin/more/more.c 	while ((c = getc(fp)) != EOF) {
getc              203 usr/include/stdio.h int	 getc(FILE *);
getc               69 usr/lib/libc/gen/getpass.c 	for (p = buf; (ch = getc(fp)) != EOF && ch != '\n';) {
getc               39 usr/lib/libc/stdio/fgetc.c 	return (getc(fp));
getc               52 usr/lib/libc/stdio/fgets.c 	while (--n > 0 && (c = getc(fp)) >= 0) {
getc               40 usr/lib/libc/stdio/getchar.c 	return (getc(stdin));
getc               44 usr/lib/libc/stdio/getw.c 		*p++ = getc(fp);