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

1234567

/freebsd-13-stable/lib/libc/stdio/
H A Dgetc.c36 static char sccsid[] = "@(#)getc.c 8.1 (Berkeley) 6/4/93";
47 #undef getc macro
51 getc(FILE *fp) function
H A DMakefile.inc16 fwrite.c getc.c getchar.c getdelim.c getline.c \
40 fputws.3 fread.3 fseek.3 funopen.3 fwide.3 getc.3 \
65 MLINKS+=getc.3 fgetc.3 getc.3 getc_unlocked.3 getc.3 getchar.3 \
66 getc.3 getchar_unlocked.3 getc.3 getw.3
/freebsd-13-stable/contrib/nvi/catalog/
H A Ddump.c40 if ((s = getc(fp)) == EOF) \
46 if ((ch = getc(fp)) == EOF) \
53 if ((ch = getc(fp)) == EOF) \
69 if ((ch = getc(fp)) == EOF)
75 if ((ch = getc(fp)) == EOF)
/freebsd-13-stable/usr.bin/what/
H A Dwhat.c119 while ((c = getc(in)) != EOF) {
122 if ((c = getc(in)) != '(')
124 if ((c = getc(in)) != '#')
126 if ((c = getc(in)) != ')')
130 while ((c = getc(in)) != EOF && c && c != '"' &&
/freebsd-13-stable/sys/gdb/
H A Dgdb.h62 #define GDB_DBGPORT(name, probe, init, term, getc, putc) \
68 .gdb_getc = getc, \
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dstdio.h79 int getc(FILE* stream);
111 #undef getc macro
/freebsd-13-stable/stand/i386/common/
H A Dcons.h29 int getc(int fn);
H A Dcons.c92 getc(int fn) function
115 if (ioctrl & IO_KEYBOARD && getc(1))
116 return (fn ? 1 : getc(0));
/freebsd-13-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-13-stable/usr.bin/cmp/
H A Dspecial.c73 if (getc(fp1) == EOF)
76 if (getc(fp2) == EOF)
80 ch1 = getc(fp1);
81 ch2 = getc(fp2);
/freebsd-13-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-13-stable/usr.bin/locate/locate/
H A Dfastfind.c58 p[c] = check_bigram_char(getc(fp));
59 s[c] = check_bigram_char(getc(fp));
65 for (c = getc(fp), count = 0; c != EOF; size++) {
73 for (p = path + count; (c = getc(fp)) > SWITCH; size++)
76 c = getc(fp);
165 p[c] = check_bigram_char(getc(fp));
166 s[c] = check_bigram_char(getc(fp));
202 c = getc(fp);
230 c = getc(fp);
247 c = getc(f
[all...]
/freebsd-13-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-13-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-13-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-13-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-13-stable/stand/userboot/userboot/
H A Duserboot_cons.c123 return (CALLBACK(getc));
/freebsd-13-stable/contrib/file/tests/
H A Dtest.c51 for (c = getc(fp); c != EOF; c = getc(fp)) {
/freebsd-13-stable/contrib/openpam/lib/libpam/
H A Dopenpam_readword.c65 while ((ch = getc(f)) != EOF) {
78 while ((ch = getc(f)) != EOF)
/freebsd-13-stable/usr.bin/mail/
H A Dquit.c119 while ((c = getc(fbuf)) != EOF)
124 c = getc(fbuf);
221 while ((c = getc(abuf)) != EOF)
268 c = getc(ibuf);
273 c = getc(ibuf);
312 while ((c = getc(rbuf)) != EOF)
351 while ((c = getc(res)) != EOF)
365 while ((c = getc(res)) != EOF)
444 while ((c = getc(ibuf)) != EOF)
477 while ((c = getc(ibu
[all...]
H A Dedit.c116 while ((c = getc(fp)) != EOF) {
159 while (--size >= 0 && (t = getc(fp)) != EOF)
162 while ((t = getc(fp)) != EOF)
/freebsd-13-stable/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c241 pch = ch = getc(bpf);
243 pch = ch; ch = getc(bpf);
255 ch = getc(bpf); /* and a character */
264 while (isspace(ch) && ch != '\n') ch = getc(bpf);
270 ch = getc(bpf); /* maybe on next line */
347 pch = ch = getc(bpf);
349 pch = ch; ch = getc(bpf);
/freebsd-13-stable/sys/dev/uart/
H A Duart_cpu.h49 int (*getc)(struct uart_bas *, struct mtx *); member in struct:uart_ops
162 res = di->ops->getc(&di->bas, NULL);
173 return (di->ops->getc(&di->bas, di->hwmtx));
/freebsd-13-stable/usr.bin/tail/
H A Dforward.c119 if ((ch = getc(fp)) == EOF) {
131 if ((ch = getc(fp)) == EOF) {
150 while (getc(fp) != EOF);
169 while (getc(fp) != EOF);
182 while ((ch = getc(fp)) != EOF)
248 while ((ch = getc(file->fp)) != EOF) {
/freebsd-13-stable/contrib/unvis/
H A Dunvis.c114 while ((c = getc(fp)) != EOF) {

Completed in 292 milliseconds

1234567