Searched refs:zPath (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/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-14.2/contrib/sqlite3/ |
| H A D | shell.c | 7407 const char *zPath, in statTimesToUtc() argument 7435 const char *zPath, in fileStat() argument 7453 const char *zPath, in fileLinkStat() argument 7814 pCur->zPath = 0; in fsdirResetCursor() 7870 pCur->zPath = 0; in fsdirNext() 7904 pCur->zPath = 0; in fsdirNext() 7989 return (pCur->zPath==0); in fsdirEof() 8029 if( pCur->zPath==0 ){ in fsdirFilter() 9282 const char *zPath, in apndAccess() argument 9290 const char *zPath, in apndFullPathname() argument [all …]
|
| H A D | sqlite3.c | 38285 zPath = "local"; 39674 if( zPath==0 ) zPath = ""; 44881 assert( zPath==0 || zPath[0]=='/' 45056 while( zPath[i] && zPath[i]!='/' ){ i++; } 48749 if( zPath==0 ) zPath = ""; 207699 zPath++; 207702 for(i=1; zPath[i] && zPath[i]!='"'; i++){} 207713 for(i=0; zPath[i] && zPath[i]!='.' && zPath[i]!='['; i++){} 207797 if( zPath[2]=='-' && sqlite3Isdigit(zPath[3]) ){ 208628 i = jsonLookupStep(p, 0, zPath[0]=='$' ? zPath+1 : "@", 0); [all …]
|
| /freebsd-14.2/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-14.2/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;
|