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

/netbsd-current/external/bsd/ntp/dist/sntp/libopts/compat/
H A Dpathfind.c47 char zPath[ AG_PATH_MAX + 1 ]; local
58 char * colon_unit = extract_colon_unit( zPath, path, &p_index );
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c7337 const char *zPath,
7344 zUnicodeName = sqlite3_win32_utf8_to_unicode(zPath);
7365 const char *zPath,
7369 int rc = stat(zPath, pStatBuf);
7370 if( rc==0 ) statTimesToUtc(zPath, pStatBuf);
7373 return stat(zPath, pStatBuf);
7383 const char *zPath,
7387 int rc = lstat(zPath, pStatBuf);
7388 if( rc==0 ) statTimesToUtc(zPath, pStatBuf);
7391 return lstat(zPath, pStatBu
7336 statTimesToUtc( const char *zPath, struct stat *pStatBuf ) argument
7364 fileStat( const char *zPath, struct stat *pStatBuf ) argument
7382 fileLinkStat( const char *zPath, struct stat *pStatBuf ) argument
7664 char *zPath; /* Path to current entry */ member in struct:fsdir_cursor
9195 apndDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync) argument
9202 apndAccess( sqlite3_vfs *pVfs, const char *zPath, int flags, int *pResOut ) argument
9210 apndFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) argument
9218 apndDlOpen(sqlite3_vfs *pVfs, const char *zPath) argument
10646 zipfileNewEntry(const char *zPath) argument
10872 const char *zPath = 0; /* Path for new entry */ local
28601 char *zDrive, *zPath; local
[all...]
H A Dsqlite3.c6783 ** LPCWSTR zPath = Windows::Storage::ApplicationData::Current->
6787 ** WideCharToMultiByte(CP_UTF8, 0, zPath, -1, zPathBuf, sizeof(zPathBuf),
25973 sqlite3OsOpen( sqlite3_vfs *pVfs, const char *zPath, sqlite3_file *pFile, int flags, int *pFlagsOut ) argument
25991 sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync) argument
25996 sqlite3OsAccess( sqlite3_vfs *pVfs, const char *zPath, int flags, int *pResOut ) argument
26005 sqlite3OsFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nPathOut, char *zPathOut ) argument
26016 sqlite3OsDlOpen(sqlite3_vfs *pVfs, const char *zPath) argument
37892 kvvfsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync) argument
37906 kvvfsAccess( sqlite3_vfs *pProtoVfs, const char *zPath, int flags, int *pResOut ) argument
37937 kvvfsFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) argument
37958 kvvfsDlOpen(sqlite3_vfs *pVfs, const char *zPath) argument
38285 const char *zPath; /* Name of the file */ member in struct:unixFile
39287 unixLogErrorAtLine( int errcode, const char *zFunc, const char *zPath, int iLine ) argument
44099 findReusableFd(const char *zPath, int flags) argument
44188 findCreateFileMode( const char *zPath, int flags, mode_t *pMode, uid_t *pUid, gid_t *pGid ) argument
44268 unixOpen( sqlite3_vfs *pVfs, const char *zPath, sqlite3_file *pFile, int flags, int *pOutFlags ) argument
44547 unixDelete( sqlite3_vfs *NotUsed, const char *zPath, int dirSync ) argument
44595 unixAccess( sqlite3_vfs *NotUsed, const char *zPath, int flags, int *pResOut ) argument
44722 unixFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) argument
46574 const char *zPath; /* Full pathname of this file */ member in struct:winFile
48385 winLogErrorAtLine( int errcode, DWORD lastErrno, const char *zFunc, const char *zPath, int iLine ) argument
53153 memdbAccess( sqlite3_vfs *pVfs, const char *zPath, int flags, int *pResOut ) argument
53171 memdbFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) argument
53185 memdbDlOpen(sqlite3_vfs *pVfs, const char *zPath) argument
119810 char *zPath = 0; local
205904 jsonLookupStep( JsonParse *pParse, u32 iRoot, const char *zPath, u32 iLabel ) argument
206400 const char *zPath = 0; local
206859 const char *zPath = (const char*)sqlite3_value_text(argv[1]); local
206940 const char *zPath = (const char*)sqlite3_value_text(argv[i]); local
207313 const char *zPath = 0; /* Path of element to be removed */ local
207420 const char *zPath = 0; local
221443 rbuVfsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync) argument
221452 rbuVfsAccess( sqlite3_vfs *pVfs, const char *zPath, int flags, int *pResOut ) argument
221500 rbuVfsFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) argument
221514 rbuVfsDlOpen(sqlite3_vfs *pVfs, const char *zPath) argument
221802 char *zPath; /* Path to this page */ member in struct:StatPage
221827 char *zPath; /* Value of 'path' column */ member in struct:StatCursor
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/
H A Dconfigure24409 char zPath[PATH_MAX+1];
24411 char *pz = realpath(argv[0], zPath);
24412 return (pz == zPath) ? 0 : 1;

Completed in 659 milliseconds