Home
last modified time | relevance | path

Searched refs:popt (Results 1 – 9 of 9) sorted by relevance

/external/libexif/m4m/
Dgp-check-popt.m430 AC_ARG_ENABLE([popt], optenable
31 [AS_HELP_STRING([--$1-popt],[Do not use popt])],
48 AC_MSG_CHECKING([whether popt is required])
52 AC_MSG_CHECKING([whether popt is requested])
64 # try to find options to compile popt.h
78 AC_CHECK_HEADER([popt.h], [popth_found=yes])
90 * Cannot autodetect popt.h
96 # try to find options to link against popt
123 AC_CHECK_LIB([popt], [poptStuffArgs], [popt_links=yes])
137 * Cannot autodetect library directory containing popt
[all …]
DMakefile.am1 EXTRA_DIST = gp-byteorder.m4 gp-check-library.m4 gp-check-popt.m4 gp-check-shell-environment.m4 gp-…
DMakefile.in210 EXTRA_DIST = gp-byteorder.m4 gp-check-library.m4 gp-check-popt.m4 gp-check-shell-environment.m4 gp-…
/external/gptfdisk/
DREADME199 * The sgdisk program requires the popt library and its development files
200 (headers). Most Linux distributions install popt by default, but you may
201 need to install a package called popt-dev, popt-devel, or something
203 popt for Mac OS from Darwin Ports (http://popt.darwinports.com) or Fink
207 gdisk doesn't require popt.
DREADME.Windows33 for Windows could be built if the popt library were installed. I've not
35 http://gnuwin32.sourceforge.net/packages/popt.htm for information on popt
/external/bison/
DABOUT-NLS332 popt | |
516 popt | [] [] [] [] [] [] |
700 popt | [] [] [] [] [] [] [] [] |
884 popt | [] [] [] |
1068 popt | [] [] [] [] |
1252 popt | [] [] [] [] [] [] | 27
/external/elfutils/
DABOUT-NLS321 popt | [] [] [] |
490 popt | [] [] [] [] |
659 popt | [] [] [] |
828 popt | [] [] [] [] |
997 popt | [] [] [] [] | 18
/external/valgrind/docs/internals/
DBIG_APP_NOTES.txt183 popt-devel
/external/valgrind/perf/
Dtinycc.c21438 const TCCOption *popt; in parse_args() local
21461 popt = tcc_options; in parse_args()
21463 p1 = popt->name; in parse_args()
21475 popt++; in parse_args()
21478 if (popt->flags & TCC_OPTION_HAS_ARG) { in parse_args()
21479 if (*r1 != '\0' || (popt->flags & TCC_OPTION_NOSEP)) { in parse_args()
21492 switch(popt->index) { in parse_args()