/titanic_41/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)/
|
/titanic_41/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.
|
/titanic_41/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()
|
/titanic_41/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()
|
/titanic_41/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
|
/titanic_41/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);
|
/titanic_41/usr/src/cmd/mandoc/ |
H A D | tbl_term.c | 242 tbl_hframe(struct termp *tp, const struct tbl_span *sp, int outer) in tbl_hframe() argument 249 tbl_char(tp, (outer ? '-' : '+'), hp->vert); in tbl_hframe()
|
/titanic_41/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()
|
/titanic_41/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()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_hw.h | 846 uint16_t outer; member 848 uint16_t outer;
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 73 % We never want plain's \outer definition of \+ in Texinfo. 327 \hfil % center the page within the outer (page) hsize. 1147 \outer\def\bye{\pagealignmacro\tracingstats=1\ptexend} 2765 % Make sure we don't inherit \rightskip from the outer environment. 3037 % except not \outer, so it can be used within macros and \if's. 4043 \outer\parseargdef\chapter{\numhead0{#1}} % normally numhead0 calls chapterzzz 4065 \outer\parseargdef\appendix{\apphead0{#1}} % normally apphead0 calls appendixzzz 4082 \outer\parseargdef\unnumbered{\unnmhead0{#1}} % normally unnmhead0 calls unnumberedzzz 4113 \outer\parseargdef\centerchap{% 4126 \outer\parseargdef\numberedsec{\numhead1{#1}} % normally calls seczzz [all …]
|
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fctl.c | 6202 int outer; in fctl_lookup_pd_by_index() local 6209 for (outer = 0; in fctl_lookup_pd_by_index() 6210 outer < pwwn_table_size && match <= index; in fctl_lookup_pd_by_index() 6211 outer++) { in fctl_lookup_pd_by_index() 6212 head = &port->fp_pwwn_table[outer]; in fctl_lookup_pd_by_index()
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | HISTORY | 154 use GETCHR() and ISSPECIAL() in outer pplex() loop -- up to 10%
|
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 198 ** in the outer call. 222 ** in the outer call.
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex.news | 448 :abbr foo find outer otter 449 which maps "foo" to "find outer otter". Abbreviations can be
|
/titanic_41/usr/src/data/zoneinfo/ |
H A D | australasia | 1684 # But some of the older, more conservative members from the outer
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 3327 outer
|