Home
last modified time | relevance | path

Searched refs:zTo (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.sbin/makemandb/
H A Dcustom_apropos_tokenizer.c321 const char *zTo, /* ... change the ending to this (not reversed) */ in stem() argument
334 while (*zTo) { in stem()
335 *(--z) = *(zTo++); in stem()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c7456 const char *zTo = (const char*)sqlite3_value_text(pData); in writeFile() local
7457 if( zTo==0 || symlink(zTo, zFile)<0 ) return 1; in writeFile()
H A Dsqlite3.c18489 char *zTo; /* Name of table that the key points to (aka: Parent) */ member
117001 if( 0==sqlite3_stricmp(pFKey->zTo, zTable)
117192 if( sqlite3_stricmp(pFKey->zTo, zOld)==0 ){
117193 renameTokenFind(&sParse, &sCtx, (void*)pFKey->zTo);
124266 pFKey->zTo = z;
124315 pFKey->zTo, (void *)pFKey
130939 pFKey->pFrom->zName, pFKey->zTo);
131579 && sqlite3_stricmp(pTab->zName, pFKey->zTo)!=0
131590 pTo = sqlite3FindTable(db, pFKey->zTo, zDb);
131592 pTo = sqlite3LocateTable(pParse, 0, pFKey->zTo, zDb);
[all …]