Home
last modified time | relevance | path

Searched refs:outer (Results 1 – 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.break32 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 Dtst.TranslateSelf.d51 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 Djoin4_28.test14 # 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 Djoin3_28.test14 # This file implements tests for joins, including outer joins, where
H A Djoin2.test14 # This file implements tests for joins, including outer joins.
H A Djoin.test14 # This file implements tests for joins, including outer joins.
300 usuarios left outer join centros on usuarios.idcentro = centros.id;
H A Dmisc3.test212 # gives different results that if the outer "SELECT * FROM ..." is omitted.
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c5756 ASSERT(outer->sq_outer == NULL && outer->sq_onext != NULL && in outer_enter()
5764 cv_wait(&outer->sq_wait, SQLOCK(outer)); in outer_enter()
5777 for (sq = outer->sq_onext; sq != outer; sq = sq->sq_onext) { in outer_enter()
5846 ASSERT(outer->sq_outer == NULL && outer->sq_onext != NULL && in outer_exit()
5873 for (sq = outer->sq_onext; sq != outer; sq = sq->sq_onext) in outer_exit()
5880 for (sq = outer->sq_onext; sq != outer; sq = sq->sq_onext) in outer_exit()
5906 ASSERT(outer->sq_outer == NULL && outer->sq_onext != NULL && in outer_insert()
5937 ASSERT(outer->sq_outer == NULL && outer->sq_onext != NULL && in outer_remove()
5977 outer->sq_evhead = outer->sq_evtail = mp; in queue_writer()
6012 ASSERT(outer->sq_outer == NULL && outer->sq_onext != NULL && in qwriter_outer()
[all …]
H A Dddi.c692 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 Dcheck_rosenberg.c150 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 Dsmatch_helper.c923 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 DLocalityDomain.java233 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 Dt.break37 print "outer", i, j
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DDATable.java308 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 Dldap_key_seq.c221 #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 Ddup_avl.c351 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 Dfchba.c1696 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 Dregcomp.c74 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 Doce_hw.h846 uint16_t outer; member
848 uint16_t outer;
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex73 % 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
4113 \outer\parseargdef\centerchap{%
4126 \outer\parseargdef\numberedsec{\numhead1{#1}} % normally calls seczzz
4139 \outer\parseargdef\unnumberedsec{\unnmhead1{#1}} % normally calls unnumberedseczzz
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c6208 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 DHISTORY154 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 Dstructure.tex319 \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 Dsqlite.h.in195 ** in the outer call.
219 ** in the outer call.
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.news448 :abbr foo find outer otter
449 which maps "foo" to "find outer otter". Abbreviations can be

12