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

/macosx-10.9.5/ntp-88/libopts/compat/
H A Dpathfind.c94 char zPath[ AG_PATH_MAX + 1 ]; local
/macosx-10.9.5/ntp-88/sntp/libopts/compat/
H A Dpathfind.c94 char zPath[ AG_PATH_MAX + 1 ]; local
/macosx-10.9.5/ntp-88/libopts/
H A Dusage.c430 char zPath[ AG_PATH_MAX+1 ]; local
/macosx-10.9.5/ntp-88/sntp/libopts/
H A Dusage.c430 char zPath[ AG_PATH_MAX+1 ]; local
/macosx-10.9.5/Heimdal-323.92.1/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 495 milliseconds