Searched refs:WHERE (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-arc.h63 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP) \
64 arc_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
H A Dobj-coff.h331 #define obj_emit_lineno(WHERE, LINE, FILE_START) abort ()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql35 WHERE wc_id = ?1 AND local_relpath = ?2
50 WHERE wc_id = ?1 AND local_relpath = ?2
58 WHERE wc_id = ?1 AND local_relpath = ?2 AND op_depth = 0
71 WHERE wc_id = ?1 AND local_relpath = ?2 AND op_depth = 0
77 WHERE wc_id = ?1 AND parent_relpath = ?2 AND op_depth = 0
86 WHERE wc_id = ?1 AND parent_relpath = ?2 AND op_depth = 0
95 WHERE wc_id = ?1 AND local_relpath = ?2 AND op_depth > 0
104 WHERE wc_id = ?1 AND local_relpath = ?2 AND op_depth = ?3
109 WHERE wc_id = ?1 AND local_relpath = ?2 AND op_depth > ?3
116 WHERE wc_i
[all...]
H A Dwc-checks.sql59 WHERE wc_id = new.wc_id AND op_depth = new.op_depth
72 WHERE wc_id = new.wc_id
80 FROM nodes n WHERE local_relpath != ''
88 FROM actual_node a WHERE local_relpath != ''
98 FROM actual_node a WHERE local_relpath != ''
100 WHERE i.wc_id=a.wc_id
103 WHERE i.wc_id=a.wc_id
113 WHERE i.wc_id=a.wc_id AND i.local_relpath=a.local_relpath)
114 WHERE (a.properties IS NOT NULL
120 WHERE
[all...]
H A Dwc-metadata.sql495 WHERE op_depth = (SELECT MAX(op_depth) FROM nodes AS n2
496 WHERE n2.wc_id = n.wc_id
504 WHERE op_depth = 0;
513 WHERE checksum = NEW.checksum;
521 WHERE checksum = OLD.checksum;
530 WHERE checksum = NEW.checksum;
532 WHERE checksum = OLD.checksum;
601 WHERE tbl in ('NODES', 'ACTUAL_NODE', 'LOCK', 'WC_LOCK', 'EXTERNALS');
638 WHERE md5_checksum = BASE_NODE.checksum)
639 WHERE EXIST
[all...]
/freebsd-10-stable/usr.bin/finger/
H A Dfinger.h63 } WHERE; typedef in typeref:struct:where
H A Dutil.c60 static void find_idle_and_ttywrite(WHERE *);
62 static WHERE *walloc(PERSON *);
107 WHERE *w;
144 WHERE *w;
222 static WHERE *
225 WHERE *w;
227 if ((w = malloc(sizeof(WHERE))) == NULL)
289 find_idle_and_ttywrite(WHERE *w)
H A Dsprint.c55 static void stimeprint(WHERE *);
61 WHERE *w;
163 stimeprint(WHERE *w)
H A Dlprint.c102 WHERE *w;
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql40 WHERE hash = ?1
49 WHERE revision >= ?1 AND revision <= ?2
57 WHERE revision > ?1
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache-db.sql42 WHERE hash = ?1
51 WHERE revision >= ?1 AND revision <= ?2
59 WHERE revision > ?1
/freebsd-10-stable/contrib/ntp/
H A DMakefile.am43 WHERE-TO-START \
H A DMakefile.in561 WHERE-TO-START \
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c3737 ** WHERE clause might influence the choice of query plan for a statement,
3741 ** ^The specific value of WHERE-clause [parameter] might influence the
6082 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
6095 ** and makes other simplifications to the WHERE clause in an attempt to
6096 ** get as many WHERE clause terms into the form shown above as possible.
6097 ** ^The aConstraint[] array only reports WHERE clause terms that are
6173 } *aConstraint; /* Table of WHERE clause constraints */
6370 ** SELECT zColumn FROM zDb.zTable WHERE [rowid] = iRow;
8662 ** SELECT ... FROM <rtree> WHERE <rtree col> MATCH $zGeom(... params ...)
8688 ** SELECT ... FROM <rtree> WHERE <rtre
[all...]

Completed in 531 milliseconds