| /freebsd-12-stable/usr.bin/mkstr/ |
| D | mkstr.c | 148 c = getchar(); in process() 157 c = getchar(); in process() 173 c = getchar(); in match() 194 c = getchar(); in copystr() 203 c = getchar(); in copystr() 232 ch = getchar(); in copystr() 236 ch = getchar(); in copystr()
|
| /freebsd-12-stable/sys/contrib/dev/acpica/common/ |
| D | acgetline.c | 298 InputChar = getchar (); in AcpiOsGetLine() 406 InputChar = getchar (); in AcpiOsGetLine() 414 InputChar = getchar (); /* Backup one character */ in AcpiOsGetLine() 533 (void) getchar (); in AcpiOsGetLine()
|
| /freebsd-12-stable/lib/libc/stdio/ |
| D | getchar.c | 50 #undef getchar 54 getchar(void) in getchar() function
|
| /freebsd-12-stable/contrib/diff/lib/ |
| D | unlocked-io.h | 104 # undef getchar 105 # define getchar() getchar_unlocked () macro 107 # define getchar_unlocked() getchar ()
|
| /freebsd-12-stable/usr.sbin/lpr/filters.ru/koi2855/ |
| D | koi2855.c | 81 while ((c = getchar()) != EOF) { in main() 83 if ((c = getchar()) == '\1') { in main()
|
| /freebsd-12-stable/usr.sbin/lpr/filters.ru/koi2alt/ |
| D | koi2alt.c | 82 while ((c = getchar()) != EOF) { in main() 84 if ((c = getchar()) == '\1') { in main()
|
| /freebsd-12-stable/sbin/fsck_msdosfs/ |
| D | main.c | 157 c = getchar(); in ask() 158 while (c != '\n' && getchar() != '\n') in ask()
|
| /freebsd-12-stable/contrib/gcclibs/libiberty/testsuite/ |
| D | test-demangle.c | 64 while ((c = getchar()) == '#') 66 while ((c = getchar()) != EOF && c != '\n'); 80 c = getchar();
|
| /freebsd-12-stable/usr.bin/tip/tip/ |
| D | tip.c | 359 while ((c = getchar()) != EOF && (*p = c) != '\n' && --sz > 0) in prompt() 405 gch = getchar(); in tipin() 428 gch = getchar(); in tipin() 456 gch = getchar(); in escape()
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | cxxfilt.c | 261 c = getchar (); in main() 268 c = getchar (); in main()
|
| /freebsd-12-stable/contrib/ntp/include/ |
| D | ntp_machine.h | 124 #define _getch getchar 241 # define _getch getchar
|
| /freebsd-12-stable/bin/rm/ |
| D | rm.c | 528 first = ch = getchar(); in check() 530 ch = getchar(); in check() 596 first = ch = getchar(); in check2() 598 ch = getchar(); in check2()
|
| /freebsd-12-stable/usr.sbin/quot/ |
| D | quot.c | 496 while ((c = getchar()) != EOF && (c < '0' || c > '9')) in donames() 497 while ((c = getchar()) != EOF && c != '\n'); in donames() 509 while ((c = getchar()) == ' ' || c == '\t'); in donames() 513 c = getchar(); in donames() 521 while ((c = getchar()) != EOF && c != '\n'); in donames()
|
| /freebsd-12-stable/contrib/libstdc++/include/c_std/ |
| D | std_cstdio.h | 76 #undef getchar 123 using ::getchar;
|
| /freebsd-12-stable/release/picobsd/tinyware/passwd/ |
| D | pw_util.c | 241 first = c = getchar(); in pw_prompt() 243 c = getchar(); in pw_prompt()
|
| /freebsd-12-stable/contrib/byacc/test/ |
| D | calc1.y | 193 while ((c = getchar()) == ' ') in yylex() 214 for (; (cp - buf) < BSZ; ++cp, c = getchar()) in yylex()
|
| D | varsyntax_calc1.y | 195 while ((c = getchar()) == ' ') 216 for (; (cp - buf) < BSZ; ++cp, c = getchar())
|
| D | btyacc_calc1.y | 200 while ((c = getchar()) == ' ') in YYLEX_DECL() 229 for (; (cp - buf) < BSZ; ++cp, c = getchar()) in YYLEX_DECL()
|
| /freebsd-12-stable/stand/libsa/ |
| D | panic.c | 50 getchar(); in panic_action()
|
| D | gets.c | 48 c = getchar(); in ngets()
|
| /freebsd-12-stable/stand/i386/common/ |
| D | cons.h | 31 int getchar(void);
|
| /freebsd-12-stable/stand/libsa/geli/ |
| D | pwgets.c | 48 switch (c = getchar() & 0177) { in pwgets()
|
| /freebsd-12-stable/bin/ln/ |
| D | ln.c | 321 first = ch = getchar(); in linkit() 323 ch = getchar(); in linkit()
|
| /freebsd-12-stable/tools/boot/ |
| D | lua-lint.sh | 18 ${LUACHECK} . --globals loader --globals lfs --globals io.getchar \
|
| /freebsd-12-stable/contrib/gcclibs/libcpp/ |
| D | system.h | 74 # undef getchar 75 # define getchar() getchar_unlocked () macro
|