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

/netbsd-current/external/bsd/less/dist/
H A Doption.h65 void (*ofunc)(int, char*); /* Pointer to special handling function */ member in struct:loption
H A Doption.c93 (*pendopt->ofunc)(INIT, s);
284 if (o->ofunc != NULL)
285 (*o->ofunc)(INIT, str);
436 if (o->ofunc != NULL)
437 (*o->ofunc)((how_toggle==OPT_NO_TOGGLE) ? QUERY : TOGGLE, s);
H A Dopttbl.c756 (*(o->ofunc))(INIT, (char *) NULL);
/netbsd-current/tests/lib/libpthread/
H A Dt_once.c51 ofunc(void) function
67 PTHREAD_REQUIRE(pthread_once(&once, ofunc));
68 PTHREAD_REQUIRE(pthread_once(&once, ofunc));
78 printf("ofunc: Variable x has value %d\n", x);
181 PTHREAD_REQUIRE(pthread_once(&once, ofunc));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dnto-procfs.c54 static sighandler_t ofunc; variable
782 signal (signo, ofunc);
821 ofunc = signal (SIGINT, nto_handle_sigint);
823 signal (SIGINT, ofunc);
H A Dutils.c3228 sighandler_t ofunc;
3230 ofunc = signal (SIGALRM, sigalrm_handler);
3243 signal (SIGALRM, ofunc);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dnto-procfs.c54 static sighandler_t ofunc; variable
773 signal (signo, ofunc);
811 ofunc = signal (SIGINT, nto_handle_sigint);
813 signal (SIGINT, ofunc);
H A Dutils.c3393 sighandler_t ofunc;
3395 ofunc = signal (SIGALRM, sigalrm_handler);
3408 signal (SIGALRM, ofunc);

Completed in 131 milliseconds