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

/netbsd-current/usr.sbin/makemandb/
H A Dcustom_apropos_tokenizer.c308 * ending to zTo.
310 * The input word *pz and zFrom are both in reverse order. zTo
321 const char *zTo, /* ... change the ending to this (not reversed) */
334 while (*zTo) {
335 *(--z) = *(zTo++);
318 stem( char **pz, const char *zFrom, const char *zTo, int (*xCond) (const char *) ) argument
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c7456 const char *zTo = (const char*)sqlite3_value_text(pData); local
7457 if( zTo==0 || symlink(zTo, zFile)<0 ) return 1;
H A Dsqlite3.c18489 char *zTo; /* Name of table that the key points to (aka: Parent) */ member in struct:FKey
18490 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */
18491 FKey *pPrevTo; /* Previous with the same zTo */
18497 struct sColMap { /* Mapping of columns in pFrom to columns in zTo */
18499 char *zCol; /* Name of column in zTo. If NULL use PRIMARY KEY */
193235 stem( char **pz, const char *zFrom, const char *zTo, int (*xCond)(const char*) ) argument
[all...]

Completed in 549 milliseconds