Searched defs:zPath (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/ntp/sntp/libopts/compat/
H A Dpathfind.c45 char zPath[ AG_PATH_MAX + 1 ]; local
/freebsd-10.1-release/contrib/sqlite3/
H A Dshell.c2825 char *zDrive, *zPath; local
H A Dsqlite3.c15279 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ argument
15262 sqlite3OsOpen( sqlite3_vfs *pVfs, const char *zPath, sqlite3_file *pFile, int flags, int *pFlagsOut ) argument
15284 sqlite3OsAccess( sqlite3_vfs *pVfs, const char *zPath, int flags, int *pResOut ) argument
15293 sqlite3OsFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nPathOut, char *zPathOut ) argument
15304 sqlite3OsDlOpen(sqlite3_vfs *pVfs, const char *zPath) argument
23110 const char *zPath; /* Name of the file */ member in struct:unixFile
24188 unixLogErrorAtLine( int errcode, const char *zFunc, const char *zPath, int iLine ) argument
28494 findReusableFd(const char *zPath, int flags) argument
28557 findCreateFileMode( const char *zPath, int flags, mode_t *pMode, uid_t *pUid, gid_t *pGid ) argument
28634 unixOpen( sqlite3_vfs *pVfs, const char *zPath, sqlite3_file *pFile, int flags, int *pOutFlags ) argument
28885 unixDelete( sqlite3_vfs *NotUsed, const char *zPath, int dirSync ) argument
28933 unixAccess( sqlite3_vfs *NotUsed, const char *zPath, int flags, int *pResOut ) argument
28976 unixFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) argument
30861 const char *zPath; /* Full pathname of this file */ member in struct:winFile
32269 winLogErrorAtLine( int errcode, DWORD lastErrno, const char *zFunc, const char *zPath, int iLine ) argument
81442 char *zPath = 0; local
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c14477 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ argument
14499 SQLITE_PRIVATE void *sqlite3OsDlOpen(sqlite3_vfs *pVfs, const char *zPath){ argument
14460 sqlite3OsOpen( sqlite3_vfs *pVfs, const char *zPath, sqlite3_file *pFile, int flags, int *pFlagsOut ) argument
14480 sqlite3OsAccess( sqlite3_vfs *pVfs, const char *zPath, int flags, int *pResOut ) argument
14489 sqlite3OsFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nPathOut, char *zPathOut ) argument
24588 const char *zPath; /* Name of the file */ member in struct:unixFile
25579 unixLogErrorAtLine( int errcode, const char *zFunc, const char *zPath, int iLine ) argument
29381 findReusableFd(const char *zPath, int flags) argument
29446 findCreateFileMode( const char *zPath, int flags, mode_t *pMode ) argument
29509 unixOpen( sqlite3_vfs *pVfs, const char *zPath, sqlite3_file *pFile, int flags, int *pOutFlags ) argument
29737 unixDelete( sqlite3_vfs *NotUsed, const char *zPath, int dirSync ) argument
29780 unixAccess( sqlite3_vfs *NotUsed, const char *zPath, int flags, int *pResOut ) argument
29823 unixFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) argument
31671 const char *zPath; /* Full pathname of this file */ member in struct:winFile
32194 winLogErrorAtLine( int errcode, const char *zFunc, const char *zPath, int iLine ) argument
78399 char *zPath = 0; local
[all...]

Completed in 615 milliseconds