Home
last modified time | relevance | path

Searched defs:zPath (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/ntp/sntp/libopts/compat/
H A Dpathfind.c45 char zPath[ AG_PATH_MAX + 1 ]; in pathfind() local
/freebsd-src/contrib/sqlite3/
H A Dshell.c7440 if( rc==0 ) statTimesToUtc(zPath, pStatBuf); in fileStat() argument
7458 if( rc==0 ) statTimesToUtc(zPath, pStatBuf); in fileLinkStat() argument
7412 statTimesToUtc(const char * zPath,struct stat * pStatBuf) statTimesToUtc() argument
7747 char *zPath; /* Path to current entry */ global() member
9278 apndDelete(sqlite3_vfs * pVfs,const char * zPath,int dirSync) apndDelete() argument
9287 apndAccess(sqlite3_vfs * pVfs,const char * zPath,int flags,int * pResOut) apndAccess() argument
9295 apndFullPathname(sqlite3_vfs * pVfs,const char * zPath,int nOut,char * zOut) apndFullPathname() argument
9301 apndDlOpen(sqlite3_vfs * pVfs,const char * zPath) apndDlOpen() argument
10729 zipfileNewEntry(const char * zPath) zipfileNewEntry() argument
10955 const char *zPath = 0; /* Path for new entry */ zipfileUpdate() local
30037 char *zDrive, *zPath; find_home_dir() local
[all...]
H A Dsqlite3.c26254 sqlite3OsOpen(sqlite3_vfs * pVfs,const char * zPath,sqlite3_file * pFile,int flags,int * pFlagsOut) sqlite3OsOpen() argument
26270 sqlite3OsDelete(sqlite3_vfs * pVfs,const char * zPath,int dirSync) sqlite3OsDelete() argument
26277 sqlite3OsAccess(sqlite3_vfs * pVfs,const char * zPath,int flags,int * pResOut) sqlite3OsAccess() argument
26286 sqlite3OsFullPathname(sqlite3_vfs * pVfs,const char * zPath,int nPathOut,char * zPathOut) sqlite3OsFullPathname() argument
26295 sqlite3OsDlOpen(sqlite3_vfs * pVfs,const char * zPath) sqlite3OsDlOpen() argument
[all...]