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

1234567

/freebsd-current/lib/libc/stdio/
H A Dgetc.c41 #undef getc macro
45 getc(FILE *fp) function
H A DMakefile.inc14 fwrite.c getc.c getchar.c getdelim.c getline.c \
38 fputws.3 fread.3 fseek.3 funopen.3 fwide.3 getc.3 \
75 MLINKS+=getc.3 fgetc.3 \
76 getc.3 getc_unlocked.3 \
77 getc.3 getchar.3 \
78 getc.3 getchar_unlocked.3 \
79 getc.3 getw.3
/freebsd-current/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-current/usr.bin/what/
H A Dwhat.c105 while ((c = getc(in)) != EOF) {
108 if ((c = getc(in)) != '(')
110 if ((c = getc(in)) != '#')
112 if ((c = getc(in)) != ')')
116 while ((c = getc(in)) != EOF && c && c != '"' &&
/freebsd-current/sys/gdb/
H A Dgdb.h60 #define GDB_DBGPORT(name, probe, init, term, getc, putc) \
66 .gdb_getc = getc, \
/freebsd-current/stand/i386/common/
H A Dcons.h27 int getc(int fn);
H A Dcons.c89 getc(int fn) function
112 if (ioctrl & IO_KEYBOARD && getc(1))
113 return (fn ? 1 : getc(0));
/freebsd-current/contrib/libpcap/
H A Detherent.c65 c = getc(f);
77 c = getc(f);
113 c = getc(fp);
119 c = getc(fp);
126 c = getc(fp);
159 c = getc(fp);
/freebsd-current/usr.bin/cmp/
H A Dspecial.c66 if (getc(fp1) == EOF)
69 if (getc(fp2) == EOF)
80 ch1 = getc(fp1);
81 ch2 = getc(fp2);
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dstdio.h79 int getc(FILE* stream);
113 # undef getc macro
/freebsd-current/usr.bin/locate/locate/
H A Dfastfind.c51 p[c] = check_bigram_char(getc(fp));
52 s[c] = check_bigram_char(getc(fp));
58 for (c = getc(fp), count = 0; c != EOF; size++) {
73 for (p = path + count; (c = getc(fp)) > SWITCH; size++)
76 c = getc(fp);
166 p[c] = check_bigram_char(getc(fp));
167 s[c] = check_bigram_char(getc(fp));
205 c = getc(fp);
238 c = getc(fp);
255 c = getc(f
[all...]
/freebsd-current/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-current/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-current/stand/liblua/
H A Dlstd.h65 #define getc lua_loader_getc macro
77 int getc(FILE * stream);
/freebsd-current/lib/libcompat/4.3/
H A Drexec.c101 while ((c = getc(cfile)) != EOF &&
108 while ((c = getc(cfile)) != EOF && c != '"') {
110 c = getc(cfile);
115 while ((c = getc(cfile)) != EOF
118 c = getc(cfile);
219 while ((c=getc(cfile)) != EOF &&
232 for (i=0; i < 8 && (c=getc(cfile)) != EOF &&
242 while ((c=getc(cfile)) != EOF && c != '\n');
256 if ((c=getc(cfile)) == EOF) {
/freebsd-current/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-current/contrib/wireguard-tools/
H A Dpubkey.c33 trailing_char = getc(stdin);
/freebsd-current/stand/userboot/userboot/
H A Duserboot_cons.c118 return (CALLBACK(getc));
/freebsd-current/contrib/openpam/lib/libpam/
H A Dopenpam_readword.c63 while ((ch = getc(f)) != EOF) {
76 while ((ch = getc(f)) != EOF)
/freebsd-current/usr.bin/mail/
H A Dquit.c111 while ((c = getc(fbuf)) != EOF)
116 c = getc(fbuf);
213 while ((c = getc(abuf)) != EOF)
260 c = getc(ibuf);
265 c = getc(ibuf);
304 while ((c = getc(rbuf)) != EOF)
343 while ((c = getc(res)) != EOF)
357 while ((c = getc(res)) != EOF)
436 while ((c = getc(ibuf)) != EOF)
469 while ((c = getc(ibu
[all...]
H A Dedit.c108 while ((c = getc(fp)) != EOF) {
151 while (--size >= 0 && (t = getc(fp)) != EOF)
154 while ((t = getc(fp)) != EOF)
/freebsd-current/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c239 pch = ch = getc(bpf);
241 pch = ch; ch = getc(bpf);
253 ch = getc(bpf); /* and a character */
262 while (isspace(ch) && ch != '\n') ch = getc(bpf);
268 ch = getc(bpf); /* maybe on next line */
345 pch = ch = getc(bpf);
347 pch = ch; ch = getc(bpf);
/freebsd-current/sys/dev/uart/
H A Duart_cpu.h47 int (*getc)(struct uart_bas *, struct mtx *); member in struct:uart_ops
169 res = di->ops->getc(&di->bas, NULL);
180 return (di->ops->getc(&di->bas, di->hwmtx));
/freebsd-current/usr.bin/tail/
H A Dforward.c113 if ((ch = getc(fp)) == EOF) {
125 if ((ch = getc(fp)) == EOF) {
144 while (getc(fp) != EOF);
163 while (getc(fp) != EOF);
176 while ((ch = getc(fp)) != EOF)
242 while ((ch = getc(file->fp)) != EOF) {
/freebsd-current/contrib/file/tests/
H A Dtest.c58 for (c = getc(fp); c != EOF; c = getc(fp)) {

Completed in 215 milliseconds

1234567