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

/macosx-10.10.1/ntp-92/libopts/compat/
H A Dpathfind.c94 char zPath[ AG_PATH_MAX + 1 ]; local
105 char* colon_unit = extract_colon_unit( zPath, path, &p_index );
/macosx-10.10.1/ntp-92/sntp/libopts/compat/
H A Dpathfind.c94 char zPath[ AG_PATH_MAX + 1 ]; local
105 char* colon_unit = extract_colon_unit( zPath, path, &p_index );
/macosx-10.10.1/ntp-92/libopts/
H A Dusage.c430 char zPath[ AG_PATH_MAX+1 ]; local
444 if (optionMakePath(zPath, (int)sizeof( zPath ), pzPath, pzPN))
445 pzPath = zPath;
/macosx-10.10.1/ntp-92/sntp/libopts/
H A Dusage.c430 char zPath[ AG_PATH_MAX+1 ]; local
444 if (optionMakePath(zPath, (int)sizeof( zPath ), pzPath, pzPN))
445 pzPath = zPath;
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c14462 const char *zPath,
14473 rc = pVfs->xOpen(pVfs, zPath, pFile, flags & 0x87f7f, pFlagsOut);
14477 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ argument
14478 return pVfs->xDelete(pVfs, zPath, dirSync);
14482 const char *zPath,
14487 return pVfs->xAccess(pVfs, zPath, flags, pResOut);
14491 const char *zPath,
14496 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut);
14499 SQLITE_PRIVATE void *sqlite3OsDlOpen(sqlite3_vfs *pVfs, const char *zPath){ argument
14500 return pVfs->xDlOpen(pVfs, zPath);
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 234 milliseconds