Searched refs:getc (Results 1 - 25 of 278) sorted by relevance

1234567891011>>

/macosx-10.10/ksh-23/ksh/src/lib/libast/stdio/
H A Dgetc.c28 NoN(getc)
32 #undef getc
35 getc(Sfio_t* f)
37 STDIO_INT(f, "getc", int, (Sfio_t*), (f))
/macosx-10.10/BerkeleyDB-21/db/test/scr005/
H A Dchk.nl51 if ((ch = getc(fp)) == EOF)
58 if ((ch = getc(fp)) != '_') continue;
59 if ((ch = getc(fp)) != '_') continue;
60 if ((ch = getc(fp)) != 'd') continue;
61 if ((ch = getc(fp)) != 'b') continue;
62 if ((ch = getc(fp)) != '_') continue;
63 if ((ch = getc(fp)) != 'e') continue;
64 if ((ch = getc(fp)) != 'r') continue;
65 if ((ch = getc(fp)) != 'r') continue;
66 if ((ch = getc(f
[all...]
/macosx-10.10/Libc-1044.1.2/stdio/FreeBSD/
H A Dgetc.c34 static char sccsid[] = "@(#)getc.c 8.1 (Berkeley) 6/4/93";
37 __FBSDID("$FreeBSD: src/lib/libc/stdio/getc.c,v 1.16 2008/05/05 16:03:52 jhb Exp $");
45 #undef getc macro
49 getc(FILE *fp) function
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dmake-docfile.c322 ch = getc (state->in_file);
330 ch = getc (state->in_file);
387 c = getc (infile);
390 c = getc (infile);
398 c = getc (infile);
401 c = getc (infile);
420 c = getc (infile);
424 c = getc (infile);
430 c = getc (infile);
442 c = getc (infil
[all...]
/macosx-10.10/libpcap-48/libpcap/
H A Detherent.c82 c = getc(f);
95 c = getc(f);
125 c = getc(fp);
129 c = getc(fp);
134 c = getc(fp);
161 c = getc(fp);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Drdcolmap.c88 if ((header[i] = getc(infile)) == EOF)
104 R = getc(infile);
105 G = getc(infile);
106 B = getc(infile);
127 ch = getc(infile);
130 ch = getc(infile);
178 c = getc(infile); /* save format discriminator for a sec */
207 R = getc(infile);
208 G = getc(infile);
209 B = getc(infil
[all...]
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Druby_lex.rb167 def getc method in class:tokenize.initialize
191 while c = getc
207 getc
421 while (ch = getc) =~ /[ \t\f\r\13]/ do
437 nil until (ch = getc) == "\n"
440 (ch = getc)
533 ch = getc
648 getc
759 if getc == "\n"
774 getc
[all...]
/macosx-10.10/libiconv-42/libiconv/lib/
H A Dgentranslit.c69 c = getc(stdin);
73 do { c = getc(stdin); } while (!(c == EOF || c == '\n'));
79 c = getc(stdin);
83 c = getc(stdin);
100 int cc = getc(stdin);
111 do { c = getc(stdin); } while (!(c == EOF || c == '\n'));
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_package_tar_reader_entry.rb22 @entry.getc
35 e = assert_raises IOError do @entry.getc end
75 assert_equal ?a, @entry.getc
91 @entry.getc
109 char = @entry.getc
115 assert_equal char, @entry.getc
/macosx-10.10/ruby-106/ruby/sample/pty/
H A Dscript.rb17 w_pty.print STDIN.getc.chr
/macosx-10.10/libiconv-42/libiconv/tools/
H A Dcjk_variants.c68 c = getc(stdin);
72 do { c = getc(stdin); } while (!(c == EOF || c == '\n'));
78 c = getc(stdin);
89 c = getc(stdin);
/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dserial_protos.h51 int (*getc)(int, int, boolean_t, boolean_t); member in struct:console_ops
/macosx-10.10/ruby-106/ruby/test/openssl/
H A Dtest_buffering.rb73 assert_equal(?a, @io.getc)
74 assert_equal(?b, @io.getc)
75 assert_equal(?c, @io.getc)
/macosx-10.10/ruby-106/ruby/lib/irb/
H A Druby-lex.rb102 def getc method
125 while c = getc
141 getc
354 while getc =~ /[ \t\f\r\13]/; end
367 until getc == "\n"; end
369 until getc == "\n"; end
454 ch = getc
572 getc
683 if getc == "\n"
698 getc
[all...]
/macosx-10.10/groff-38/groff/src/preproc/pic/
H A Dmain.cpp84 int c = getc(fp);
87 c = getc(fp);
91 c = getc(fp);
93 c = getc(fp);
95 int d = getc(fp);
108 c = getc(fp);
156 int c = getc(fp);
159 c = getc(fp);
163 c = getc(fp);
165 c = getc(f
[all...]
/macosx-10.10/rsync-45/rsync/
H A Dparams.c121 for( c = getc( InFile ); isspace( c ) && ('\n' != c); c = getc( InFile ) )
146 for( c = getc( InFile ); ('\n'!=c) && (EOF!=c) && (c>0); c = getc( InFile ) )
244 c = getc( InFile ); /* Continue with next line. */
258 c = getc( InFile );
337 c = getc( InFile ); /* Read past eoln. */
357 c = getc( InFile );
381 c = getc( InFile ); /* version called fgets_slash() which also */
392 c = getc( InFil
[all...]
/macosx-10.10/shell_cmds-179/locate/locate/
H A Dfastfind.c56 p[c] = check_bigram_char(getc(fp));
57 s[c] = check_bigram_char(getc(fp));
63 for (c = getc(fp), count = 0; c != EOF; size++) {
71 for (p = path + count; (c = getc(fp)) > SWITCH; size++)
74 c = getc(fp);
166 p[c] = check_bigram_char(getc(fp));
167 s[c] = check_bigram_char(getc(fp));
203 c = getc(fp);
237 c = getc(fp);
254 c = getc(f
[all...]
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_io_m17n.rb438 assert_equal("\xa1\xa1".encode("utf-8", "euc-jp"), r.getc)
450 assert_equal("\xa1\xa1".encode("utf-8", "euc-jp"), r.getc)
461 err = assert_raise(Encoding::InvalidByteSequenceError) { r.getc }
472 assert_equal("\xa3\xb0".force_encoding("euc-jp"), f.getc)
473 assert_equal("\xa3\xb1".force_encoding("euc-jp"), f.getc)
484 s = f.getc
498 s = f.getc
501 s = f.getc
596 s = f.getc
742 s = r.getc
[all...]
/macosx-10.10/xnu-2782.1.97/SETUP/config/
H A Dmain.c154 while ((ch = getc(fp)) != EOF)
165 while ((ch = getc(fp)) != EOF) {
191 while ((ch = getc(fp)) != EOF) {
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftp/
H A Druserpass.c202 while ((c=getc(cfile)) != EOF &&
214 for (i=0; i < 8 && (c=getc(cfile)) != EOF &&
224 while ((c=getc(cfile)) != EOF && c != '\n');
238 if ((c=getc(cfile)) == EOF) {
285 while ((c = getc(cfile)) != EOF &&
292 while ((c = getc(cfile)) != EOF && c != '"') {
294 c = getc(cfile);
299 while ((c = getc(cfile)) != EOF
302 c = getc(cfile);
/macosx-10.10/groff-38/groff/src/preproc/grn/
H A Dhdb.cpp186 (void) getc(file); /* eat blank */
189 int c = getc(file);
297 while ((c = getc(f)) == ' ');
299 while ((c = getc(f)) != '\n');
306 c = getc(f);
316 c = getc(f);
322 while ((c = getc(f)) == ' ');
327 c = getc(f);
337 c = getc(f);
/macosx-10.10/lukemftp-14/tnftp/src/
H A Druserpass.c191 while ((c = getc(cfile)) != EOF)
207 for (i = 0; i < 8 && (c = getc(cfile)) != EOF &&
219 while ((c = getc(cfile)) != EOF && c != '\n');
236 if ((c = getc(cfile)) == EOF) {
287 while ((c = getc(cfile)) != EOF &&
294 while ((c = getc(cfile)) != EOF && c != '"') {
296 if ((c = getc(cfile)) == EOF)
306 while ((c = getc(cfile)) != EOF
309 if ((c = getc(cfile)) == EOF)
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Dncparse.c124 while ( (c = getc (fp)) != EOF && isspace (c) )
129 while ( (c = getc (fp)) != EOF && c != '\n' )
142 if ( (c = getc (fp)) == '*' ) /* yes! */
145 while ( (c = getc (fp)) != EOF && !(lastc == '*' && c == '/') )
150 while ( (c = getc (fp)) != EOF && c != '\n' )
162 while ( (c = getc (fp)) != EOF && p < bufend && c != '\"' )
167 c = getc (fp);
176 while ( (c = getc (fp)) != EOF && p < bufend && (isalpha (c) || c == '-') );
/macosx-10.10/gnudiff-19/diffutils/lib/
H A Dunlocked-io.h52 # undef getc macro
53 # define getc(x) getc_unlocked (x) macro
/macosx-10.10/gpatch-3/patch/
H A Dunlocked-io.h52 # undef getc macro
53 # define getc(x) getc_unlocked (x) macro

Completed in 322 milliseconds

1234567891011>>