| /onnv-gate/usr/src/cmd/dtrace/test/tst/common/translators/ |
| H A D | tst.TranslateSelf.d | 53 struct output_struct outer; 61 outer = xlate < struct output_struct > (out); 63 printf("outer.myi: %d\t outer.myc: %c\n", outer.myi, outer.myc); 67 /(1234 != outer.myi) || ('a' != outer.myc)/ 73 /(1234 == outer.myi) && ('a' == outer.myc)/
|
| /onnv-gate/usr/src/lib/libsqlite/test/ |
| H A D | join4_28.test | 16 # This file implements tests for left outer joins containing WHERE 37 select * from t1 left outer join t2 on t1.a=t2.x where t2.z='ok' 42 select * from t1 left outer join t2 on t1.a=t2.x and t2.z='ok' 50 select * from t1 left outer join t2 on t1.a=t2.x where t2.z='ok' 55 select * from t1 left outer join t2 on t1.a=t2.x and t2.z='ok' 60 select * from t1 left outer join t2 on t1.a=t2.x where t2.z>='ok' 65 select * from t1 left outer join t2 on t1.a=t2.x and t2.z>='ok' 70 select * from t1 left outer join t2 on t1.a=t2.x where t2.z IN ('ok') 75 select * from t1 left outer join t2 on t1.a=t2.x and t2.z IN ('ok')
|
| H A D | join3_28.test | 16 # This file implements tests for joins, including outer joins, where
|
| H A D | join2.test | 16 # This file implements tests for joins, including outer joins.
|
| H A D | join.test | 16 # This file implements tests for joins, including outer joins. 302 usuarios left outer join centros on usuarios.idcentro = centros.id;
|
| H A D | misc3.test | 214 # gives different results that if the outer "SELECT * FROM ..." is omitted.
|
| /onnv-gate/usr/src/uts/common/os/ |
| H A D | strsubr.c | 2113 syncq_t *sq, *outer; in munlink() local 2140 if ((outer = sq->sq_outer) != NULL) { in munlink() 2157 wait_syncq(outer); in munlink() 2490 syncq_t *sq, *outer; in setq() local 2510 outer = sq->sq_outer; in setq() 2511 if (outer != NULL) { in setq() 2512 ASSERT(wq->q_syncq->sq_outer == outer); in setq() 2513 outer_remove(outer, rq->q_syncq); in setq() 2515 outer_remove(outer, wq->q_syncq); in setq() 2620 outer = dmp->dm_sq; in setq() [all …]
|
| H A D | ddi.c | 692 syncq_t *sq, *outer; in qwait_sig() local 709 outer = sq->sq_outer; in qwait_sig() 714 if (outer) in qwait_sig() 715 outer_exit(outer); in qwait_sig() 805 syncq_t *sq, *outer; in qwait() local 821 outer = sq->sq_outer; in qwait() 826 if (outer) in qwait() 827 outer_exit(outer); in qwait()
|
| /onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/ |
| H A D | LocalityDomain.java | 233 Iterator outer = groups.iterator(); in calcMaxLatency() local 234 while (outer.hasNext()) { in calcMaxLatency() 236 LocalityGroup g1 = (LocalityGroup) outer.next(); in calcMaxLatency()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| H A D | local.t | 89 $a = 'outer'; 91 print +($a eq 'outer') ? "" : "not ", "ok 35\n";
|
| H A D | closure.t | 290 sub outer { 298 $outer = sub { 542 my $outer;
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/ |
| H A D | dprofpp.PL | 676 my %outer; 784 $outer{$name}++; 803 while (my ($key, $count) = each %outer) { 839 my($stack, $tstack, $t, $times, $ctimes, $name, $in, $tab, $deep, $outer) = @_; 869 unless --$outer->{$name};
|
| /onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| H A D | DATable.java | 308 outer: for (i = 0; i < n && equivalent == false; i++) { in addToEquivClass() 318 continue outer; in addToEquivClass() local
|
| /onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
| H A D | ldap_key_seq.c | 223 #define safe_syncbuf(outer,inner) \ argument 225 (inner)->next == (outer)->next + buflen)) \ 227 asn1buf_sync((outer), (inner), 0, 0, 0, 0, 0);
|
| /onnv-gate/usr/src/common/openssl/doc/crypto/ |
| H A D | DSA_generate_parameters.pod | 48 B<callback(1, i, cb_arg)> is called in the outer loop 67 B<callback(1, i, cb_arg)> is called in the outer loop
|
| /onnv-gate/usr/src/cmd/fs.d/ufs/fsck/ |
| H A D | dup_avl.c | 353 void *outer = NULL; /* traversal cookie */ in free_invert_frags() local 358 while ((inode_dup = avl_destroy_nodes(tree, &outer)) != NULL) { in free_invert_frags()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perllol.pod | 28 Now you should be very careful that the outer bracket type 42 Notice that the outer bracket type has changed, and so our access syntax 193 using the shell-style for() construct to loop across the outer
|
| H A D | perlintern.pod | 505 any outer lexicals. 601 in the inner pads if it's found in an outer one. innercv is the CV *inside* 602 the chain of outer CVs to be searched. If newoff is non-null, this is a 615 the complications introduced by eval). If the name is found in an outer pad, 727 inner subs to the outer of this cv.
|
| H A D | perl5004delta.pod | 1513 variable defined in an outer subroutine. 1516 the outer subroutine's variable as it was before and during the 1517 *first* call to the outer subroutine; in this case, after the first 1518 call to the outer subroutine is complete, the inner and outer 1522 Furthermore, if the outer subroutine is anonymous and references a 1523 lexical variable outside itself, then the outer and inner subroutines 1528 reference variables in outer subroutines are called or referenced,
|
| H A D | perlref.pod | 663 sub outer { 671 sub outer { 677 Now inner() can only be called from within outer(), because of the 680 of outer().
|
| H A D | perlpodspec.pod | 1829 =begin outer 1841 =end outer 1845 =begin outer 1853 =end outer 1859 This latter is improper because when the "=end outer" command is seen, the 1860 currently open region has the formatname "inner", not "outer". (It just 1861 happens that "outer" is the format name of a higher-up region.) This is 1865 a region called "outer" which contains X and Y, overlapping a region called
|
| /onnv-gate/usr/src/cmd/luxadm/ |
| H A D | fchba.c | 1696 struct lun_tracking *outer; in fchba_display_config() local 1698 for (outer = head; outer != NULL; in fchba_display_config() 1699 outer = outer->next_lun) { in fchba_display_config() 1701 for (inner = outer; inner != NULL; in fchba_display_config()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/strict/ |
| H A D | vars | 283 # strict vars with outer our - no error 305 # strict vars with outer our, inner use - no error
|
| /onnv-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
| H A D | oce_hw.h | 844 uint16_t outer; member 846 uint16_t outer;
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/run/ |
| H A D | fresh_perl.t | 320 my $a = 'outer';
|