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

/freebsd-13-stable/contrib/less/
H A Doption.h63 void (*ofunc) LESSPARAMS ((int, char*)); /* Pointer to special handling function */ member in struct:loption
H A Doption.c97 (*pendopt->ofunc)(INIT, s);
288 if (o->ofunc != NULL)
289 (*o->ofunc)(INIT, str);
445 if (o->ofunc != NULL)
446 (*o->ofunc)((how_toggle==OPT_NO_TOGGLE) ? QUERY : TOGGLE, s);
H A Dopttbl.c589 (*(o->ofunc))(INIT, (char *) NULL);
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_once.c53 ofunc(void) function
69 PTHREAD_REQUIRE(pthread_once(&once, ofunc));
70 PTHREAD_REQUIRE(pthread_once(&once, ofunc));
80 printf("ofunc: Variable x has value %d\n", x);
183 PTHREAD_REQUIRE(pthread_once(&once, ofunc));
/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_dump.c483 uint32_t ofunc; local
487 ofunc = qls_get_other_fnum(ha);
489 if (ofunc == Q81_INVALID_NUM)
492 reg = Q81_CTL_PROC_ADDR_REG_BLOCK | (ofunc << Q81_FUNCTION_SHIFT) | reg;
505 uint32_t ofunc; local
508 ofunc = qls_get_other_fnum(ha);
510 if (ofunc == Q81_INVALID_NUM)
513 reg = Q81_CTL_PROC_ADDR_REG_BLOCK | (ofunc << Q81_FUNCTION_SHIFT) | reg;
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlvm.c798 StkId ofunc = oci->func; /* caller function */
806 setobjs2s(L, ofunc + aux, nfunc + aux);
807 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */
808 oci->top = L->top = ofunc + (L->top - nfunc); /* correct top */
812 lua_assert(L->top == oci->u.l.base + getproto(ofunc)->maxstacksize);

Completed in 161 milliseconds