HomeSort by: relevance | last modified time | path
    Searched refs:getc (Results 1 - 25 of 126) sorted by relevancy

1 2 3 4 5 6

  /src/lib/libc/stdio/
getc.c 1 /* $NetBSD: getc.c,v 1.12 2012/03/15 18:22:30 christos Exp $ */
38 static char sccsid[] = "@(#)getc.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: getc.c,v 1.12 2012/03/15 18:22:30 christos Exp $");
51 * A subroutine version of the macro getc.
53 #undef getc
57 getc(FILE *fp) function in typeref:typename:int
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
  /src/usr.bin/cmp/
special.c 64 ch1 = getc(fp1);
71 ch2 = getc(fp2);
79 ch1 = getc(fp1);
80 ch2 = getc(fp2);
  /src/usr.bin/soelim/
soelim.c 187 c = getc(soee);
192 c = getc(soee);
197 c = getc(soee);
203 c = getc(soee);
218 c = getc(soee);
238 c = getc(soee);
  /src/lib/libcompat/4.3/
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 &&
283 while ((c = getc(cfile)) != EOF && c != '"') {
285 c = getc(cfile);
290 while ((c = getc(cfile)) != EOF
293 c = getc(cfile);
  /src/usr.bin/ftp/
ruserpass.c 188 while ((c = getc(cfile)) != EOF)
204 for (i = 0; i < 8 && (c = getc(cfile)) != EOF &&
216 while ((c = getc(cfile)) != EOF && c != '\n');
233 if ((c = getc(cfile)) == EOF) {
284 while ((c = getc(cfile)) != EOF &&
291 while ((c = getc(cfile)) != EOF && c != '"') {
293 if ((c = getc(cfile)) == EOF)
303 while ((c = getc(cfile)) != EOF
306 if ((c = getc(cfile)) == EOF)
  /src/games/adventure/
setup.c 99 while ((c = getc(infile)) != EOF) {
103 while ((c = getc(infile)) == ' ' && c != EOF);
  /src/games/boggle/boggle/
help.c 66 if (ungetc(getc(fp), fp) == EOF) {
81 if (eof || ungetc(getc(fp), fp) == EOF) {
word.c 88 if ((pcount = getc(fp)) == EOF)
96 while ((ch = getc(fp)) != EOF && ch >= 'a')
  /src/games/boggle/mkindex/
mkindex.c 107 if ((pcount = getc(fp)) == EOF)
116 while ((ch = getc(fp)) != EOF && ch >= 'a')
  /src/sys/dev/wscons/
wskbdvar.h 60 void (*getc)(void *, u_int *, int *); member in struct:wskbd_consops
  /src/usr.bin/cut/
x_cut.c 48 # define CUT_GETC getc
  /src/usr.bin/rdist/
gram.y 213 switch (c = getc(fin)) {
218 while ((c = getc(fin)) != EOF && c != '\n')
243 if ((c = getc(fin)) == '>')
257 c = getc(fin);
261 if ((c = getc(fin)) == EOF) {
279 if ((c = getc(fin)) == ':')
292 if ((c = getc(fin)) != EOF) {
301 c = getc(fin);
  /src/usr.bin/mail/
quit.c 88 while ((c = getc(res)) != EOF)
109 while ((c = getc(res)) != EOF)
194 while ((c = getc(ibuf)) != EOF)
236 while ((c = getc(ibuf)) != EOF)
334 while ((c = getc(fbuf)) != EOF)
339 c = getc(fbuf);
451 while ((c = getc(abuf)) != EOF)
503 c = getc(ibuf);
508 c = getc(ibuf);
550 while ((c = getc(rbuf)) != EOF
    [all...]
edit.c 87 while (--size >= 0 && (t = getc(fp)) != EOF)
90 while ((t = getc(fp)) != EOF)
199 while ((c = getc(fp)) != EOF) {
  /src/usr.bin/tail/
forward.c 107 if ((ch = getc(fp)) == EOF) {
119 if ((ch = getc(fp)) == EOF) {
138 while (getc(fp) != EOF);
160 while (getc(fp) != EOF);
182 while ((ch = getc(fp)) != EOF) {
  /src/usr.bin/colcrt/
colcrt.c 116 c = getc(stdin);
133 c = getc(stdin);
  /src/games/boggle/mkdict/
mkdict.c 78 while ((ch = getc(stdin)) != EOF && ch != '\n')
  /src/sys/arch/ews4800mips/stand/common/
console.h 71 int (*getc)(void); member in struct:cons
  /src/tools/compat/
fgetln.c 54 while ((c = getc(fp)) != EOF) {
  /src/usr.bin/ctags/
ctags.h 48 #define GETC(op,exp) ((c = getc(inf)) op (int)exp)
70 extern long lineftell; /* ftell after getc( inf ) == '\n' */
  /src/usr.bin/locate/locate/
locate.c 195 p[c] = getc(fp), s[c] = getc(fp);
202 for (c = getc(fp), count = 0; c != EOF;) {
205 for (p = path + count; (c = getc(fp)) > SWITCH;) {
  /src/usr.bin/unvis/
unvis.c 114 while ((c = getc(fp)) != EOF) {
  /src/usr.bin/base64/
base64.c 54 for (res = 0; res < 3 && (c = getc(fin)) != EOF; res++)
138 while ((c = getc(fin)) != EOF) {
185 while ((c = getc(fin)) != EOF) {
194 while ((c = getc(fin)) != EOF) {
  /src/lib/libresolv/
dst_api.c 502 while ((c = getc(fp)) != EOF)
506 while ((c = getc(fp)) != EOF)
512 while ((c = getc(fp)) != EOF)
515 while ((c = getc(fp)) != EOF)
521 while ((c = getc(fp)) != EOF)
524 while ((c = getc(fp)) != EOF)
534 while ((c = getc(fp)) != EOF)
537 while ((c = getc(fp)) != EOF)
552 while ((c = getc(fp)) != EOF)

Completed in 21 milliseconds

1 2 3 4 5 6