/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
H A D | main.cpp | 86 int c = getc(fp); in get() 89 c = getc(fp); in get() 93 c = getc(fp); in get() 95 c = getc(fp); in get() 97 int d = getc(fp); in get() 110 c = getc(fp); in get() 158 int c = getc(fp); in peek() 161 c = getc(fp); in peek() 165 c = getc(fp); in peek() 167 c = getc(fp); in peek() [all …]
|
/netbsd-src/external/lgpl3/mpc/dist/tests/ |
H A D | read_data.c | 86 nextchar = getc (fp); in skip_line() 90 nextchar = getc (fp); in skip_line() 103 nextchar = getc (fp); in skip_whitespace() 129 nextchar = getc (fp); in read_string() 148 nextchar = getc (fp); in read_string() 166 nextchar = getc (fp); in read_string() 208 nextchar = getc (fp); in read_ternary() 238 nextchar = getc (fp); in read_mpfr_rounding_mode() 277 nextchar = getc (fp); in read_int() 302 nextchar = getc (fp); in read_mpfr_prec() [all …]
|
H A D | read_line.c | 183 datafile_context->nextchar = getc (datafile_context->fd); in tpl_skip_line() 187 datafile_context->nextchar = getc (datafile_context->fd); in tpl_skip_line() 200 datafile_context->nextchar = getc (datafile_context->fd); in tpl_skip_whitespace() 247 datafile_context->nextchar = getc (datafile_context->fd); in tpl_read_ternary()
|
H A D | tpl_native.c | 46 datafile_context->nextchar = getc (datafile_context->fd); in tpl_read_int() 78 datafile_context->nextchar = getc (datafile_context->fd); in tpl_read_ui() 111 datafile_context->nextchar = getc (datafile_context->fd); in tpl_read_si()
|
/netbsd-src/external/lgpl3/mpc/dist/src/ |
H A D | inp_str.c | 29 int c = getc (stream); in skip_whitespace() 32 c = getc (stream); in skip_whitespace() 51 c = getc (stream); in extract_suffix() 59 c = getc (stream); in extract_suffix() 85 c = getc (stream); in extract_string() 95 c = getc (stream); in extract_string() 140 c = getc (stream); in extract_string() 173 c = getc (stream); in mpc_inp_str() 186 c = getc (stream); in mpc_inp_str() 209 c = getc (stream); in mpc_inp_str()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | x-rst.c | 77 c = getc (f); in extract_rst() 92 c = getc (f); in extract_rst() 119 c = getc (f); in extract_rst() 130 c = getc (f); in extract_rst() 142 c = getc (f); in extract_rst() 165 c = getc (f); in extract_rst() 178 c = getc (f); in extract_rst() 195 c = getc (f); in extract_rst()
|
/netbsd-src/external/lgpl3/gmp/dist/mpz/ |
H A D | inp_str.c | 58 c = getc (stream); in mpz_inp_str() 94 c = getc (stream); in mpz_inp_str_nowhite() 109 c = getc (stream); in mpz_inp_str_nowhite() 114 c = getc (stream); in mpz_inp_str_nowhite() 120 c = getc (stream); in mpz_inp_str_nowhite() 129 c = getc (stream); in mpz_inp_str_nowhite() 150 c = getc (stream); in mpz_inp_str_nowhite()
|
/netbsd-src/lib/libcompat/4.3/ |
H A D | ruserpass.c | 192 while ((c=getc(cfile)) != EOF) 206 for (i=0; i < 8 && (c=getc(cfile)) != EOF && 217 while ((c=getc(cfile)) != EOF && c != '\n'); 233 if ((c=getc(cfile)) == EOF) { 276 while ((c = getc(cfile)) != EOF && in token() 283 while ((c = getc(cfile)) != EOF && c != '"') { in token() 285 c = getc(cfile); in token() 290 while ((c = getc(cfile)) != EOF in token() 293 c = getc(cfile); in token()
|
/netbsd-src/usr.bin/ftp/ |
H A D | ruserpass.c | 188 while ((c = getc(cfile)) != EOF) in ruserpass() 204 for (i = 0; i < 8 && (c = getc(cfile)) != EOF && in ruserpass() 216 while ((c = getc(cfile)) != EOF && c != '\n'); in ruserpass() 233 if ((c = getc(cfile)) == EOF) { in ruserpass() 284 while ((c = getc(cfile)) != EOF && in token() 291 while ((c = getc(cfile)) != EOF && c != '"') { in token() 293 if ((c = getc(cfile)) == EOF) in token() 303 while ((c = getc(cfile)) != EOF in token() 306 if ((c = getc(cfile)) == EOF) in token()
|
/netbsd-src/external/gpl2/groff/dist/src/preproc/grn/ |
H A D | hdb.cpp | 188 (void) getc(file); /* eat blank */ in DBRead() 191 int c = getc(file); in DBRead() 299 while ((c = getc(f)) == ' '); in xscanf() 301 while ((c = getc(f)) != '\n'); in xscanf() 308 c = getc(f); in xscanf() 318 c = getc(f); in xscanf() 324 while ((c = getc(f)) == ' '); in xscanf() 329 c = getc(f); in xscanf() 339 c = getc(f); in xscanf()
|
/netbsd-src/external/bsd/nvi/dist/catalog/ |
H A D | dump.c | 33 if ((s = getc(fp)) == EOF) \ 39 if ((ch = getc(fp)) == EOF) \ 46 if ((ch = getc(fp)) == EOF) \ 62 if ((ch = getc(fp)) == EOF) 68 if ((ch = getc(fp)) == EOF)
|
/netbsd-src/external/gpl2/groff/dist/src/utils/tfmtodit/ |
H A D | tfmtodit.cpp | 285 int c1 = getc(fp); in load() 286 int c2 = getc(fp); in load() 425 if (getc(fp) != pre || getc(fp) != gf_id_byte) { in load() 429 int n = getc(fp); in load() 435 int op = getc(fp); in load() 479 int code = getc(fp); in load() 493 int len = getc(fp); in load() 501 int c = getc(fp); in load() 509 c = getc(fp); in load() 553 *p = getc(fp); in sread4() [all …]
|
/netbsd-src/usr.bin/soelim/ |
H A D | soelim.c | 187 c = getc(soee); in process() 192 c = getc(soee); in process() 197 c = getc(soee); in process() 203 c = getc(soee); in process() 218 c = getc(soee); in process() 238 c = getc(soee); in process()
|
/netbsd-src/usr.bin/cmp/ |
H A D | special.c | 64 ch1 = getc(fp1); in c_special() 71 ch2 = getc(fp2); in c_special() 79 ch1 = getc(fp1); in c_special() 80 ch2 = getc(fp2); in c_special()
|
/netbsd-src/usr.bin/mail/ |
H A D | quit.c | 88 while ((c = getc(res)) != EOF) in writeback() 109 while ((c = getc(res)) != EOF) in writeback() 194 while ((c = getc(ibuf)) != EOF) in edstop() 236 while ((c = getc(ibuf)) != EOF) in edstop() 334 while ((c = getc(fbuf)) != EOF) in quit() 339 c = getc(fbuf); in quit() 451 while ((c = getc(abuf)) != EOF) in quit() 503 c = getc(ibuf); in quit() 508 c = getc(ibuf); in quit() 550 while ((c = getc(rbuf)) != EOF) in quit()
|
/netbsd-src/lib/libc/stdio/ |
H A D | Makefile.inc | 13 getc.c getchar.c getdelim.c getline.c gettemp.c getw.c getwc.c \ 30 fseek.3 funopen.3 fwide.3 getc.3 getdelim.3 getwc.3 mktemp.3 printf.3 \ 45 MLINKS+=getc.3 fgetc.3 getc.3 getc_unlocked.3 getc.3 getchar.3 \ 46 getc.3 getchar_unlocked.3 getc.3 getw.3
|
/netbsd-src/usr.bin/rdist/ |
H A D | gram.y | 213 switch (c = getc(fin)) { in yylex() 218 while ((c = getc(fin)) != EOF && c != '\n') in yylex() 243 if ((c = getc(fin)) == '>') in yylex() 257 c = getc(fin); in yylex() 261 if ((c = getc(fin)) == EOF) { in yylex() 279 if ((c = getc(fin)) == ':') in yylex() 292 if ((c = getc(fin)) != EOF) { in yylex() 301 c = getc(fin); in yylex()
|
/netbsd-src/usr.bin/tail/ |
H A D | forward.c | 107 if ((ch = getc(fp)) == EOF) { in forward() 119 if ((ch = getc(fp)) == EOF) { in forward() 138 while (getc(fp) != EOF); in forward() 160 while (getc(fp) != EOF); in forward() 182 while ((ch = getc(fp)) != EOF) { in forward()
|
/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
H A D | main.c | 291 if( (c = getc(sortfile)) == EOF) in rdname() 297 if( (c = getc(sortfile)) == EOF) in rdname() 311 for(c = getc(sortfile) ; c!=EOF && isspace(c) ; c = getc(sortfile) ); in rdlong() 316 for(*n = 0 ; isdigit(c) ; c = getc(sortfile) ) in rdlong() 418 while ( putc( getc(sortfile), stdout) != '\n') in dodata()
|
/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | ident.c | 207 c = getc(file); 235 while ((c = getc(fp)) != VDELIM) { 251 if ((c = getc(fp)) != ' ') 254 while( (c = getc(fp)) != KDELIM ) {
|
/netbsd-src/external/bsd/ipf/dist/tools/ |
H A D | lex_var.h | 23 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ 41 getc(yyin)) == 10 ? (pos++, yylineno++, yytchar) : \ 50 getc(yyin)) == 10 ? (pos++, yylineno++, yytchar) : \
|
/netbsd-src/external/gpl2/grep/dist/intl/ |
H A D | localcharset.c | 83 # undef getc 84 # define getc getc_unlocked macro 146 c = getc (fp); in get_charset_aliases() 155 c = getc (fp); in get_charset_aliases()
|
/netbsd-src/external/gpl2/groff/dist/src/utils/indxbib/ |
H A D | indxbib.cpp | 260 for (c = getc(fp); c != '\n' && c != EOF; c = getc(fp)) { in main() 393 int c = getc(fp); in read_common_words_file() 395 c = getc(fp); in read_common_words_file() 401 c = getc(fp); in read_common_words_file() 429 while ((c = getc(fp)) != EOF) { in do_whole_file() 433 while ((c = getc(fp)) != EOF) { in do_whole_file() 485 int c = getc(fp); in do_file() 491 int peek = getc(fp); in do_file()
|
/netbsd-src/usr.bin/locate/locate/ |
H A D | locate.c | 195 p[c] = getc(fp), s[c] = getc(fp); in fastfind() 202 for (c = getc(fp), count = 0; c != EOF;) { in fastfind() 205 for (p = path + count; (c = getc(fp)) > SWITCH;) { in fastfind()
|
/netbsd-src/external/gpl3/gcc.old/dist/intl/ |
H A D | localcharset.c | 90 # undef getc 91 # define getc getc_unlocked macro 153 c = getc (fp); in get_charset_aliases() 162 c = getc (fp); in get_charset_aliases()
|