Home
last modified time | relevance | path

Searched refs:DIR (Results 1 – 11 of 11) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_windirent.h122 typedef struct DIR DIR; typedef
123 typedef DIR *LPDIR;
124 struct DIR { struct
H A Dtest_windirent.c54 LPDIR dirp = (LPDIR)sqlite3_malloc(sizeof(DIR)); in opendir()
58 memset(dirp, 0, sizeof(DIR)); in opendir()
H A Dtest_fs.c130 DIR *pDir; /* Open directory */
H A Dshell.c.in4337 " -C DIR, --directory DIR Read/extract files from directory DIR",
/sqlite-3.40.0/autoconf/
H A DINSTALL157 options like `--bindir=DIR' to specify different values for particular
208 you can use the `configure' options `--x-includes=DIR' and
209 `--x-libraries=DIR' to specify their locations.
354 `--srcdir=DIR'
355 Look for the package's source code in directory DIR. Usually
358 `--prefix=DIR'
359 Use DIR as the installation prefix. *note Installation Names::
/sqlite-3.40.0/
H A Dconfigure1505 --bindir=DIR user executables [EPREFIX/bin]
1507 --libexecdir=DIR program executables [EPREFIX/libexec]
1511 --libdir=DIR object code libraries [EPREFIX/lib]
1512 --includedir=DIR C header files [PREFIX/include]
1516 --infodir=DIR info documentation [DATAROOTDIR/info]
1518 --mandir=DIR man documentation [DATAROOTDIR/man]
1520 --htmldir=DIR html documentation [DOCDIR]
1521 --dvidir=DIR dvi documentation [DOCDIR]
1522 --pdfdir=DIR pdf documentation [DOCDIR]
1523 --psdir=DIR ps documentation [DOCDIR]
[all …]
H A Dconfigure.ac295 …AC_ARG_WITH(tcl, AC_HELP_STRING([--with-tcl=DIR],[directory containing tcl configuration (tclConfi…
H A Daclocal.m45206 [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
5207 DIR into the resulting binary])
5209 [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
5210 DIR into the resulting binary and the resulting library dependency is
5214 [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
5217 [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
5220 [Set to "yes" if building a shared library automatically hardcodes DIR
/sqlite-3.40.0/tool/
H A Dloadfts.c139 DIR *d; in traverse()
/sqlite-3.40.0/ext/misc/
H A Dfileio.c567 DIR *pDir; /* From opendir() */
/sqlite-3.40.0/test/
H A Dwapptest.tcl799 --tcl DIR (where to find tclConfig.sh)