HomeSort by: relevance | last modified time | path
    Searched defs:ofunc (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libpthread/
t_once.c 55 ofunc(void) function
77 PTHREAD_REQUIRE(pthread_once(&once, ofunc));
78 PTHREAD_REQUIRE(pthread_once(&once, ofunc));
88 printf("ofunc: Variable x has value %d\n", x);
191 PTHREAD_REQUIRE(pthread_once(&once, ofunc));
  /src/external/bsd/less/dist/
option.h 65 void (*ofunc)(int, char*); /* Pointer to special handling function */ member in struct:loption

Completed in 18 milliseconds