/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/ |
H A D | t.break3 | 2 outer 2 2 3 outer 1 2 6 outer 3 2 10 outer 4 2 16 outer 6 2 19 outer 3 2 22 outer 3 2 25 outer 3 2 28 outer 3 2 31 outer 3 2 [all …]
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/translators/ |
H A D | tst.TranslateSelf.d | 51 struct output_struct outer; 59 outer = xlate < struct output_struct > (out); 61 printf("outer.myi: %d\t outer.myc: %c\n", outer.myi, outer.myc); 65 /(1234 != outer.myi) || ('a' != outer.myc)/ 71 /(1234 == outer.myi) && ('a' == outer.myc)/
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | join4_28.test | 14 # This file implements tests for left outer joins containing WHERE 35 select * from t1 left outer join t2 on t1.a=t2.x where t2.z='ok' 40 select * from t1 left outer join t2 on t1.a=t2.x and t2.z='ok' 48 select * from t1 left outer join t2 on t1.a=t2.x where t2.z='ok' 53 select * from t1 left outer join t2 on t1.a=t2.x and t2.z='ok' 58 select * from t1 left outer join t2 on t1.a=t2.x where t2.z>='ok' 63 select * from t1 left outer join t2 on t1.a=t2.x and t2.z>='ok' 68 select * from t1 left outer join t2 on t1.a=t2.x where t2.z IN ('ok') 73 select * from t1 left outer join t2 on t1.a=t2.x and t2.z IN ('ok')
|
H A D | join3_28.test | 14 # This file implements tests for joins, including outer joins, where
|
H A D | join2.test | 14 # This file implements tests for joins, including outer joins.
|
H A D | join.test | 14 # This file implements tests for joins, including outer joins. 300 usuarios left outer join centros on usuarios.idcentro = centros.id;
|
H A D | misc3.test | 212 # gives different results that if the outer "SELECT * FROM ..." is omitted.
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | strsubr.c | 2127 syncq_t *sq, *outer; in munlink() local 2154 if ((outer = sq->sq_outer) != NULL) { in munlink() 2171 wait_syncq(outer); in munlink() 2515 syncq_t *sq, *outer; in setq() local 2535 outer = sq->sq_outer; in setq() 2536 if (outer != NULL) { in setq() 2537 ASSERT(wq->q_syncq->sq_outer == outer); in setq() 2538 outer_remove(outer, rq->q_syncq); in setq() 2540 outer_remove(outer, wq->q_syncq); in setq() 2645 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()
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_rosenberg.c | 150 static int member_initialized(char *name, struct symbol *outer, struct symbol *member, int pointer) in member_initialized() argument 164 if (get_state(my_member_id, buf, outer)) in member_initialized() 170 static int member_uninitialized(char *name, struct symbol *outer, struct symbol *member, int pointe… in member_uninitialized() argument 185 sm = get_sm_state(my_member_id, buf, outer); in member_uninitialized() 196 struct symbol *outer; in check_members_initialized() local 212 name = expr_to_var_sym(expr, &outer); in check_members_initialized() 220 if (member_initialized(name, outer, tmp, pointer)) in check_members_initialized() 227 if (member_uninitialized(name, outer, tmp, pointer)) { in check_members_initialized()
|
H A D | smatch_helper.c | 923 char *full, *outer; in get_member_name() local 946 outer = expr_to_str(deref); in get_member_name() 947 if (!outer) { in get_member_name() 951 len = strlen(outer); in get_member_name() 952 if (strncmp(outer, full, len) != 0) { in get_member_name() 954 free_string(outer); in get_member_name() 962 free_string(outer); in get_member_name()
|
/illumos-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()
|
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/ |
H A D | t.break3 | 7 print "outer", i, j
|
/illumos-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
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | ldap_key_seq.c | 221 #define safe_syncbuf(outer,inner) \ argument 223 (inner)->next == (outer)->next + buflen)) \ 225 asn1buf_sync((outer), (inner), 0, 0, 0, 0, 0);
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | dup_avl.c | 351 void *outer = NULL; /* traversal cookie */ in free_invert_frags() local 356 while ((inode_dup = avl_destroy_nodes(tree, &outer)) != NULL) { in free_invert_frags()
|
/illumos-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()
|
/illumos-gate/usr/src/lib/libc/port/regex/ |
H A D | regcomp.c | 74 bool outer; member 602 else if ((ate > 1 || (bc->outer && !MORE())) && !p_branch_empty(p, bc)) in p_branch_do() 659 bc.outer = true; in p_re() 661 bc.outer = false; in p_re()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_hw.h | 846 uint16_t outer; member 848 uint16_t outer;
|
/illumos-gate/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 …]
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fctl.c | 6208 int outer; in fctl_lookup_pd_by_index() local 6215 for (outer = 0; in fctl_lookup_pd_by_index() 6216 outer < pwwn_table_size && match <= index; in fctl_lookup_pd_by_index() 6217 outer++) { in fctl_lookup_pd_by_index() 6218 head = &port->fp_pwwn_table[outer]; in fctl_lookup_pd_by_index()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | HISTORY | 154 use GETCHR() and ISSPECIAL() in outer pplex() loop -- up to 10%
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | structure.tex | 319 \node[draw=ocre!60,line width=1pt,circle,fill=ocre!25,font=\sffamily\bfseries,inner sep=2pt,outer s…
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 195 ** in the outer call. 219 ** in the outer call.
|
/illumos-gate/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
|