Home
last modified time | relevance | path

Searched refs:c_func (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CXX/class/class.friend/
Dp1-ambiguous.cpp13 int c_func(foo *a);
19 friend int c_func(foo *a);
26 int c_func(foo *a) { in c_func() function
35 c_func(this); in caller()
/external/ppp/pppd/
Dmain.c1310 void (*c_func) __P((void *)); /* routine */ member
1334 newp->c_func = func;
1370 if (freep->c_func == func && freep->c_arg == arg) {
1397 (*p->c_func)(p->c_arg); in calltimeout()