Home
last modified time | relevance | path

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

/third_party/popt/src/
Dlibpopt.vers51 poptSetExecPath;
Dpopt.h472 void poptSetExecPath(poptContext con, const char * path, int allowAbsolute);
Dpopt.c64 void poptSetExecPath(poptContext con, const char * path, int allowAbsolute) in poptSetExecPath() function
/third_party/popt/tests/
Dtest1.c208 poptSetExecPath(optCon, ".", 1); in main()