Searched refs:Sfio_t (Results 1 - 25 of 367) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libast/common/include/
H A Dsfdisc.h49 extern int sfkeyprintf(Sfio_t*, void*, const char*, Sf_key_lookup_t, Sf_key_convert_t);
51 extern int sfkeyprintf(Sfio_t*, void*, const char*, Sf_key_lookup_t, Sf_key_convert_t);
57 extern int sfdcdio(Sfio_t*, size_t);
58 extern int sfdcdos(Sfio_t*);
59 extern int sfdcfilter(Sfio_t*, const char*);
60 extern int sfdcmore(Sfio_t*, const char*, int, int);
61 extern int sfdcprefix(Sfio_t*, const char*);
62 extern int sfdcseekable(Sfio_t*);
63 extern int sfdcslow(Sfio_t*);
64 extern int sfdctee(Sfio_t*, Sfio_
[all...]
/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dfreopen.c26 Sfio_t*
27 freopen(const char* path, const char* mode, Sfio_t* f)
29 STDIO_PTR(f, "freopen", Sfio_t*, (const char*, const char*, Sfio_t*), (path, mode, f))
H A Dtmpfile.c26 Sfio_t*
H A Dfclose.c27 fclose(Sfio_t* f)
29 STDIO_INT(f, "fclose", int, (Sfio_t*), (f))
H A Dfgetc.c27 fgetc(Sfio_t* f)
29 STDIO_INT(f, "fgetc", int, (Sfio_t*), (f))
H A Dfpurge.c27 fpurge(Sfio_t* f)
29 STDIO_INT(f, "fpurge", int, (Sfio_t*), (f))
H A Dpclose.c27 pclose(Sfio_t* f)
29 STDIO_INT(f, "pclose", int, (Sfio_t*), (f))
H A Dpopen.c26 Sfio_t*
29 return sfpopen((Sfio_t*)(-1), cmd, mode);
H A D_filbuf.c31 _filbuf(Sfio_t* f)
33 STDIO_INT(f, "_filbuf", int, (Sfio_t*), (f))
H A Dclearerr.c27 clearerr(Sfio_t* f)
29 STDIO_INT(f, "clearerr", int, (Sfio_t*), (f))
H A Dflockfile.c27 flockfile(Sfio_t* f)
29 STDIO_VOID(f, "flockfile", void, (Sfio_t*), (f))
H A Dfputs.c27 fputs(const char* s, Sfio_t* f)
29 STDIO_INT(f, "fputs", int, (const char*, Sfio_t*), (s, f))
H A Dftrylockfile.c27 ftrylockfile(Sfio_t* f)
29 STDIO_INT(f, "ftrylockfile", int, (Sfio_t*), (f))
H A Dfunlockfile.c27 funlockfile(Sfio_t* f)
29 STDIO_VOID(f, "funlockfile", void, (Sfio_t*), (f))
H A Dsetlinebuf.c27 setlinebuf(Sfio_t* f)
29 STDIO_INT(f, "setlinebuf", int, (Sfio_t*), (f))
H A Dungetc.c27 ungetc(int c, Sfio_t* f)
29 STDIO_INT(f, "ungetc", int, (int, Sfio_t*), (c, f))
/illumos-gate/usr/src/lib/libcmd/common/
H A Drev.h32 extern int rev_line(Sfio_t*, Sfio_t*, off_t);
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfopen.c28 extern Sfio_t* _sfopen _ARG_((Sfio_t*, const char*, const char*));
31 Sfio_t* sfopen(Sfio_t* f, const char* file, const char* mode)
33 Sfio_t* sfopen(f,file,mode)
34 Sfio_t* f; /* old stream structure */
H A D_sfclrerr.c27 int sfclrerr(reg Sfio_t* f)
30 reg Sfio_t* f;
H A D_sfeof.c27 int sfeof(reg Sfio_t* f)
30 reg Sfio_t* f;
H A D_sferror.c27 int sferror(reg Sfio_t* f)
30 reg Sfio_t* f;
H A D_sffileno.c27 int sffileno(reg Sfio_t* f)
30 reg Sfio_t* f;
H A D_sfgetc.c27 int sfgetc(reg Sfio_t* f)
30 reg Sfio_t* f;
H A D_sfstacked.c27 int sfstacked(reg Sfio_t* f)
30 reg Sfio_t* f;
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dsfdisc.h59 extern __MANGLE__ int sfkeyprintf __PROTO__((Sfio_t*, __V_*, const char*, Sf_key_lookup_t, Sf_key_convert_t));
61 extern __MANGLE__ int sfkeyprintf __PROTO__((Sfio_t*, __V_*, const char*, Sf_key_lookup_t, Sf_key_convert_t));
67 extern __MANGLE__ int sfdcdio __PROTO__((Sfio_t*, size_t));
68 extern __MANGLE__ int sfdcdos __PROTO__((Sfio_t*));
69 extern __MANGLE__ int sfdcfilter __PROTO__((Sfio_t*, const char*));
70 extern __MANGLE__ int sfdcmore __PROTO__((Sfio_t*, const char*, int, int));
71 extern __MANGLE__ int sfdcprefix __PROTO__((Sfio_t*, const char*));
72 extern __MANGLE__ int sfdcseekable __PROTO__((Sfio_t*));
73 extern __MANGLE__ int sfdcslow __PROTO__((Sfio_t*));
74 extern __MANGLE__ int sfdctee __PROTO__((Sfio_t*, Sfio_
[all...]

Completed in 114 milliseconds

1234567891011>>