Searched refs:zPath (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/ntp/sntp/libopts/compat/ |
| H A D | pathfind.c | 45 char zPath[ AG_PATH_MAX + 1 ]; in pathfind() local 56 char * colon_unit = extract_colon_unit( zPath, path, &p_index ); in pathfind()
|
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 8068 static int fileio_chmod(const char *zPath, int pmode){ in fileio_chmod() argument 8069 sqlite3_int64 sz = strlen(zPath); in fileio_chmod() 8073 sz = MultiByteToWideChar(CP_UTF8, 0, zPath, sz, b1, sz); in fileio_chmod() 8085 static int fileio_mkdir(const char *zPath){ in fileio_mkdir() argument 8086 sqlite3_int64 sz = strlen(zPath); in fileio_mkdir() 8090 sz = MultiByteToWideChar(CP_UTF8, 0, zPath, sz, b1, sz); in fileio_mkdir() 8227 const char *zPath, in statTimesToUtc() argument 8234 zUnicodeName = sqlite3_win32_utf8_to_unicode(zPath); in statTimesToUtc() 8255 const char *zPath, in fileStat() argument 8259 sqlite3_int64 sz = strlen(zPath); in fileStat() [all …]
|
| H A D | sqlite3.c | 26753 const char *zPath, in sqlite3OsOpen() argument 26764 assert( zPath || (flags & SQLITE_OPEN_EXCLUSIVE) ); in sqlite3OsOpen() 26765 rc = pVfs->xOpen(pVfs, zPath, pFile, flags & 0x1087f7f, pFlagsOut); in sqlite3OsOpen() 26769 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in sqlite3OsDelete() argument 26772 return pVfs->xDelete!=0 ? pVfs->xDelete(pVfs, zPath, dirSync) : SQLITE_OK; in sqlite3OsDelete() 26776 const char *zPath, in sqlite3OsAccess() argument 26781 return pVfs->xAccess(pVfs, zPath, flags, pResOut); in sqlite3OsAccess() 26785 const char *zPath, in sqlite3OsFullPathname() argument 26791 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in sqlite3OsFullPathname() 26794 SQLITE_PRIVATE void *sqlite3OsDlOpen(sqlite3_vfs *pVfs, const char *zPath){ in sqlite3OsDlOpen() argument [all …]
|
| /freebsd/contrib/ntp/sntp/libopts/m4/ |
| H A D | libopts.m4 | 306 char zPath@<:@PATH_MAX+1@:>@; 308 char *pz = realpath(argv@<:@0@:>@, zPath); 309 return (pz == zPath) ? 0 : 1;
|
| /freebsd/contrib/ntp/sntp/ |
| H A D | configure | 26578 char zPath[PATH_MAX+1]; 26580 char *pz = realpath(argv[0], zPath); 26581 return (pz == zPath) ? 0 : 1;
|