/titanic_44/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-1.8 { [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_44/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()
|
H A D | optlib.h | 91 int join; /* optjoin() pass # */ member
|
/titanic_44/usr/src/tools/onbld/Scm/ |
H A D | Backup.py | 133 fpath = os.path.join(rootpath, member.name) 250 fp.write('%s\n' % '\n'.join(outnodes)) 535 zip(self.files, map(self.ws.repo.join, self.files))) 571 wfile = self.ws.repo.join(fname) 623 path = self.ws.repo.join(elt) 633 yield os.path.join(root, f) 751 os.path.join(tpath, fname)) 807 if os.path.exists(os.path.join(self.backupdir, 'latest')): 808 generation = os.readlink(os.path.join(self.backupdir, 'latest')) 833 backupbase = os.path.join(home, 'cdm.backup') [all …]
|
H A D | WorkSpace.py | 354 if os.path.exists(self.ws.repo.join('localtags')): 441 cstr.write(' ' + '\n '.join(entry.comments) + '\n') 463 self._file = os.path.join('cdm', 'worklist') 467 if os.path.exists(self._repo.join(self._file)): 503 if dirn and not os.path.exists(self._repo.join(dirn)): 505 os.makedirs(self._repo.join(dirn)) 508 (self._repo.join(dirn), e)) 534 if os.path.exists(self._repo.join(self._file)): 535 os.unlink(self._repo.join(self._file)) 562 data = '\n'.join(active.prune_tags(data.splitlines())) [all …]
|
H A D | Version.py | 71 return "%s or %s" % (', '.join(versions[0:-1]), versions[-1])
|
/titanic_44/usr/src/tools/scripts/ |
H A D | git-pbchk.py | 39 sys.path.insert(1, os.path.join(os.path.dirname(__file__), "..", "lib", 46 sys.path.insert(2, os.path.join(os.path.dirname(__file__), "..")) 94 return os.path.abspath(os.path.join(p.readlines()[0], 158 (parent, ' '.join(paths))) 177 [os.path.join(root, ".git", "%s.NOT" % cmd), 178 os.path.join(root, "exception_lists", cmd)]) 190 c = os.path.abspath(os.path.join(root, path)).split(os.path.sep) 193 return os.path.join(*[os.path.pardir] * (len(s)-l) + c[l:])
|
H A D | hg-active.py | 31 sys.path.insert(1, os.path.join(os.path.dirname(__file__), "..", "lib", 35 sys.path.insert(2, os.path.join(os.path.dirname(__file__), "..")) 118 fh.write('%s\n' % '\n'.join(comments))
|
H A D | copyrightchk.py | 33 sys.path.insert(1, os.path.join(os.path.dirname(__file__), "..", "lib", 37 sys.path.insert(2, os.path.join(os.path.dirname(__file__), '..'))
|
H A D | mapfilechk.py | 33 sys.path.insert(1, os.path.join(os.path.dirname(__file__), "..", "lib", 37 sys.path.insert(2, os.path.join(os.path.dirname(__file__), '..')) 104 path = os.path.join(dirname, f)
|
H A D | cddlchk.py | 33 sys.path.insert(1, os.path.join(os.path.dirname(__file__), "..", "lib", 37 sys.path.insert(2, os.path.join(os.path.dirname(__file__), '..')) 106 path = os.path.join(dirname, f)
|
H A D | hdrchk.py | 33 sys.path.insert(1, os.path.join(os.path.dirname(__file__), "..", "lib", 37 sys.path.insert(2, os.path.join(os.path.dirname(__file__), '..'))
|
/titanic_44/usr/src/test/test-runner/cmd/ |
H A D | run.py | 258 with open(os.path.join(self.outputdir, 'stdout'), 'w') as out: 262 with open(os.path.join(self.outputdir, 'stderr'), 'w') as err: 266 with open(os.path.join(self.outputdir, 'merged'), 'w') as merged: 321 pretest = Cmd(self.pre, outputdir=os.path.join(self.outputdir, 326 posttest = Cmd(self.post, outputdir=os.path.join(self.outputdir, 378 self.pre = os.path.join(self.pathname, self.pre) 380 self.post = os.path.join(self.pathname, self.post) 406 if not verify_file(os.path.join(self.pathname, test)): 420 pretest = Cmd(self.pre, outputdir=os.path.join(self.outputdir, 423 posttest = Cmd(self.post, outputdir=os.path.join(self.outputdir, [all …]
|
/titanic_44/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_44/usr/src/tools/cscope-fast/ |
H A D | exec.c | 58 static int join(pid_t p); 98 exitcode = join(p); /* parent */ in execute() 138 join(pid_t p) in join() function
|
/titanic_44/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_44/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_44/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_44/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.essid_size = node->in_esslen; in atu_join() 440 join.bss_type = ATU_MODE_IBSS; in atu_join() 442 join.bss_type = ATU_MODE_STA; in atu_join() [all …]
|
/titanic_44/usr/src/lib/libshell/common/data/ |
H A D | solaris_cmdlist.h | 124 ASTCMDLIST(join) 125 BINCMDLIST(join) 126 GNUCMDLIST(join)
|
/titanic_44/usr/src/tools/onbld/hgext/ |
H A D | cdm.py | 86 sys.path.insert(1, os.path.join(os.path.dirname(__file__), "..", "..", "..", 94 sys.path.insert(2, os.path.join(os.path.dirname(__file__), "..", "..")) 167 for f in [repo.join('cdm/%s.NOT' % cmd), 995 comments = '\n'.join(active.comments()) 1039 os.chdir(os.path.join(root, dirn)) 1068 cmd = ' '.join(command) 1091 cmd = ' '.join(command) + appnd 1155 if not os.path.exists(repo.join('hgrc')): 1160 cfg.read(repo.join('hgrc')) 1169 if path != repo.join('hgrc'):
|
/titanic_44/usr/src/tools/onbld/Checks/ |
H A D | Keywords.py | 71 (filename, lineno, ', '.join(match)))
|
/titanic_44/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_44/usr/src/cmd/sgs/lorder/ |
H A D | lorder.sh | 129 join $TDIR/$$symref $TDIR/$$symdef | sed 's/[^ ]* *//'
|