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

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/compat/
H A Dpathfind.c99 char zPath[ AG_PATH_MAX + 1 ]; local
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/compat/
H A Dpathfind.c93 char zPath[ AG_PATH_MAX + 1 ]; local
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/
H A Dusage.c432 char zPath[ AG_PATH_MAX+1 ]; local
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Dusage.c535 char zPath[AG_PATH_MAX+1]; local
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dshell.c2591 char *zDrive, *zPath; local
H A Dsqlite3.c14801 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ argument
14826 SQLITE_PRIVATE void *sqlite3OsDlOpen(sqlite3_vfs *pVfs, const char *zPath){ argument
14784 sqlite3OsOpen( sqlite3_vfs *pVfs, const char *zPath, sqlite3_file *pFile, int flags, int *pFlagsOut ) argument
14806 sqlite3OsAccess( sqlite3_vfs *pVfs, const char *zPath, int flags, int *pResOut ) argument
14815 sqlite3OsFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nPathOut, char *zPathOut ) argument
24964 const char *zPath; /* Name of the file */ member in struct:unixFile
25964 unixLogErrorAtLine( int errcode, const char *zFunc, const char *zPath, int iLine ) argument
29787 findReusableFd(const char *zPath, int flags) argument
29852 findCreateFileMode( const char *zPath, int flags, mode_t *pMode ) argument
29923 unixOpen( sqlite3_vfs *pVfs, const char *zPath, sqlite3_file *pFile, int flags, int *pOutFlags ) argument
30168 unixDelete( sqlite3_vfs *NotUsed, const char *zPath, int dirSync ) argument
30211 unixAccess( sqlite3_vfs *NotUsed, const char *zPath, int flags, int *pResOut ) argument
30254 unixFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) argument
32062 const char *zPath; /* Full pathname of this file */ member in struct:winFile
33135 winLogErrorAtLine( int errcode, DWORD lastErrno, const char *zFunc, const char *zPath, int iLine ) argument
80336 char *zPath = 0; local
[all...]

Completed in 415 milliseconds