Home
last modified time | relevance | path

Searched refs:Sfio_t (Results 1 – 25 of 2204) sorted by relevance

12345678910>>...89

/dports/graphics/graphviz/graphviz-2.44.1/lib/sfio/
H A Dsfio.h282 extern Sfio_t *sfstdin;
283 extern Sfio_t *sfstdout;
284 extern Sfio_t *sfstderr;
285 extern Sfio_t _Sfstdin;
286 extern Sfio_t _Sfstdout;
303 extern Sfio_t *sfnew(Sfio_t *, void *, size_t, int, int);
304 extern Sfio_t *sfopen(Sfio_t *, const char *, const char *);
305 extern Sfio_t *sfpopen(Sfio_t *, const char *, const char *);
306 extern Sfio_t *sfstack(Sfio_t *, Sfio_t *);
307 extern Sfio_t *sfswap(Sfio_t *, Sfio_t *);
[all …]
H A Dsfextern.c37 NIL(Sfio_t * (*)(Sfio_t *, Sfio_t *)), /* _Sfstack */
61 Sfio_t _Sfstdin = SFNEW(NIL(char *), -1, 0,
71 Sfio_t *sfstdin = &_Sfstdin;
72 Sfio_t *sfstdout = &_Sfstdout;
73 Sfio_t *sfstderr = &_Sfstderr;
76 extern Sfio_t _Sfstdin;
77 extern Sfio_t _Sfstdout;
78 extern Sfio_t _Sfstderr;
79 extern Sfio_t *sfstdin;
80 extern Sfio_t *sfstdout;
[all …]
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/include/
H A Dsfio.h229 extern Sfio_t *sfstdin;
230 extern Sfio_t *sfstdout;
233 extern Sfio_t _Sfstdin;
237 extern Sfio_t *sfnew(Sfio_t *, void *, size_t, int, int);
238 extern Sfio_t *sfopen(Sfio_t *, const char *, const char *);
239 extern Sfio_t *sfopenat(int, Sfio_t *, const char *, const char *);
240 extern Sfio_t *sfpopen(Sfio_t *, const char *, const char *);
241 extern Sfio_t *sfstack(Sfio_t *, Sfio_t *);
242 extern Sfio_t *sfswap(Sfio_t *, Sfio_t *);
256 extern Sfio_t *sfpool(Sfio_t *, Sfio_t *, int);
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/include/
H A Dsfio.h213 extern Sfio_t* sfstdin;
214 extern Sfio_t* sfstdout;
221 extern Sfio_t _Sfstdin;
231 extern Sfio_t* sfnew _ARG_((Sfio_t*, Void_t*, size_t, int, int));
232 extern Sfio_t* sfopen _ARG_((Sfio_t*, const char*, const char*));
233 extern Sfio_t* sfopenat _ARG_((int, Sfio_t*, const char*, const char*));
234 extern Sfio_t* sfpopen _ARG_((Sfio_t*, const char*, const char*));
235 extern Sfio_t* sfstack _ARG_((Sfio_t*, Sfio_t*));
236 extern Sfio_t* sfswap _ARG_((Sfio_t*, Sfio_t*));
251 extern Sfio_t* sfpool _ARG_((Sfio_t*, Sfio_t*, int));
[all …]
H A Dsfdisc.h49 extern int sfkeyprintf(Sfio_t*, void*, const char*, Sf_key_lookup_t, Sf_key_convert_t);
56 extern int sfdcdio(Sfio_t*, size_t);
57 extern int sfdcdos(Sfio_t*);
58 extern int sfdcfilter(Sfio_t*, const char*);
59 extern int sfdcmore(Sfio_t*, const char*, int, int);
60 extern int sfdcprefix(Sfio_t*, const char*);
61 extern int sfdcseekable(Sfio_t*);
62 extern int sfdcslow(Sfio_t*);
63 extern int sfdctee(Sfio_t*, Sfio_t*);
64 extern int sfdcunion(Sfio_t*, Sfio_t**, int);
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/include/
H A Dsfio.h215 extern Sfio_t* sfstdin;
216 extern Sfio_t* sfstdout;
217 extern Sfio_t* sfstderr;
223 extern Sfio_t _Sfstdin;
233 extern Sfio_t* sfnew _ARG_((Sfio_t*, Void_t*, size_t, int, int));
234 extern Sfio_t* sfopen _ARG_((Sfio_t*, const char*, const char*));
235 extern Sfio_t* sfpopen _ARG_((Sfio_t*, const char*, const char*));
236 extern Sfio_t* sfstack _ARG_((Sfio_t*, Sfio_t*));
237 extern Sfio_t* sfswap _ARG_((Sfio_t*, Sfio_t*));
252 extern Sfio_t* sfpool _ARG_((Sfio_t*, Sfio_t*, int));
[all …]
H A Dsfdisc.h49 extern int sfkeyprintf(Sfio_t*, void*, const char*, Sf_key_lookup_t, Sf_key_convert_t);
56 extern int sfdcdio(Sfio_t*, size_t);
57 extern int sfdcdos(Sfio_t*);
58 extern int sfdcfilter(Sfio_t*, const char*);
59 extern int sfdcmore(Sfio_t*, const char*, int, int);
60 extern int sfdcprefix(Sfio_t*, const char*);
61 extern int sfdcseekable(Sfio_t*);
62 extern int sfdcslow(Sfio_t*);
63 extern int sfdctee(Sfio_t*, Sfio_t*);
64 extern int sfdcunion(Sfio_t*, Sfio_t**, int);
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libast/include/
H A Dsfio.h212 extern Sfio_t* sfstdin;
213 extern Sfio_t* sfstdout;
214 extern Sfio_t* sfstderr;
220 extern Sfio_t _Sfstdin;
230 extern Sfio_t* sfnew _ARG_((Sfio_t*, Void_t*, size_t, int, int));
231 extern Sfio_t* sfopen _ARG_((Sfio_t*, const char*, const char*));
232 extern Sfio_t* sfpopen _ARG_((Sfio_t*, const char*, const char*));
233 extern Sfio_t* sfstack _ARG_((Sfio_t*, Sfio_t*));
234 extern Sfio_t* sfswap _ARG_((Sfio_t*, Sfio_t*));
249 extern Sfio_t* sfpool _ARG_((Sfio_t*, Sfio_t*, int));
[all …]
H A Dsfdisc.h49 extern int sfkeyprintf(Sfio_t*, void*, const char*, Sf_key_lookup_t, Sf_key_convert_t);
56 extern int sfdcdio(Sfio_t*, size_t);
57 extern int sfdcdos(Sfio_t*);
58 extern int sfdcfilter(Sfio_t*, const char*);
59 extern int sfdcmore(Sfio_t*, const char*, int, int);
60 extern int sfdcprefix(Sfio_t*, const char*);
61 extern int sfdcseekable(Sfio_t*);
62 extern int sfdcslow(Sfio_t*);
63 extern int sfdctee(Sfio_t*, Sfio_t*);
64 extern int sfdcunion(Sfio_t*, Sfio_t**, int);
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/sfio/
H A Dsfextern.c45 NIL(Sfio_t*(*)_ARG_((Sfio_t*, Sfio_t*))), /* _Sfstack */
78 Sfio_t _Sfstdin = SFNEW(NIL(char*),-1,0,
89 Sfio_t* sfstdin = &_Sfstdin;
90 Sfio_t* sfstdout = &_Sfstdout;
91 Sfio_t* sfstderr = &_Sfstderr;
94 __EXTERN__(Sfio_t,_Sfstdin);
95 __EXTERN__(Sfio_t,_Sfstdout);
96 __EXTERN__(Sfio_t,_Sfstderr);
97 __EXTERN__(Sfio_t*,sfstdin);
98 __EXTERN__(Sfio_t*,sfstdout);
[all …]
H A Dsfswap.c33 Sfio_t* sfswap(reg Sfio_t* f1, reg Sfio_t* f2) in sfswap()
35 Sfio_t* sfswap(f1,f2) in sfswap()
36 reg Sfio_t* f1; in sfswap()
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*);
64 { if(!(f2 = (Sfio_t*)malloc(sizeof(Sfio_t))) )
67 return NIL(Sfio_t*);
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libast/sfio/
H A Dsfextern.c45 NIL(Sfio_t*(*)_ARG_((Sfio_t*, Sfio_t*))), /* _Sfstack */
78 Sfio_t _Sfstdin = SFNEW(NIL(char*),-1,0,
89 Sfio_t* sfstdin = &_Sfstdin;
90 Sfio_t* sfstdout = &_Sfstdout;
91 Sfio_t* sfstderr = &_Sfstderr;
94 __EXTERN__(Sfio_t,_Sfstdin);
95 __EXTERN__(Sfio_t,_Sfstdout);
96 __EXTERN__(Sfio_t,_Sfstderr);
97 __EXTERN__(Sfio_t*,sfstdin);
98 __EXTERN__(Sfio_t*,sfstdout);
[all …]
H A Dsfswap.c33 Sfio_t* sfswap(reg Sfio_t* f1, reg Sfio_t* f2) in sfswap()
35 Sfio_t* sfswap(f1,f2) in sfswap()
36 reg Sfio_t* f1; in sfswap()
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*);
64 { if(!(f2 = (Sfio_t*)malloc(sizeof(Sfio_t))) )
67 return NIL(Sfio_t*);
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/sfio/
H A Dsfextern.c53 NIL(Sfio_t*(*)_ARG_((Sfio_t*, Sfio_t*))), /* _Sfstack */
88 Sfio_t _Sfstdin = SFNEW(NIL(char*),-1,0,
99 Sfio_t* sfstdin = &_Sfstdin;
100 Sfio_t* sfstdout = &_Sfstdout;
101 Sfio_t* sfstderr = &_Sfstderr;
104 __EXTERN__(Sfio_t,_Sfstdin);
105 __EXTERN__(Sfio_t,_Sfstdout);
106 __EXTERN__(Sfio_t,_Sfstderr);
107 __EXTERN__(Sfio_t*,sfstdin);
108 __EXTERN__(Sfio_t*,sfstdout);
[all …]
H A Dsfopen.c28 extern Sfio_t* _sfopen _ARG_((Sfio_t*, const char*, const char*));
29 extern Sfio_t* _sfopenat _ARG_((int, Sfio_t*, const char*, const char*));
32 Sfio_t* sfopen(Sfio_t* f, const char* file, const char* mode) in sfopen()
34 Sfio_t* sfopen(f,file,mode) in sfopen()
35 Sfio_t* f; /* old stream structure */ in sfopen()
44 Sfio_t* sfopenat(int cwd, Sfio_t* f, const char* file, const char* mode) in sfopenat()
46 Sfio_t* sfopenat(cwd,f,file,mode) in sfopenat()
48 Sfio_t* f; /* old stream structure */
H A Dsfswap.c33 Sfio_t* sfswap(reg Sfio_t* f1, reg Sfio_t* f2) in sfswap()
35 Sfio_t* sfswap(f1,f2) in sfswap()
36 reg Sfio_t* f1; in sfswap()
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*);
64 { if(!(f2 = (Sfio_t*)malloc(sizeof(Sfio_t))) )
67 return NIL(Sfio_t*);
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/stdio/
H A Dstdio_c99.c31 clearerr_unlocked(Sfio_t* sp) in clearerr_unlocked()
37 feof_unlocked(Sfio_t* sp) in feof_unlocked()
43 ferror_unlocked(Sfio_t* sp) in ferror_unlocked()
49 fflush_unlocked(Sfio_t* sp) in fflush_unlocked()
55 fgetc_unlocked(Sfio_t* sp) in fgetc_unlocked()
61 fgets_unlocked(char* buf, int size, Sfio_t* sp) in fgets_unlocked()
67 fileno_unlocked(Sfio_t* sp) in fileno_unlocked()
73 fputc_unlocked(int c, Sfio_t* sp) in fputc_unlocked()
79 fputs_unlocked(char* buf, Sfio_t* sp) in fputs_unlocked()
97 getc_unlocked(Sfio_t* sp) in getc_unlocked()
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libast/stdio/
H A Dstdio_c99.c31 clearerr_unlocked(Sfio_t* sp) in clearerr_unlocked()
37 feof_unlocked(Sfio_t* sp) in feof_unlocked()
43 ferror_unlocked(Sfio_t* sp) in ferror_unlocked()
49 fflush_unlocked(Sfio_t* sp) in fflush_unlocked()
55 fgetc_unlocked(Sfio_t* sp) in fgetc_unlocked()
61 fgets_unlocked(char* buf, int size, Sfio_t* sp) in fgets_unlocked()
67 fileno_unlocked(Sfio_t* sp) in fileno_unlocked()
73 fputc_unlocked(int c, Sfio_t* sp) in fputc_unlocked()
79 fputs_unlocked(char* buf, Sfio_t* sp) in fputs_unlocked()
97 getc_unlocked(Sfio_t* sp) in getc_unlocked()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/stdio/
H A Dstdio_c99.c31 clearerr_unlocked(Sfio_t* sp) in clearerr_unlocked()
37 feof_unlocked(Sfio_t* sp) in feof_unlocked()
43 ferror_unlocked(Sfio_t* sp) in ferror_unlocked()
49 fflush_unlocked(Sfio_t* sp) in fflush_unlocked()
55 fgetc_unlocked(Sfio_t* sp) in fgetc_unlocked()
61 fgets_unlocked(char* buf, int size, Sfio_t* sp) in fgets_unlocked()
67 fileno_unlocked(Sfio_t* sp) in fileno_unlocked()
73 fputc_unlocked(int c, Sfio_t* sp) in fputc_unlocked()
79 fputs_unlocked(char* buf, Sfio_t* sp) in fputs_unlocked()
97 getc_unlocked(Sfio_t* sp) in getc_unlocked()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/astsa/
H A Dsfstr.h47 extern int sfclose(Sfio_t*);
48 extern int sfprintf(Sfio_t*, const char*, ...);
50 extern int sfputc(Sfio_t*, int);
51 extern int sfputr(Sfio_t*, const char*, int);
52 extern char* sfstrbase(Sfio_t*);
53 extern Sfio_t* sfstropen(void);
54 extern char* sfstrseek(Sfio_t*, int, int);
55 extern char* sfstrset(Sfio_t*, int);
56 extern int sfstrtell(Sfio_t*);
57 extern char* sfstruse(Sfio_t*);
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libast/astsa/
H A Dsfstr.h47 extern int sfclose(Sfio_t*);
48 extern int sfprintf(Sfio_t*, const char*, ...);
50 extern int sfputc(Sfio_t*, int);
51 extern int sfputr(Sfio_t*, const char*, int);
52 extern char* sfstrbase(Sfio_t*);
53 extern Sfio_t* sfstropen(void);
54 extern char* sfstrseek(Sfio_t*, int, int);
55 extern char* sfstrset(Sfio_t*, int);
56 extern int sfstrtell(Sfio_t*);
57 extern char* sfstruse(Sfio_t*);
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/astsa/
H A Dsfstr.h47 extern int sfclose(Sfio_t*);
48 extern int sfprintf(Sfio_t*, const char*, ...);
50 extern int sfputc(Sfio_t*, int);
51 extern int sfputr(Sfio_t*, const char*, int);
52 extern char* sfstrbase(Sfio_t*);
53 extern Sfio_t* sfstropen(void);
54 extern char* sfstrseek(Sfio_t*, int, int);
55 extern char* sfstrset(Sfio_t*, int);
56 extern int sfstrtell(Sfio_t*);
57 extern char* sfstruse(Sfio_t*);
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/disc/
H A Dsfdcsubstr.c35 Sfio_t* parent; /* parent stream */
45 Sfio_t* f; in streamio()
89 Sfio_t* f; in streamwrite()
102 Sfio_t* f; in streamread()
115 Sfio_t* f; in streamseek()
160 Sfio_t* f; in streamexcept()
172 Sfio_t* sfdcsubstream(Sfio_t* f, Sfio_t* parent, Sfoff_t offset, Sfoff_t extent) in sfdcsubstream()
174 Sfio_t* sfdcsubstream(f, parent, offset, extent) in sfdcsubstream()
175 Sfio_t* f; /* stream */ in sfdcsubstream()
176 Sfio_t* parent; /* parent stream */
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libast/disc/
H A Dsfdcsubstr.c35 Sfio_t* parent; /* parent stream */
45 Sfio_t* f; in streamio()
89 Sfio_t* f; in streamwrite()
102 Sfio_t* f; in streamread()
115 Sfio_t* f; in streamseek()
160 Sfio_t* f; in streamexcept()
172 Sfio_t* sfdcsubstream(Sfio_t* f, Sfio_t* parent, Sfoff_t offset, Sfoff_t extent) in sfdcsubstream()
174 Sfio_t* sfdcsubstream(f, parent, offset, extent) in sfdcsubstream()
175 Sfio_t* f; /* stream */ in sfdcsubstream()
176 Sfio_t* parent; /* parent stream */
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/disc/
H A Dsfdcsubstr.c35 Sfio_t* parent; /* parent stream */
45 Sfio_t* f; in streamio()
89 Sfio_t* f; in streamwrite()
102 Sfio_t* f; in streamread()
115 Sfio_t* f; in streamseek()
160 Sfio_t* f; in streamexcept()
172 Sfio_t* sfdcsubstream(Sfio_t* f, Sfio_t* parent, Sfoff_t offset, Sfoff_t extent) in sfdcsubstream()
174 Sfio_t* sfdcsubstream(f, parent, offset, extent) in sfdcsubstream()
175 Sfio_t* f; /* stream */ in sfdcsubstream()
176 Sfio_t* parent; /* parent stream */
[all …]

12345678910>>...89