Searched refs:poptGetContext (Results 1 – 6 of 6) sorted by relevance
/external/oprofile/libutil/ |
D | op_popt.c | 27 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/ |
D | poptconst.m4 | 10 poptGetContext(0, c, v, 0, 0);
|
/external/oprofile/libpopt/ |
D | popt.h | 239 poptContext poptGetContext(
|
D | popt.c | 170 poptContext poptGetContext(const char * name, int argc, const char ** argv, in poptGetContext() function
|
/external/oprofile/ |
D | popt.h | 239 poptContext poptGetContext(
|
D | configure.in | 106 AC_CHECK_LIB(popt, poptGetContext,, AC_MSG_ERROR([popt library not found]))
|