/titanic_51/usr/src/lib/libsqlite/test/ |
H A D | join.test | 18 # $Id: join.test,v 1.11 2003/09/27 13:39:40 drh Exp $ 23 do_test join-1.1 { 32 do_test join-1.2 { 42 do_test join-1.3 { 47 do_test join-1.3.1 { 52 do_test join-1.4 { 57 do_test join-1.5 { 62 do_test join-1.6 { 67 do_test join-1.7 { 73 do_test join [all...] |
H A D | join4_28.test | 17 # clauses that restrict the scope of the left term of the join. 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')
|
/titanic_51/usr/src/lib/libast/common/misc/ |
H A D | optjoin.c | 69 opt_info.state->join = 0; in optjoin() 74 opt_info.state->join++; in optjoin() 81 opt_info.state->join = 0; in optjoin() 88 opt_info.state->join = 0; in optjoin() 114 opt_info.state->join = 0; in optjoin()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | optjoin.c | 71 state->join = 0; in optjoin() 76 state->join++; in optjoin() 83 state->join = 0; in optjoin() 91 state->join = 0; in optjoin() 118 state->join = 0; in optjoin()
|
/titanic_51/usr/src/tools/scripts/ |
H A D | git-pbchk.py | 46 sys.path.insert(1, os.path.join(os.path.dirname(__file__), "..", "lib", 53 sys.path.insert(2, os.path.join(os.path.dirname(__file__), "..")) 99 return os.path.abspath(os.path.join(dir, os.path.pardir)) 154 (parent, ' '.join(paths))) 172 [os.path.join(root, ".git", "%s.NOT" % cmd), 173 os.path.join(root, "exception_lists", cmd)])) 184 c = os.path.abspath(os.path.join(root, path)).split(os.path.sep) 187 return os.path.join(*[os.path.pardir] * (len(s)-l) + c[l:])
|
H A D | copyrightchk.py | 34 sys.path.insert(1, os.path.join(os.path.dirname(__file__), "..", "lib", 38 sys.path.insert(2, os.path.join(os.path.dirname(__file__), '..'))
|
H A D | mapfilechk.py | 34 sys.path.insert(1, os.path.join(os.path.dirname(__file__), "..", "lib", 38 sys.path.insert(2, os.path.join(os.path.dirname(__file__), '..')) 105 path = os.path.join(dirname, f)
|
H A D | cddlchk.py | 34 sys.path.insert(1, os.path.join(os.path.dirname(__file__), "..", "lib", 38 sys.path.insert(2, os.path.join(os.path.dirname(__file__), '..')) 107 path = os.path.join(dirname, f)
|
H A D | hdrchk.py | 34 sys.path.insert(1, os.path.join(os.path.dirname(__file__), "..", "lib", 38 sys.path.insert(2, os.path.join(os.path.dirname(__file__), '..'))
|
/titanic_51/usr/src/tools/cscope-fast/ |
H A D | exec.c | 58 static int join(pid_t p); 98 exitcode = join(p); /* parent */ in execute() 135 /* join is the compliment of fork */ 138 join(pid_t p) in join() function
|
/titanic_51/usr/src/cmd/auditrecord/ |
H A D | audit_record_xml | 67 print join(";", @$program); 73 print join(";", @$see); 97 print " format=".join(":", @$format)."\n";
|
/titanic_51/usr/src/test/test-runner/cmd/ |
H A D | run | 298 with open(os.path.join(self.outputdir, 'stdout'), 'w') as out: 302 with open(os.path.join(self.outputdir, 'stderr'), 'w') as err: 306 with open(os.path.join(self.outputdir, 'merged'), 'w') as merged: 361 pretest = Cmd(self.pre, outputdir=os.path.join(self.outputdir, 366 posttest = Cmd(self.post, outputdir=os.path.join(self.outputdir, 418 self.pre = os.path.join(self.pathname, self.pre) 420 self.post = os.path.join(self.pathname, self.post) 446 if not verify_file(os.path.join(self.pathname, test)): 460 pretest = Cmd(self.pre, outputdir=os.path.join(self.outputdir, 463 posttest = Cmd(self.post, outputdir=os.path.join(sel [all...] |
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | RELEASE | 7 09-12-10 join.c: <wctype.h> for iswspace()! 12 09-11-30 join.c: handle -t mb 22 09-08-01 join.c: fix empty field null pointer deref 38 09-02-14 join.c: fix VSC failure 104 06-10-31 join.c: tone down /tmp usage vi SFSK_DISCARD 187 03-05-15 join.c: fix stealth -v2 bug (thanks ahs) 196 02-07-23 join.c: fix comm snarf typo 219 00-04-30 join: drop weird opt_info.argv reference 232 99-09-09 join: fix -j1 vs. -j 1, add --ignorecase 240 join,logname,paste,pathchk,tail,tee: long options [all …]
|
/titanic_51/usr/src/lib/libshell/common/tests/ |
H A D | sun_solaris_cr_6904878_join_-t_no_longer_works_with_multibyte_char_separator.sh | 178 #for cmd in "/usr/bin/join" "join" ; do 179 for cmd in "join" ; do
|
/titanic_51/usr/src/cmd/ast/libshell/common/tests/ |
H A D | sun_solaris_cr_6904878_join_-t_no_longer_works_with_multibyte_char_separator.sh | 27 # This test checks whether the AST "join" utility works with 30 # This was reported as CR #6904878 ("join -t no longer works with multibyte char separator"): 32 # join doesn't handle multibyte separator correctly. 47 # $ /usr/bin/join -j1 1 -j2 2 -o 1.1 -t `cat delim` input1 input2 178 #for cmd in "/usr/bin/join" "join" ; do 179 for cmd in "join" ; do
|
/titanic_51/usr/src/lib/libpp/common/ |
H A D | BUGS | 3 01/22/93 gsf "" join drops trailing newline of last token in last file 5 02/29/92 gsf "" join bombs if next line is #ident
|
/titanic_51/usr/src/contrib/ast/src/lib/libpp/ |
H A D | BUGS | 3 01/22/93 gsf "" join drops trailing newline of last token in last file 5 02/29/92 gsf "" join bombs if next line is #ident
|
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | RELEASE | 43 09-12-10 join.c: <wctype.h> for iswspace()! 48 09-11-30 join.c: handle -t mb 58 09-08-01 join.c: fix empty field null pointer deref 74 09-02-14 join.c: fix VSC failure 140 06-10-31 join.c: tone down /tmp usage vi SFSK_DISCARD 223 03-05-15 join.c: fix stealth -v2 bug (thanks ahs) 232 02-07-23 join.c: fix comm snarf typo 255 00-04-30 join: drop weird opt_info.argv reference 268 99-09-09 join: fix -j1 vs. -j 1, add --ignorecase 276 join,lognam [all...] |
/titanic_51/usr/src/cmd/ast/libshell/common/ |
H A D | illumos_cmdlist.h | 119 ASTCMDLIST(join) 120 BINCMDLIST(join) 121 GNUCMDLIST(join)
|
/titanic_51/usr/src/uts/common/io/atu/ |
H A D | atu.c | 427 struct atu_cmd_join join; in atu_join() local 431 bzero(&join, sizeof (join)); in atu_join() 432 join.Cmd = CMD_JOIN; in atu_join() 433 join.Reserved = 0x00; in atu_join() 434 join.Size = sizeof (join) - 4; in atu_join() 435 bcopy(node->in_bssid, join.bssid, IEEE80211_ADDR_LEN); in atu_join() 436 bcopy(node->in_essid, join.essid, node->in_esslen); in atu_join() 437 join in atu_join() [all...] |
/titanic_51/usr/src/lib/libshell/common/data/ |
H A D | solaris_cmdlist.h | 124 ASTCMDLIST(join) 125 BINCMDLIST(join) 126 GNUCMDLIST(join)
|
/titanic_51/usr/src/tools/onbld/Checks/ |
H A D | Keywords.py | 71 (filename, lineno, ', '.join(match)))
|
/titanic_51/usr/src/uts/common/xen/io/ |
H A D | xenbus_xs.c | 386 join(const char *dir, const char *name) in join() function 434 path = join(dir, node); in xenbus_directory() 488 path = join(dir, node); in xenbus_read() 534 path = join(dir, node); in xenbus_write() 553 path = join(dir, node); in xenbus_mkdir() 566 path = join(dir, node); in xenbus_rm()
|
/titanic_51/usr/src/cmd/sgs/lorder/ |
H A D | lorder.sh | 129 join $TDIR/$$symref $TDIR/$$symdef | sed 's/[^ ]* *//'
|
/titanic_51/usr/src/cmd/pyzfs/ |
H A D | pyzfs.py | 54 zfs.ioctl.set_cmdstr(" ".join(["zfs"] + sys.argv[1:]))
|