Searched refs:True (Results 26 - 50 of 59) sorted by relevance

123

/illumos-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py374 lenient = True
388 lenient = True
425 ret |= ManLint.manlint(fh, output=ui, picky=True)
539 ret |= HdrChk.hdrchk(fh, lenient=True, output=ui)
575 picky=True, check_posix_types=True,
576 check_continuation=True)
604 ret |= JStyle.jstyle(fh, output=ui, picky=True)
808 if not ws.ui.configbool('cdm', name, True):
812 result = cmd(ws.ui, ws.repo, honour_nots=True, *arg
[all...]
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dtable.py51 def printme(self, headers=True):
H A Ddataset.py67 """Return True if this property can be delegated with
101 types=("filesystem", "volume"), snaps=True):
160 while True:
191 un is True if the specified permissions should be removed.
H A Dallow.py235 """Return True if the given setname (string) is defined for this
241 return True
333 for fs in sorted(p.keys(), reverse=True):
383 options.local = True
384 options.descend = True
H A Dutil.py42 fallback=True).gettext
/illumos-gate/usr/src/tools/scripts/
H A Dhdrchk.py57 lenient = True
H A Dvalidate_pkg.py196 return True
307 self.editable = True
316 self.isdir = True
369 self.isdir = True
429 nodifferences = True
531 fileinfo.isdir = True
805 listonly = True
818 verbose = True
/illumos-gate/usr/src/tools/onbld/Scm/
H A DBackup.py153 return True
159 return True
307 return True
324 self.wctx = self.ws.workingctx(worklist=True)
373 fp.write(self.ws.diff(opts={'git': True}, match=match))
469 return True
473 curdiff = self.ws.diff(opts={'git': True}, match=match)
488 return True
503 return True
629 for root, dirs, files in os.walk(path, topdown=True)
[all...]
H A DWorkSpace.py71 Renames have non-nil .parentname and .renamed = True
96 '''Return True if this ActiveEntry represents an added file'''
100 '''Return True if this ActiveEntry represents a modified file'''
104 '''Return True if this ActiveEntry represents a removed file'''
108 '''Return True if this ActiveEntry represents a renamed file'''
112 '''Return True if this ActiveEntry represents a copied file'''
274 entry.renamed = True
356 tags.extend(colliding_tags(fh, nodes, True))
376 Return True if file changed, False otherwise.
385 return True
[all...]
/illumos-gate/usr/src/lib/librstp/common/
H A Dstpmgmt.c117 iret = True;
H A Dstp_in.c88 created_here = True;
226 port->reselect = True;
524 port->reselect = True;
548 port->p2p_recompute = True;
549 port->reselect = True;
654 port->tc = True; /* IEEE 802.1y, 17.30 */
660 _stp_in_enable_port_on_stpm (this, port->port_index, True);
670 port->wasInitBpdu = True;
796 enabled_here = True;
828 port->mcheck = True;
[all...]
H A Dstpm.c238 STP_port_init (port, this, True);
275 True);
323 port->reselect = True;
H A Dtopoch.c60 if (port->operEdge) return True;
81 tmp->tcProp = True;
145 port->tcAck = True;
H A Dport.c158 this->sendRSTP = True;
160 this->p2p_recompute = True;
H A Dbase.h61 # define True 1 macro
/illumos-gate/usr/src/common/bzip2/
H A Dbzlib_private.h53 #define True ((Bool)1) macro
451 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
458 if (c_tPos >= (UInt32)100000 * (UInt32)ro_blockSize100k) return True; \
482 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
H A Dhuffman.c48 while (True) { \
82 while (True) {
120 if (j > maxLen) tooLong = True;
H A Dcompress.c177 while (True) {
215 while (True) {
346 while (True) {
501 if (s->inUse[i * 16 + j]) inUse16[i] = True;
549 while (True) {
H A Ddecompress.c45 while (True) { \
270 s->inUse16[i] = True; else
280 if (uc == 1) s->inUse[i * 16 + j] = True;
293 while (True) {
320 while (True) {
375 while (True) {
H A Dblocksort.c508 while (True) {
664 while (True) {
665 while (True) {
675 while (True) {
987 bigDone[ss] = True;
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h186 #define True "true" macro
/illumos-gate/usr/src/tools/onbld/Checks/
H A DCmtBlk.py78 in_cmt = True
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun54 while True:
164 self.killed = True
217 if options.dryrun is True:
350 return True
366 cont = True
463 cont = True
658 if options.dryrun is True:
725 return True
738 return True
754 return True
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Drstp.c154 return (True);
526 rc = STP_IN_dbg_set_port_trace("all", True, 0,
533 rc = STP_IN_dbg_set_port_trace("sttrans", True, 0,
/illumos-gate/usr/src/common/lzma/
H A DTypes.h90 #define True 1 macro

Completed in 224 milliseconds

123