Home
last modified time | relevance | path

Searched refs:nocheck (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Djstyle.pl116 my $nocheck = 0;
137 if ($nocheck) {
139 $nocheck = 0;
184 $nocheck = 1;
H A Dcstyle.pl265 my $nocheck = 0;
291 $_ = '"' . $_ if ($in_string && !$nocheck && !$in_comment);
302 if ($nocheck || $in_comment) {
324 if ($nocheck) {
326 $nocheck = 0;
372 $nocheck = 1;
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dp2v.ksh418 partial=nocheck
419 runlevel=nocheck
420 idepend=nocheck
421 rdepend=nocheck
422 space=nocheck
423 setuid=nocheck
424 conflict=nocheck
425 action=nocheck
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dglob.c594 const char* nocheck = pattern; in glob() local
777 strcopy(top->gl_path + gp->gl_extra, nocheck); in glob()