/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_sugar.c | 88 dt_sugar_append_clause(dt_sugar_parse_t *dp, dt_node_t *clause) in dt_sugar_append_clause() argument 90 dp->dtsp_clause_list = dt_node_link(dp->dtsp_clause_list, clause); in dt_sugar_append_clause() 97 dt_sugar_prepend_clause(dt_sugar_parse_t *dp, dt_node_t *clause) in dt_sugar_prepend_clause() argument 99 dp->dtsp_clause_list = dt_node_link(clause, dp->dtsp_clause_list); in dt_sugar_prepend_clause() 461 dt_compile_sugar(dtrace_hdl_t *dtp, dt_node_t *clause) in dt_compile_sugar() argument 467 dp.dtsp_pdescs = clause->dn_pdescs; in dt_compile_sugar() 474 dt_sugar_visit_all(&dp, clause); in dt_compile_sugar() 484 dt_sugar_append_clause(&dp, dt_node_clause(clause->dn_pdescs, in dt_compile_sugar() 485 clause->dn_pred, clause->dn_acts)); in dt_compile_sugar() 487 if (clause->dn_pred != NULL) { in dt_compile_sugar() [all …]
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | cstyle.pl | 559 my $clause = $2; 564 ($clause ne "") && 565 (!($clause =~ /^\s+\/\*.*\*\/$/)) && 566 (!($clause =~ /^\s+\/\/.*$/))) {
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | limit.test | 13 # focus of this file is testing the LIMIT ... OFFSET ... clause 225 } {1 {LIMIT clause should come after UNION ALL not before}} 230 } {1 {LIMIT clause should come after UNION not before}} 235 } {1 {LIMIT clause should come after EXCEPT not before}} 240 } {1 {LIMIT clause should come after INTERSECT not before}}
|
H A D | select4.test | 110 } {1 {ORDER BY clause should come after UNION ALL not before}} 138 } {1 {ORDER BY clause should come after UNION not before}} 188 } {1 {ORDER BY clause should come after EXCEPT not before}} 246 } {1 {ORDER BY clause should come after INTERSECT not before}} 444 # an expression in the WHERE clause.
|
H A D | misc1.test | 269 # A WHERE clause is not allowed to contain more than 99 terms. Check to 284 } {1 {WHERE clause too complex - no more than 100 terms allowed}} 294 } {1 {WHERE clause too complex - no more than 100 terms allowed}} 307 } {1 {WHERE clause too complex - no more than 100 terms allowed}}
|
H A D | minmax.test | 178 # is a LIMIT clause. Ticket #396. 262 # Ticket #658: Test the min()/max() optimization when the FROM clause
|
H A D | select2.test | 117 # Make sure we can optimize functions in the WHERE clause that
|
H A D | trigger2.test | 31 # trigger2-3.2: WHEN clause 44 # 6. ON CONFLICT clause handling 348 # trigger2-3.2: WHEN clause
|
H A D | join.test | 188 } {1 {a NATURAL join may not have an ON or USING clause}} 193 } {1 {a NATURAL join may not have an ON or USING clause}}
|
H A D | subselect.test | 104 # Verify that the ORDER BY clause is honored in a subquery.
|
H A D | format3.test | 453 # Test to see that the special case of a constant WHERE clause is 477 # Verify that IN operators in a WHERE clause are handled correctly. 570 # Check out the logic that attempts to implement the ORDER BY clause
|
H A D | where.test | 254 # Test to see that the special case of a constant WHERE clause is 278 # Verify that IN operators in a WHERE clause are handled correctly. 371 # Check out the logic that attempts to implement the ORDER BY clause
|
H A D | null.test | 108 # is the same as UNKNOWN. The WHERE clause should only select those
|
H A D | select6.test | 14 # subqueries in their FROM clause. 340 # Subselects with no FROM clause
|
H A D | select3.test | 124 } {1 {a GROUP BY clause is required before HAVING}}
|
H A D | update.test | 485 # Make sure we can handle a subquery in the where clause. 503 # were discovered in the WHERE clause.
|
H A D | copy.test | 83 # Test out the USING DELIMITERS clause
|
H A D | delete.test | 67 # Semantic errors in the WHERE clause
|
H A D | rowid.test | 130 # But we can use ROWID in the WHERE clause of an UPDATE that does not 279 # Make sure a "WHERE rowid=X" clause works when there is no ROWID of X.
|
H A D | insert.test | 162 # Test of expressions in the VALUES clause
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | THIRDPARTYLICENSE | 43 other people's Copyright and are distributed under various 2-clause 44 and 3-clause BSD licenses; see these individual files for details.
|
/illumos-gate/usr/src/data/perfmon/ |
H A D | THIRDPARTYLICENSE | 1 The following files are distributed under the terms of the 3-clause BSD license:
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | THIRDPARTYLICENSE.pciids.tmpl | 2 Sun chooses to license this file under the 3-clause BSD license, reproduced
|
/illumos-gate/usr/src/cmd/dtrace/demo/ |
H A D | Makefile | 35 clause.d \
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | LICENSE | 3 licensed under the three clause BSD license and avl.[ch] which are MIT licensed.
|