Searched refs:cinput (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/stuff/ |
| H A D | stdio2.diff | 12 - fputc(cinput(), stdout); 13 + putch(cinput()); 27 while ((ch = cinput()) != '\n') 39 - fputc(cinput(), stdout); 40 + putch(cinput()); 48 - fputc(cinput(), stdout); 49 + putch(cinput());
|
| H A D | stdio.diff | 123 - putch(cinput()); 124 + fputc(cinput(), stdout); 172 while ((ch = cinput()) != '\n') 184 - putch(cinput()); 185 + fputc(cinput(), stdout); 193 - putch(cinput()); 194 + fputc(cinput(), stdout);
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | fmt_scaled.c | 260 char *cinput = "1.5K", buf[FMT_SCALED_STRSIZE]; in main() local 263 if (scan_scaled(cinput, &result) == 0) in main() 264 printf("\"%s\" -> %lld\n", cinput, result); in main() 266 perror(cinput); in main()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/ |
| H A D | cpp.c | 473 } while (ISDIGIT(c = cinput())); in line() 493 n = c, c = cinput(); in line() 495 c = cinput(); in line() 659 while ((c = cinput()) && c != '\n') in incfn() 782 if (cinput() != '.' || cinput() != '.') in isell() 836 if ((c = cinput()) == '(') { in define() 908 while ((c = cinput()) == ' ' || c == '\t') in define() 915 (void)cinput(); /* eat # */ in define() 960 if ((c = cinput()) == '8') { in define() 962 c = cinput(); in define() [all …]
|
| H A D | cpp.h | 197 int cinput(void);
|
| H A D | scanner.l | 937 cinput()
|
| H A D | token.c | 1318 cinput(void) in cinput() function
|
| /netbsd-src/external/gpl3/gcc.old/dist/fixincludes/ |
| H A D | fixinc.in | 303 cinput=`cd ${INPUT}; ${PWDCMD}` 307 if [ ${full_dest_dir} = ${cinput} ]; then 316 elif expr ${full_dest_dir} : "${cinput}/.*" > /dev/null; then 318 y=`echo ${full_dest_dir} | sed -n "s&${cinput}/&&p"`
|
| /netbsd-src/external/gpl3/gcc/dist/fixincludes/ |
| H A D | fixinc.in | 302 cinput=`cd ${INPUT}; ${PWDCMD}` 306 if [ ${full_dest_dir} = ${cinput} ]; then 315 elif expr ${full_dest_dir} : "${cinput}/.*" > /dev/null; then 317 y=`echo ${full_dest_dir} | sed -n "s&${cinput}/&&p"`
|