Home
last modified time | relevance | path

Searched refs:poptGetArg (Results 1 – 4 of 4) sorted by relevance

/external/oprofile/
Dpopt.h278 const char * poptGetArg(/*@null@*/poptContext con)
/external/oprofile/libpopt/
Dpopt.h278 const char * poptGetArg(/*@null@*/poptContext con)
Dpopt.c1030 const char * poptGetArg(poptContext con) in poptGetArg() function
/external/oprofile/libopt++/
Dpopt_options.cpp99 while ((file = poptGetArg(con)) != 0) in do_parse_options()