Home
last modified time | relevance | path

Searched defs:getchar (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dgetchar.c47 getchar(void) in getchar() function
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dget.c33 getchar(void) in getchar() function
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h297 inline int getchar() { return getc(stdin); } in getchar() function
301 #define getchar() getc(stdin) macro
/illumos-gate/usr/src/boot/i386/common/
H A Dcons.c198 getchar(void) in getchar() function
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_get.c50 getchar(void) in getchar() function
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacclib.h358 #define getchar(c) fgetc(stdin) macro
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h244 #define getchar() getc(stdin) macro
/illumos-gate/usr/src/boot/common/
H A Dconsole.c202 getchar(void) in getchar() function
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfigure5951 while ((c = getchar ()) != EOF) function
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_io.c154 int (*getchar)(cons_polledio_arg_t); in promif_do_read() local
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c59 uintptr_t getchar; in kmdb_prom_getchar() local
/illumos-gate/usr/src/boot/include/
H A Dstdio.h504 #define getchar() getc(stdin) macro