OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zTo
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/makemandb/
custom_apropos_tokenizer.c
308
* 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
++);
/src/external/public-domain/sqlite/dist/
shell.c
10065
const char *
zTo
= (const char*)sqlite3_value_text(pData);
10066
if(
zTo
==0 ) return 1;
10068
if( symlink(
zTo
, zFile)<0 ) return 1;
[
all
...]
sqlite3.c
19610
char *
zTo
; /* Name of table that the key points to (aka: Parent) */
19611
FKey *pNextTo; /* Next with the same
zTo
. Next child of
zTo
. */
19612
FKey *pPrevTo; /* Previous with the same
zTo
*/
19618
struct sColMap { /* Mapping of columns in pFrom to columns in
zTo
*/
19620
char *zCol; /* Name of column in
zTo
. If NULL use PRIMARY KEY */
19625
** does NOT include space to hold the
zTo
name. */
[
all
...]
Completed in 80 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026