Searched defs:fclose (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dfclose.c27 fclose(Sfio_t* f) function
29 STDIO_INT(f, "fclose", int, (Sfio_t*), (f))
/illumos-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dflsbuf.c40 extern int fclose();
54 _fwalk(fclose);
57 * fclose() will flush (output) buffers for a buffered open
69 fclose(FILE *iop) function
/illumos-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dflsbuf.c43 extern int fclose();
52 _fwalk(fclose);
56 * fclose() will flush (output) buffers for a buffered open
67 fclose(FILE *iop) function
/illumos-gate/usr/src/cmd/mailx/
H A Dmyfopen.c46 #undef fclose macro
52 * Local version of fopen() and fclose(). These maintain a list of
145 int ret = fclose(iop);
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.c61 fclose(FILE *stream) function
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c686 fclose(FILE *iop) function
742 /* code stolen from fclose(), above */
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h188 extern __MANGLE__ int fclose __PROTO__((FILE*));
299 #define fclose _ast_fclose macro
420 extern __MANGLE__ int fclose __PROTO__((FILE*));
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h167 extern __MANGLE__ int fclose __PROTO__((FILE*));
278 #define fclose _ast_fclose macro
399 extern __MANGLE__ int fclose __PROTO__((FILE*));
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h188 extern __MANGLE__ int fclose __PROTO__((FILE*));
299 #define fclose _ast_fclose macro
420 extern __MANGLE__ int fclose __PROTO__((FILE*));
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h167 extern __MANGLE__ int fclose __PROTO__((FILE*));
278 #define fclose _ast_fclose macro
399 extern __MANGLE__ int fclose __PROTO__((FILE*));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h188 extern __MANGLE__ int fclose __PROTO__((FILE*));
299 #define fclose _ast_fclose macro
420 extern __MANGLE__ int fclose __PROTO__((FILE*));
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h167 extern __MANGLE__ int fclose __PROTO__((FILE*));
278 #define fclose _ast_fclose macro
399 extern __MANGLE__ int fclose __PROTO__((FILE*));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_stdio.h188 extern __MANGLE__ int fclose __PROTO__((FILE*));
299 #define fclose _ast_fclose macro
420 extern __MANGLE__ int fclose __PROTO__((FILE*));
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h167 extern __MANGLE__ int fclose __PROTO__((FILE*));
278 #define fclose _ast_fclose macro
399 extern __MANGLE__ int fclose __PROTO__((FILE*));
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h100 #define fclose(s) my_fclose(s) macro

Completed in 107 milliseconds