/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | optjoin.c | 69 opt_info.state->join = 0; 74 opt_info.state->join++; 81 opt_info.state->join = 0; 88 opt_info.state->join = 0; 114 opt_info.state->join = 0;
|
H A D | optlib.h | 91 int join; /* optjoin() pass # */ member in struct:Optstate_s
|
/illumos-gate/usr/src/tools/scripts/ |
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 | 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__), '..'))
|
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 | git-pbchk.py | 40 sys.path.insert(1, os.path.join(os.path.dirname(__file__), "..", "lib", 47 sys.path.insert(2, os.path.join(os.path.dirname(__file__), "..")) 95 return os.path.abspath(os.path.join(p.readlines()[0], 159 (parent, ' '.join(paths))) 178 [os.path.join(root, ".git", "%s.NOT" % cmd), 179 os.path.join(root, "exception_lists", cmd)]) 191 c = os.path.abspath(os.path.join(root, path)).split(os.path.sep) 194 return os.path.join(*[os.path.pardir] * (len(s)-l) + c[l:])
|
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 | 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)
|
/illumos-gate/usr/src/cmd/auditrecord/ |
H A D | audit_record_xml | 67 print join(";", @$program); 73 print join(";", @$see); 97 print " format=".join(":", @$format)."\n";
|
/illumos-gate/usr/src/lib/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
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | exec.c | 58 static int join(pid_t p); 98 exitcode = join(p); /* parent */ 135 /* join is the compliment of fork */ 138 join(pid_t p) function
|
/illumos-gate/usr/src/tools/onbld/Checks/ |
H A D | Keywords.py | 71 (filename, lineno, ', '.join(match)))
|
H A D | CmtBlk.py | 107 ', '.join([str(x['start']) for x in blocks])))
|
/illumos-gate/usr/src/tools/onbld/Scm/ |
H A D | Version.py | 71 return "%s or %s" % (', '.join(versions[0:-1]), versions[-1])
|
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(hom [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(activ [all...] |
/illumos-gate/usr/src/cmd/pyzfs/ |
H A D | pyzfs.py | 53 zfs.ioctl.set_cmdstr(" ".join(["zfs"] + sys.argv[1:]))
|
/illumos-gate/usr/src/lib/libshell/common/data/ |
H A D | solaris_cmdlist.h | 124 ASTCMDLIST(join) 125 BINCMDLIST(join) 126 GNUCMDLIST(join)
|
/illumos-gate/usr/src/cmd/sgs/lorder/ |
H A D | lorder.sh | 129 join $TDIR/$$symref $TDIR/$$symdef | sed 's/[^ ]* *//'
|
/illumos-gate/usr/src/cmd/ksh/builtins/ |
H A D | Makefile | 45 join \
|
/illumos-gate/usr/src/test/test-runner/cmd/ |
H A D | run | 294 with open(os.path.join(self.outputdir, 'stdout'), 'w') as out: 298 with open(os.path.join(self.outputdir, 'stderr'), 'w') as err: 302 with open(os.path.join(self.outputdir, 'merged'), 'w') as merged: 357 odir = os.path.join(self.outputdir, os.path.basename(self.pre)) 362 odir = os.path.join(self.outputdir, os.path.basename(self.post)) 414 self.pre = os.path.join(self.pathname, self.pre) 416 self.post = os.path.join(self.pathname, self.post) 442 if not verify_file(os.path.join(self.pathname, test)): 456 odir = os.path.join(self.outputdir, os.path.basename(self.pre)) 459 odir = os.path.join(sel [all...] |
/illumos-gate/usr/src/uts/common/io/atu/ |
H A D | atu.c | 427 struct atu_cmd_join join; local 431 bzero(&join, sizeof (join)); 432 join.Cmd = CMD_JOIN; 433 join.Reserved = 0x00; 434 join.Size = sizeof (join) - 4; 435 bcopy(node->in_bssid, join.bssid, IEEE80211_ADDR_LEN); 436 bcopy(node->in_essid, join.essid, node->in_esslen); 437 join [all...] |
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_index_entry_c.x | 108 % db_index_entry* join( long size1, long size2, db_index_entry *list2, 115 % or 'join'. */
|
/illumos-gate/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('hgr [all...] |
/illumos-gate/usr/src/lib/libcmd/ |
H A D | Makefile.com | 54 join.o \
|