Searched refs:FILE (Results 176 - 200 of 1782) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dscr_dump.c55 FILE *fp;
63 if ((fp = fopen(f, "wF")) != (FILE *) 0) {
77 FILE *fp;
80 if ((fp = fopen(f, "rF")) == (FILE *) 0)
/illumos-gate/usr/src/lib/libnvpair/
H A Dlibnvpair.h49 extern void nvlist_print(FILE *, nvlist_t *);
50 extern int nvlist_print_json(FILE *, nvlist_t *);
96 extern void nvlist_prtctl_setdest(nvlist_prtctl_t, FILE *);
97 extern FILE *nvlist_prtctl_getdest(nvlist_prtctl_t);
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirs_p.h32 FILE * fp;
/illumos-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dsprintf.c42 FILE siop;
H A Dvsprintf.c42 FILE siop;
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Diob.c32 FILE _iob[NSTATIC] = {
H A Dputc.c39 register FILE *fp;
/illumos-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dsprintf.c43 FILE siop;
H A Dvsprintf.c49 FILE siop;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dvlfmt.c47 vlfmt(FILE *stream, long flag, const char *format, va_list args)
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dfwide.c38 fwide(FILE *fp, int mode)
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dgetw.c50 getw(FILE *stream)
H A Dputw.c49 putw(int w, FILE *stream)
/illumos-gate/usr/src/head/
H A Dapptrace_impl.h44 extern FILE *__abi_outfile;
H A Dexacct_impl.h48 FILE *ef_fp; /* file stream pointer */
/illumos-gate/usr/src/cmd/refer/
H A Dinv2.c24 newkeys(FILE *outf, FILE *inf, FILE *recf, int nhash, FILE *fd, int *iflong)
/illumos-gate/usr/src/cmd/mailx/
H A Dinit.c84 FILE *input; /* Current command input file */
87 FILE *itf; /* Input temp file buffer */
119 FILE *otf; /* Output temp file buffer */
121 FILE *pipef; /* Pipe file we have opened */
H A Dlock.c47 lock(FILE *fp, char *mode, int blk)
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dsharetab.h74 int getshare(FILE *, share_t **);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.h30 extern FILE *yyin;
/illumos-gate/usr/src/cmd/spell/
H A Dhuff.h51 int rhuff(FILE *);
/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_paths.pl83 my ($FILE, $name) = @_;
87 while (<$FILE>) {
204 } elsif (open FILE, "<$file") {
205 process_paths(\*FILE, $file);
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcurses.ext56 FILE *outf;
61 extern int _doscan(FILE *, const char *, va_list);
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dfprintf.c51 fprintf(FILE *iop, const char *format, ...)
H A Dsprintf.c54 FILE siop;

Completed in 106 milliseconds

1234567891011>>