Searched refs:FUNCPTR (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregguts.h84 #ifndef FUNCPTR
86 #define FUNCPTR(name, args) (*name)args macro
88 #define FUNCPTR(name, args) (*name)() macro
386 VOID FUNCPTR(free, (regex_t *));
403 int FUNCPTR(compare, (CONST chr *, CONST chr *, size_t));
H A Dregcustom.h39 #define FUNCPTR(name, args) (*name)args macro
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregguts.h88 #ifndef FUNCPTR
90 #define FUNCPTR(name, args) (*name)args macro
92 #define FUNCPTR(name, args) (*name)() macro
407 VOID FUNCPTR(free, (regex_t *));
425 int FUNCPTR(compare, (CONST chr *, CONST chr *, size_t));
H A Dregcustom.h33 #define FUNCPTR(name, args) (*name) _ANSI_ARGS_(args) macro
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSVxWorks/
H A DmDNSVxWorksIPv4Only.c1374 task = taskSpawn( kMDNSTaskName, kMDNSTaskPriority, 0, kMDNSTaskStackSize, (FUNCPTR) Task,
H A DmDNSVxWorks.c254 id = taskSpawn( "tMDNS", 102, 0, 16384, (FUNCPTR) Task, (int) inMDNS, 0, 0, 0, 0, 0, 0, 0, 0, 0 );

Completed in 191 milliseconds