Home
last modified time | relevance | path

Searched refs:zPath (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/ntp/sntp/libopts/compat/
H A Dpathfind.c45 char zPath[ AG_PATH_MAX + 1 ]; in pathfind() local
56 char * colon_unit = extract_colon_unit( zPath, path, &p_index ); in pathfind()
/freebsd-12.1/contrib/sqlite3/
H A Dshell.c2335 const char *zPath, in statTimesToUtc() argument
2363 const char *zPath, in fileStat() argument
2381 const char *zPath, in fileLinkStat() argument
2733 pCur->zPath = 0; in fsdirResetCursor()
2789 pCur->zPath = 0; in fsdirNext()
2823 pCur->zPath = 0; in fsdirNext()
2908 return (pCur->zPath==0); in fsdirEof()
2948 if( pCur->zPath==0 ){ in fsdirFilter()
4085 const char *zPath, in apndAccess() argument
4093 const char *zPath, in apndFullPathname() argument
[all …]
H A Dsqlite3.c34715 if( zPath==0 ) zPath = "";
39661 assert( zPath==0 || zPath[0]=='/'
43676 if( zPath==0 ) zPath = "";
185688 zPath++;
185691 for(i=1; zPath[i] && zPath[i]!='"'; i++){}
185701 for(i=0; zPath[i] && zPath[i]!='.' && zPath[i]!='['; i++){}
185727 zPath += i;
185761 if( zPath[2]=='-' && safe_isdigit(zPath[3]) ){
185871 zErr = zPath;
185874 zPath++;
[all …]
/freebsd-12.1/contrib/ntp/sntp/libopts/m4/
H A Dlibopts.m4312 char zPath@<:@PATH_MAX+1@:>@;
314 char *pz = realpath(argv@<:@0@:>@, zPath);
315 return (pz == zPath) ? 0 : 1;
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c14462 const char *zPath, in sqlite3OsOpen() argument
14482 const char *zPath, in sqlite3OsAccess() argument
14491 const char *zPath, in sqlite3OsFullPathname() argument
25623 if( zPath==0 ) zPath = "";
29134 pNew->zPath = zFilename;
29647 zPath = zName;
29841 if( zPath[0]=='/' ){
32207 if( zPath==0 ) zPath = "";
34200 pFile->zPath = zName;
78399 char *zPath = 0;
[all …]
/freebsd-12.1/contrib/ntp/sntp/
H A Dconfigure24409 char zPath[PATH_MAX+1];
24411 char *pz = realpath(argv[0], zPath);
24412 return (pz == zPath) ? 0 : 1;