Searched refs:Sfio_t (Results 51 - 75 of 367) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libast/common/stdio/
H A D_flsbuf.c37 _flsbuf(int c, Sfio_t* f)
39 STDIO_INT(f, "_flsbuf", int, (int, Sfio_t*), (c, f))
H A Dfgetpos.c31 fgetpos(Sfio_t* f, fpos_t* pos)
33 STDIO_INT(f, "fgetpos", int, (Sfio_t*, fpos_t*), (f, pos))
41 fgetpos64(Sfio_t* f, fpos64_t* pos)
43 STDIO_INT(f, "fgetpos64", int, (Sfio_t*, fpos64_t*), (f, pos))
H A Dfopen.c26 Sfio_t*
H A Dfputc.c35 fputc(int c, Sfio_t* f)
37 STDIO_INT(f, "fputc", int, (int, Sfio_t*), (c, f))
H A Dfseek.c31 fseek(Sfio_t* f, long off, int op)
33 STDIO_INT(f, "fseek", int, (Sfio_t*, long, int), (f, off, op))
41 fseek64(Sfio_t* f, int64_t off, int op)
43 STDIO_INT(f, "fseek64", int, (Sfio_t*, int64_t, int), (f, off, op))
H A Dputc.c35 putc(int c, Sfio_t* f)
37 STDIO_INT(f, "putc", int, (int, Sfio_t*), (c, f))
H A Dputwc.c27 putwc(wchar_t c, Sfio_t* f)
H A D_stdvbuf.c29 _stdsetvbuf(Sfio_t* f, char* buf, int type, size_t size)
H A Dfseeko.c31 fseeko(Sfio_t* f, off_t off, int op)
33 STDIO_INT(f, "fseeko", int, (Sfio_t*, off_t, int), (f, off, op))
41 fseeko64(Sfio_t* f, int64_t off, int op)
43 STDIO_INT(f, "fseeko64", int, (Sfio_t*, int64_t, int), (f, off, op))
H A Dfsetpos.c31 fsetpos(Sfio_t* f, const fpos_t* pos)
33 STDIO_INT(f, "fsetpos", int, (Sfio_t*, const fpos_t*), (f, pos))
41 fsetpos64(Sfio_t* f, const fpos64_t* pos)
43 STDIO_INT(f, "fsetpos64", int, (Sfio_t*, const fpos64_t*), (f, pos))
H A Dfflush.c31 fflush(Sfio_t* f)
36 STDIO_INT(f, "fflush", int, (Sfio_t*), (f))
/illumos-gate/usr/src/lib/libast/common/sfio/
H A D_sfgetl2.c33 extern long _sfgetl2 _ARG_((Sfio_t*, long));
39 long _sfgetl2(reg Sfio_t* f, long v)
42 reg Sfio_t* f;
H A D_sfgetu2.c33 extern long _sfgetu2 _ARG_((Sfio_t*, long));
39 long _sfgetu2(reg Sfio_t* f, long v)
42 reg Sfio_t* f;
H A Dsfswap.c33 Sfio_t* sfswap(reg Sfio_t* f1, reg Sfio_t* f2)
35 Sfio_t* sfswap(f1,f2)
36 reg Sfio_t* f1;
37 reg Sfio_t* f2;
40 Sfio_t tmp;
44 return NIL(Sfio_t*);
46 return NIL(Sfio_t*);
62 f1->file == 2 ? sfstderr : NIL(Sfio_t*);
[all...]
H A D_sfgetl.c34 Sflong_t _sfgetl(reg Sfio_t* f)
37 reg Sfio_t* f;
H A D_sfgetu.c34 Sfulong_t _sfgetu(reg Sfio_t* f)
37 reg Sfio_t* f;
H A Dsfputd.c27 int sfputd(reg Sfio_t* f, Sfdouble_t d)
30 reg Sfio_t* f;
H A Dsfputl.c27 int sfputl(reg Sfio_t* f, Sflong_t l)
30 reg Sfio_t* f;
H A Dsfputm.c27 int sfputm(Sfio_t* f, Sfulong_t u, Sfulong_t m)
30 Sfio_t* f;
H A Dsfputu.c27 int sfputu(reg Sfio_t* f, Sfulong_t u)
30 reg Sfio_t* f;
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h32 typedef struct _sfio_s Sfio_t; typedef in typeref:struct:_sfio_s
47 typedef ssize_t (*Sfread_f)_ARG_((Sfio_t*, Void_t*, size_t, Sfdisc_t*));
48 typedef ssize_t (*Sfwrite_f)_ARG_((Sfio_t*, const Void_t*, size_t, Sfdisc_t*));
49 typedef Sfoff_t (*Sfseek_f)_ARG_((Sfio_t*, Sfoff_t, int, Sfdisc_t*));
50 typedef int (*Sfexcept_f)_ARG_((Sfio_t*, int, Void_t*, Sfdisc_t*));
51 typedef int (*Sfwalk_f)_ARG_((Sfio_t*, Void_t*));
66 typedef int (*Sffmtext_f)_ARG_((Sfio_t*, Void_t*, Sffmt_t*));
67 typedef int (*Sffmtevent_f)_ARG_((Sfio_t*, int, Void_t*, Sffmt_t*));
179 #define SF_POPSTACK ((Sfio_t*)0) /* pop the stream stack */
212 extern Sfio_t* sfstdi
[all...]
/illumos-gate/usr/src/lib/libast/common/include/
H A Dsfio.h32 typedef struct _sfio_s Sfio_t; typedef in typeref:struct:_sfio_s
47 typedef ssize_t (*Sfread_f)_ARG_((Sfio_t*, Void_t*, size_t, Sfdisc_t*));
48 typedef ssize_t (*Sfwrite_f)_ARG_((Sfio_t*, const Void_t*, size_t, Sfdisc_t*));
49 typedef Sfoff_t (*Sfseek_f)_ARG_((Sfio_t*, Sfoff_t, int, Sfdisc_t*));
50 typedef int (*Sfexcept_f)_ARG_((Sfio_t*, int, Void_t*, Sfdisc_t*));
51 typedef int (*Sfwalk_f)_ARG_((Sfio_t*, Void_t*));
66 typedef int (*Sffmtext_f)_ARG_((Sfio_t*, Void_t*, Sffmt_t*));
67 typedef int (*Sffmtevent_f)_ARG_((Sfio_t*, int, Void_t*, Sffmt_t*));
179 #define SF_POPSTACK ((Sfio_t*)0) /* pop the stream stack */
212 extern Sfio_t* sfstdi
[all...]
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dsfio.h32 typedef struct _sfio_s Sfio_t; typedef in typeref:struct:_sfio_s
47 typedef ssize_t (*Sfread_f)_ARG_((Sfio_t*, Void_t*, size_t, Sfdisc_t*));
48 typedef ssize_t (*Sfwrite_f)_ARG_((Sfio_t*, const Void_t*, size_t, Sfdisc_t*));
49 typedef Sfoff_t (*Sfseek_f)_ARG_((Sfio_t*, Sfoff_t, int, Sfdisc_t*));
50 typedef int (*Sfexcept_f)_ARG_((Sfio_t*, int, Void_t*, Sfdisc_t*));
51 typedef int (*Sfwalk_f)_ARG_((Sfio_t*, Void_t*));
66 typedef int (*Sffmtext_f)_ARG_((Sfio_t*, Void_t*, Sffmt_t*));
67 typedef int (*Sffmtevent_f)_ARG_((Sfio_t*, int, Void_t*, Sffmt_t*));
179 #define SF_POPSTACK ((Sfio_t*)0) /* pop the stream stack */
212 extern Sfio_t* sfstdi
[all...]
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h32 typedef struct _sfio_s Sfio_t; typedef in typeref:struct:_sfio_s
47 typedef ssize_t (*Sfread_f)_ARG_((Sfio_t*, Void_t*, size_t, Sfdisc_t*));
48 typedef ssize_t (*Sfwrite_f)_ARG_((Sfio_t*, const Void_t*, size_t, Sfdisc_t*));
49 typedef Sfoff_t (*Sfseek_f)_ARG_((Sfio_t*, Sfoff_t, int, Sfdisc_t*));
50 typedef int (*Sfexcept_f)_ARG_((Sfio_t*, int, Void_t*, Sfdisc_t*));
51 typedef int (*Sfwalk_f)_ARG_((Sfio_t*, Void_t*));
66 typedef int (*Sffmtext_f)_ARG_((Sfio_t*, Void_t*, Sffmt_t*));
67 typedef int (*Sffmtevent_f)_ARG_((Sfio_t*, int, Void_t*, Sffmt_t*));
179 #define SF_POPSTACK ((Sfio_t*)0) /* pop the stream stack */
212 extern Sfio_t* sfstdi
[all...]
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h32 typedef struct _sfio_s Sfio_t; typedef in typeref:struct:_sfio_s
47 typedef ssize_t (*Sfread_f)_ARG_((Sfio_t*, Void_t*, size_t, Sfdisc_t*));
48 typedef ssize_t (*Sfwrite_f)_ARG_((Sfio_t*, const Void_t*, size_t, Sfdisc_t*));
49 typedef Sfoff_t (*Sfseek_f)_ARG_((Sfio_t*, Sfoff_t, int, Sfdisc_t*));
50 typedef int (*Sfexcept_f)_ARG_((Sfio_t*, int, Void_t*, Sfdisc_t*));
51 typedef int (*Sfwalk_f)_ARG_((Sfio_t*, Void_t*));
66 typedef int (*Sffmtext_f)_ARG_((Sfio_t*, Void_t*, Sffmt_t*));
67 typedef int (*Sffmtevent_f)_ARG_((Sfio_t*, int, Void_t*, Sffmt_t*));
179 #define SF_POPSTACK ((Sfio_t*)0) /* pop the stream stack */
212 extern Sfio_t* sfstdi
[all...]

Completed in 127 milliseconds

1234567891011>>