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

12345678910

/freebsd-11-stable/lib/libc/stdio/
H A Dgetc.c34 static char sccsid[] = "@(#)getc.c 8.1 (Berkeley) 6/4/93";
37 __FBSDID("$FreeBSD: stable/11/lib/libc/stdio/getc.c 320942 2017-07-13 09:27:11Z kib $");
45 #undef getc macro
49 getc(FILE *fp) function
/freebsd-11-stable/contrib/gcc/
H A Dscan.c66 c = getc (fp);
83 c = getc (fp);
88 c = getc (fp);
93 c = getc (fp);
114 c = getc (fp);
117 c = getc (fp);
123 c = getc (fp);
132 c = getc (fp);
134 else if ((c = getc (fp)) == '/')
135 return getc (f
[all...]
/freebsd-11-stable/contrib/nvi/catalog/
H A Ddump.c43 if ((s = getc(fp)) == EOF) \
49 if ((ch = getc(fp)) == EOF) \
56 if ((ch = getc(fp)) == EOF) \
72 if ((ch = getc(fp)) == EOF)
78 if ((ch = getc(fp)) == EOF)
/freebsd-11-stable/usr.bin/what/
H A Dwhat.c117 while ((c = getc(in)) != EOF) {
120 if ((c = getc(in)) != '(')
122 if ((c = getc(in)) != '#')
124 if ((c = getc(in)) != ')')
128 while ((c = getc(in)) != EOF && c && c != '"' &&
/freebsd-11-stable/sys/gdb/
H A Dgdb.h49 #define GDB_DBGPORT(name, probe, init, term, getc, putc) \
55 .gdb_getc = getc, \
/freebsd-11-stable/stand/i386/common/
H A Dcons.h29 int getc(int fn);
H A Dcons.c66 getc(int fn) function
89 if (ioctrl & IO_KEYBOARD && getc(1))
90 return (fn ? 1 : getc(0));
/freebsd-11-stable/usr.bin/cmp/
H A Dspecial.c63 if (getc(fp1) == EOF)
66 if (getc(fp2) == EOF)
70 ch1 = getc(fp1);
71 ch2 = getc(fp2);
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dstdio.h79 int getc(FILE* stream);
111 #undef getc macro
/freebsd-11-stable/contrib/libpcap/
H A Detherent.c62 c = getc(f);
74 c = getc(f);
110 c = getc(fp);
116 c = getc(fp);
123 c = getc(fp);
156 c = getc(fp);
/freebsd-11-stable/usr.sbin/ctm/ctm/
H A Dctm_ed.c54 c = getc(fi);
61 c = getc(fi);
72 c = getc(fi);
91 c = getc(fi);
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dlex_var.h23 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
41 getc(yyin)) == 10 ? (pos++, yylineno++, yytchar) : \
50 getc(yyin)) == 10 ? (pos++, yylineno++, yytchar) : \
/freebsd-11-stable/contrib/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...]
/freebsd-11-stable/usr.bin/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);
163 p[c] = check_bigram_char(getc(fp));
164 s[c] = check_bigram_char(getc(fp));
200 c = getc(fp);
228 c = getc(fp);
245 c = getc(f
[all...]
/freebsd-11-stable/contrib/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);
/freebsd-11-stable/crypto/heimdal/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);
/freebsd-11-stable/contrib/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)
/freebsd-11-stable/lib/libcompat/4.3/
H A Drexec.c105 while ((c = getc(cfile)) != EOF &&
112 while ((c = getc(cfile)) != EOF && c != '"') {
114 c = getc(cfile);
119 while ((c = getc(cfile)) != EOF
122 c = getc(cfile);
224 while ((c=getc(cfile)) != EOF &&
237 for (i=0; i < 8 && (c=getc(cfile)) != EOF &&
247 while ((c=getc(cfile)) != EOF && c != '\n');
261 if ((c=getc(cfile)) == EOF) {
/freebsd-11-stable/contrib/diff/lib/
H A Dunlocked-io.h98 # undef getc macro
99 # define getc(x) getc_unlocked (x) macro
101 # define getc_unlocked(x) getc (x)
/freebsd-11-stable/stand/userboot/userboot/
H A Duserboot_cons.c122 return (CALLBACK(getc));
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A Dlex.c12 *cp = getc (dw->dvi.file);
15 *cp = getc (dw->dvi.file);
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh5.c28 getc(ec) function
45 return(getc(ec));
566 while ((c = getc(ec)) != '\n' && c) {
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_readword.c65 while ((ch = getc(f)) != EOF) {
78 while ((ch = getc(f)) != EOF)
/freebsd-11-stable/contrib/file/tests/
H A Dtest.c51 for (c = getc(fp); c != EOF; c = getc(fp)) {
/freebsd-11-stable/usr.bin/mail/
H A Dquit.c117 while ((c = getc(fbuf)) != EOF)
122 c = getc(fbuf);
219 while ((c = getc(abuf)) != EOF)
266 c = getc(ibuf);
271 c = getc(ibuf);
310 while ((c = getc(rbuf)) != EOF)
349 while ((c = getc(res)) != EOF)
363 while ((c = getc(res)) != EOF)
442 while ((c = getc(ibuf)) != EOF)
475 while ((c = getc(ibu
[all...]

Completed in 374 milliseconds

12345678910