Searched refs:_ARG_ (Results 1 - 25 of 46) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h47 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*));
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_
[all...]
H A Dvmalloc.h43 typedef Void_t* (*Vmemory_f)_ARG_((Vmalloc_t*, Void_t*, size_t, size_t, Vmdisc_t*));
44 typedef int (*Vmexcept_f)_ARG_((Vmalloc_t*, int, Void_t*, Vmdisc_t*));
64 { Void_t* (*allocf)_ARG_((Vmalloc_t*,size_t));
65 Void_t* (*resizef)_ARG_((Vmalloc_t*,Void_t*,size_t,int));
66 int (*freef)_ARG_((Vmalloc_t*,Void_t*));
67 long (*addrf)_ARG_((Vmalloc_t*,Void_t*));
68 long (*sizef)_ARG_((Vmalloc_t*,Void_t*));
69 int (*compactf)_ARG_((Vmalloc_t*));
70 Void_t* (*alignf)_ARG_((Vmalloc_t*,size_t,size_t));
144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_
[all...]
H A Dcdt.h46 typedef Void_t* (*Dtsearch_f)_ARG_((Dt_t*,Void_t*,int));
47 typedef Void_t* (*Dtmake_f)_ARG_((Dt_t*,Void_t*,Dtdisc_t*));
48 typedef void (*Dtfree_f)_ARG_((Dt_t*,Void_t*,Dtdisc_t*));
49 typedef int (*Dtcompar_f)_ARG_((Dt_t*,Void_t*,Void_t*,Dtdisc_t*));
50 typedef unsigned int (*Dthash_f)_ARG_((Dt_t*,Void_t*,Dtdisc_t*));
51 typedef Void_t* (*Dtmemory_f)_ARG_((Dt_t*,Void_t*,size_t,Dtdisc_t*));
52 typedef int (*Dtevent_f)_ARG_((Dt_t*,int,Void_t*,Dtdisc_t*));
214 extern Dt_t* dtopen _ARG_((Dtdisc_t*, Dtmethod_t*));
215 extern int dtclose _ARG_((Dt_t*));
216 extern Dt_t* dtview _ARG_((Dt_
[all...]
H A Dast_common.h74 /* _ARG_ simplifies function prototyping among flavors of C */
75 #ifndef _ARG_
77 # define _ARG_(x) x macro
79 # define _ARG_(x) () macro
/opensolaris-onvv-gate/usr/src/lib/libast/common/include/
H A Dsfio.h47 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*));
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_
[all...]
H A Dvmalloc.h43 typedef Void_t* (*Vmemory_f)_ARG_((Vmalloc_t*, Void_t*, size_t, size_t, Vmdisc_t*));
44 typedef int (*Vmexcept_f)_ARG_((Vmalloc_t*, int, Void_t*, Vmdisc_t*));
64 { Void_t* (*allocf)_ARG_((Vmalloc_t*,size_t));
65 Void_t* (*resizef)_ARG_((Vmalloc_t*,Void_t*,size_t,int));
66 int (*freef)_ARG_((Vmalloc_t*,Void_t*));
67 long (*addrf)_ARG_((Vmalloc_t*,Void_t*));
68 long (*sizef)_ARG_((Vmalloc_t*,Void_t*));
69 int (*compactf)_ARG_((Vmalloc_t*));
70 Void_t* (*alignf)_ARG_((Vmalloc_t*,size_t,size_t));
144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_
[all...]
H A Dcdt.h46 typedef Void_t* (*Dtsearch_f)_ARG_((Dt_t*,Void_t*,int));
47 typedef Void_t* (*Dtmake_f)_ARG_((Dt_t*,Void_t*,Dtdisc_t*));
48 typedef void (*Dtfree_f)_ARG_((Dt_t*,Void_t*,Dtdisc_t*));
49 typedef int (*Dtcompar_f)_ARG_((Dt_t*,Void_t*,Void_t*,Dtdisc_t*));
50 typedef unsigned int (*Dthash_f)_ARG_((Dt_t*,Void_t*,Dtdisc_t*));
51 typedef Void_t* (*Dtmemory_f)_ARG_((Dt_t*,Void_t*,size_t,Dtdisc_t*));
52 typedef int (*Dtevent_f)_ARG_((Dt_t*,int,Void_t*,Dtdisc_t*));
214 extern Dt_t* dtopen _ARG_((Dtdisc_t*, Dtmethod_t*));
215 extern int dtclose _ARG_((Dt_t*));
216 extern Dt_t* dtview _ARG_((Dt_
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/i386/include/ast/
H A Dsfio.h47 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*));
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_
[all...]
H A Dvmalloc.h43 typedef Void_t* (*Vmemory_f)_ARG_((Vmalloc_t*, Void_t*, size_t, size_t, Vmdisc_t*));
44 typedef int (*Vmexcept_f)_ARG_((Vmalloc_t*, int, Void_t*, Vmdisc_t*));
64 { Void_t* (*allocf)_ARG_((Vmalloc_t*,size_t));
65 Void_t* (*resizef)_ARG_((Vmalloc_t*,Void_t*,size_t,int));
66 int (*freef)_ARG_((Vmalloc_t*,Void_t*));
67 long (*addrf)_ARG_((Vmalloc_t*,Void_t*));
68 long (*sizef)_ARG_((Vmalloc_t*,Void_t*));
69 int (*compactf)_ARG_((Vmalloc_t*));
70 Void_t* (*alignf)_ARG_((Vmalloc_t*,size_t,size_t));
144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_
[all...]
H A Dcdt.h46 typedef Void_t* (*Dtsearch_f)_ARG_((Dt_t*,Void_t*,int));
47 typedef Void_t* (*Dtmake_f)_ARG_((Dt_t*,Void_t*,Dtdisc_t*));
48 typedef void (*Dtfree_f)_ARG_((Dt_t*,Void_t*,Dtdisc_t*));
49 typedef int (*Dtcompar_f)_ARG_((Dt_t*,Void_t*,Void_t*,Dtdisc_t*));
50 typedef unsigned int (*Dthash_f)_ARG_((Dt_t*,Void_t*,Dtdisc_t*));
51 typedef Void_t* (*Dtmemory_f)_ARG_((Dt_t*,Void_t*,size_t,Dtdisc_t*));
52 typedef int (*Dtevent_f)_ARG_((Dt_t*,int,Void_t*,Dtdisc_t*));
214 extern Dt_t* dtopen _ARG_((Dtdisc_t*, Dtmethod_t*));
215 extern int dtclose _ARG_((Dt_t*));
216 extern Dt_t* dtview _ARG_((Dt_
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h47 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*));
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_
[all...]
H A Dvmalloc.h43 typedef Void_t* (*Vmemory_f)_ARG_((Vmalloc_t*, Void_t*, size_t, size_t, Vmdisc_t*));
44 typedef int (*Vmexcept_f)_ARG_((Vmalloc_t*, int, Void_t*, Vmdisc_t*));
64 { Void_t* (*allocf)_ARG_((Vmalloc_t*,size_t));
65 Void_t* (*resizef)_ARG_((Vmalloc_t*,Void_t*,size_t,int));
66 int (*freef)_ARG_((Vmalloc_t*,Void_t*));
67 long (*addrf)_ARG_((Vmalloc_t*,Void_t*));
68 long (*sizef)_ARG_((Vmalloc_t*,Void_t*));
69 int (*compactf)_ARG_((Vmalloc_t*));
70 Void_t* (*alignf)_ARG_((Vmalloc_t*,size_t,size_t));
144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_
[all...]
H A Dcdt.h46 typedef Void_t* (*Dtsearch_f)_ARG_((Dt_t*,Void_t*,int));
47 typedef Void_t* (*Dtmake_f)_ARG_((Dt_t*,Void_t*,Dtdisc_t*));
48 typedef void (*Dtfree_f)_ARG_((Dt_t*,Void_t*,Dtdisc_t*));
49 typedef int (*Dtcompar_f)_ARG_((Dt_t*,Void_t*,Void_t*,Dtdisc_t*));
50 typedef unsigned int (*Dthash_f)_ARG_((Dt_t*,Void_t*,Dtdisc_t*));
51 typedef Void_t* (*Dtmemory_f)_ARG_((Dt_t*,Void_t*,size_t,Dtdisc_t*));
52 typedef int (*Dtevent_f)_ARG_((Dt_t*,int,Void_t*,Dtdisc_t*));
214 extern Dt_t* dtopen _ARG_((Dtdisc_t*, Dtmethod_t*));
215 extern int dtclose _ARG_((Dt_t*));
216 extern Dt_t* dtview _ARG_((Dt_
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h47 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*));
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_
[all...]
H A Dvmalloc.h43 typedef Void_t* (*Vmemory_f)_ARG_((Vmalloc_t*, Void_t*, size_t, size_t, Vmdisc_t*));
44 typedef int (*Vmexcept_f)_ARG_((Vmalloc_t*, int, Void_t*, Vmdisc_t*));
64 { Void_t* (*allocf)_ARG_((Vmalloc_t*,size_t));
65 Void_t* (*resizef)_ARG_((Vmalloc_t*,Void_t*,size_t,int));
66 int (*freef)_ARG_((Vmalloc_t*,Void_t*));
67 long (*addrf)_ARG_((Vmalloc_t*,Void_t*));
68 long (*sizef)_ARG_((Vmalloc_t*,Void_t*));
69 int (*compactf)_ARG_((Vmalloc_t*));
70 Void_t* (*alignf)_ARG_((Vmalloc_t*,size_t,size_t));
144 extern Vmalloc_t* vmopen _ARG_(( Vmdisc_
[all...]
H A Dcdt.h46 typedef Void_t* (*Dtsearch_f)_ARG_((Dt_t*,Void_t*,int));
47 typedef Void_t* (*Dtmake_f)_ARG_((Dt_t*,Void_t*,Dtdisc_t*));
48 typedef void (*Dtfree_f)_ARG_((Dt_t*,Void_t*,Dtdisc_t*));
49 typedef int (*Dtcompar_f)_ARG_((Dt_t*,Void_t*,Void_t*,Dtdisc_t*));
50 typedef unsigned int (*Dthash_f)_ARG_((Dt_t*,Void_t*,Dtdisc_t*));
51 typedef Void_t* (*Dtmemory_f)_ARG_((Dt_t*,Void_t*,size_t,Dtdisc_t*));
52 typedef int (*Dtevent_f)_ARG_((Dt_t*,int,Void_t*,Dtdisc_t*));
214 extern Dt_t* dtopen _ARG_((Dtdisc_t*, Dtmethod_t*));
215 extern int dtclose _ARG_((Dt_t*));
216 extern Dt_t* dtview _ARG_((Dt_
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/common/sfio/
H A Dvthread.h108 extern Vthread_t* vtopen _ARG_((Vthread_t*, int));
109 extern int vtclose _ARG_((Vthread_t*));
110 extern int vtset _ARG_((Vthread_t*, int, Void_t*));
111 extern int vtrun _ARG_((Vthread_t*, void*(*)(void*), void*));
112 extern int vtkill _ARG_((Vthread_t*));
113 extern int vtwait _ARG_((Vthread_t*));
115 extern int vtonce _ARG_((Vtonce_t*, void(*)() ));
117 extern Vtmutex_t* vtmtxopen _ARG_((Vtmutex_t*, int));
118 extern int vtmtxclose _ARG_((Vtmutex_t*));
119 extern int vtmtxlock _ARG_((Vtmutex_
[all...]
H A D_sfgetl2.c33 extern long _sfgetl2 _ARG_((Sfio_t*, long));
H A D_sfgetu2.c33 extern long _sfgetu2 _ARG_((Sfio_t*, long));
H A Dsfopen.c28 extern Sfio_t* _sfopen _ARG_((Sfio_t*, const char*, const char*));
H A Dsfextern.c44 NIL(int(*)_ARG_((Sfio_t*,int))), /* _Sfpmove */
45 NIL(Sfio_t*(*)_ARG_((Sfio_t*, Sfio_t*))), /* _Sfstack */
46 NIL(void(*)_ARG_((Sfio_t*, int, void*))), /* _Sfnotify */
47 NIL(int(*)_ARG_((Sfio_t*))), /* _Sfstdsync */
54 NIL(void(*)_ARG_((void)) ), /* _Sfcleanup */
H A Dsfhdr.h804 int (*sf_pmove)_ARG_((Sfio_t*, int));
805 Sfio_t* (*sf_stack)_ARG_((Sfio_t*, Sfio_t*));
806 void (*sf_notify)_ARG_((Sfio_t*, int, void*));
807 int (*sf_stdsync)_ARG_((Sfio_t*));
809 void (*sf_cleanup)_ARG_((void));
813 void (*sf_oncef)_ARG_((void));
1053 Fmtpos_t* (*sf_fmtposf)_ARG_((Sfio_t*,const char*,va_list,Sffmt_t*,int));
1054 char* (*sf_fmtintf)_ARG_((const char*,int*));
1161 extern int _sfpopen _ARG_((Sfio_t*, int, int, int));
1162 extern int _sfpclose _ARG_((Sfio_
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/common/cdt/
H A Ddthdr.h78 extern Void_t* malloc _ARG_((size_t));
79 extern Void_t* realloc _ARG_((Void_t*, size_t));
80 extern void free _ARG_((Void_t*));
/opensolaris-onvv-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h148 extern void _vmmessage _ARG_((const char*, long, const char*, long));
482 typedef Block_t* (*Vmsearch_f)_ARG_((Vmdata_t*, size_t, Block_t*));
484 { Block_t* (*vm_extend)_ARG_((Vmalloc_t*, size_t, Vmsearch_f ));
485 ssize_t (*vm_truncate)_ARG_((Vmalloc_t*, Seg_t*, size_t, int));
487 char* (*vm_strcpy)_ARG_((char*, const char*, int));
488 char* (*vm_itoa)_ARG_((Vmulong_t, int));
489 void (*vm_trace)_ARG_((Vmalloc_t*,
491 void (*vm_pfclose)_ARG_((Vmalloc_t*));
508 extern void _vmoptions _ARG_((void));
509 extern int _vmbestcheck _ARG_((Vmdata_
[all...]
H A Dvmexit.c56 void(* exitf)_ARG_((void));

Completed in 220 milliseconds

12