Home
last modified time | relevance | path

Searched refs:poptGetContext (Results 1 – 6 of 6) sorted by relevance

/external/oprofile/libutil/
Dop_popt.c27 optcon = poptGetContext(name, argc, argv, options, flags); in op_poptGetContext()
29 optcon = poptGetContext((char *)name, argc, (char **)argv, options, flags); in op_poptGetContext()
/external/oprofile/m4/
Dpoptconst.m410 poptGetContext(0, c, v, 0, 0);
/external/oprofile/libpopt/
Dpopt.h239 poptContext poptGetContext(
Dpopt.c170 poptContext poptGetContext(const char * name, int argc, const char ** argv, in poptGetContext() function
/external/oprofile/
Dpopt.h239 poptContext poptGetContext(
Dconfigure.in106 AC_CHECK_LIB(popt, poptGetContext,, AC_MSG_ERROR([popt library not found]))