Home
last modified time | relevance | path

Searched refs:fgetc (Results 1 – 25 of 70) sorted by relevance

123

/titanic_50/usr/src/lib/libbsm/common/
H A Dadrf.c60 if ((c = fgetc(adrf->adrf_fp)) == EOF) in adrf_char()
79 if ((c = fgetc(adrf->adrf_fp)) == EOF) in adrf_short()
82 if ((c = fgetc(adrf->adrf_fp)) == EOF) in adrf_short()
110 if ((c = fgetc(adrf->adrf_fp)) == EOF) in adrf_int32()
131 if ((c = fgetc(adrf->adrf_fp)) == EOF) in adrf_int64()
174 return (ungetc(fgetc(adrf->adrf_fp), adrf->adrf_fp)); in adrf_peek()
/titanic_50/usr/src/lib/libresolv2/common/isc/
H A Dhex.c39 c = fgetc(fp); in isc_gethexstring()
49 c = fgetc(fp); in isc_gethexstring()
/titanic_50/usr/src/tools/aw/
H A Daw.c140 while ((c = fgetc(in)) != EOF) { in copyuntil()
181 while ((c = fgetc(in)) != EOF) { in copyuntil_path()
307 switch (c = fgetc(in)) { in filter()
338 if (fgetc(in) == ' ' && fgetc(in) == '"') { in filter()
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwgetch.c148 ch = fgetc(__m_screen->_if);
208 if ((ch = fgetc(__m_screen->_if)) == EOF)
/titanic_50/usr/src/lib/libbc/libc/stdio/common/
H A Dfgetc.c31 fgetc(fp) in fgetc() function
/titanic_50/usr/src/lib/libc/port/stdio/
H A Dfgetc.c44 fgetc(FILE *iop) in fgetc() function
/titanic_50/usr/src/lib/libast/common/stdio/
H A Dfgetc.c27 fgetc(Sfio_t* f) in fgetc() function
H A Dstdio_c99.c57 return fgetc(sp); in fgetc_unlocked()
/titanic_50/usr/src/cmd/ipf/tools/
H A Dlexer.c83 c = fgetc(yyin);
85 c = fgetc(yyin);
88 c = fgetc(yyin);
/titanic_50/usr/src/lib/libbc/inc/5include/
H A Dstdio.h126 extern int fgetc(FILE *);
/titanic_50/usr/src/lib/udapl/libdat/include/
H A Ddat_osd.h196 #define dat_os_fgetc(file) fgetc((file))
/titanic_50/usr/src/ucbhead/
H A Dstdio.h185 extern int fgetc(FILE *);
/titanic_50/usr/src/tools/tokenize/
H A Dforth_preload.c249 ipose(fgetc)
/titanic_50/usr/src/cmd/sendmail/aux/
H A Dmconnect.c215 while ((c = fgetc(stdin)) >= 0)
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h172 extern __MANGLE__ int fgetc __PROTO__((FILE*));
281 #define fgetc _ast_fgetc macro
404 extern __MANGLE__ int fgetc __PROTO__((FILE*));
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h193 extern __MANGLE__ int fgetc __PROTO__((FILE*));
302 #define fgetc _ast_fgetc macro
425 extern __MANGLE__ int fgetc __PROTO__((FILE*));
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_stdio.h193 extern __MANGLE__ int fgetc __PROTO__((FILE*));
302 #define fgetc _ast_fgetc macro
425 extern __MANGLE__ int fgetc __PROTO__((FILE*));
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h172 extern __MANGLE__ int fgetc __PROTO__((FILE*));
281 #define fgetc _ast_fgetc macro
404 extern __MANGLE__ int fgetc __PROTO__((FILE*));
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h172 extern __MANGLE__ int fgetc __PROTO__((FILE*));
281 #define fgetc _ast_fgetc macro
404 extern __MANGLE__ int fgetc __PROTO__((FILE*));
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h172 extern __MANGLE__ int fgetc __PROTO__((FILE*));
281 #define fgetc _ast_fgetc macro
404 extern __MANGLE__ int fgetc __PROTO__((FILE*));
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h193 extern __MANGLE__ int fgetc __PROTO__((FILE*));
302 #define fgetc _ast_fgetc macro
425 extern __MANGLE__ int fgetc __PROTO__((FILE*));
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h193 extern __MANGLE__ int fgetc __PROTO__((FILE*));
302 #define fgetc _ast_fgetc macro
425 extern __MANGLE__ int fgetc __PROTO__((FILE*));
/titanic_50/usr/src/lib/pam_modules/list/
H A Dlist.c210 while ((fgetc(fd) != '\n') && (!feof(fd))) { in pam_sm_acct_mgmt()
/titanic_50/usr/src/head/iso/
H A Dstdio_iso.h221 extern int fgetc(FILE *);
/titanic_50/usr/src/cmd/print/bsd-sysv-commands/
H A Din.lpd.c430 if (fgetc(ifp) != 0) { in receive_control_file()
479 if (fgetc(ifp) != 0) { in receive_data_file()

123