Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/itutools/
H A Dpkg2du.ksh199 partial=nocheck
200 runlevel=nocheck
201 idepend=nocheck
202 rdepend=nocheck
203 space=nocheck
204 setuid=nocheck
205 conflict=nocheck
206 action=nocheck
H A Ditu.ksh652 partial=nocheck
653 runlevel=nocheck
654 idepend=nocheck
655 rdepend=nocheck
656 space=nocheck
657 setuid=nocheck
658 conflict=nocheck
659 action=nocheck
/onnv-gate/usr/src/tools/scripts/
H A Dcstyle.pl233 my $nocheck = 0;
259 $_ = '"' . $_ if ($in_string && !$nocheck && !$in_comment);
270 if ($nocheck || $in_comment) {
292 if ($nocheck) {
294 $nocheck = 0;
340 $nocheck = 1;
H A Djstyle.pl113 my $nocheck = 0;
134 if ($nocheck) {
136 $nocheck = 0;
181 $nocheck = 1;
/onnv-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
/onnv-gate/usr/src/common/openssl/crypto/x509v3/
H A Dv3_ocsp.c81 static int i2r_ocsp_nocheck(X509V3_EXT_METHOD *method, void *nocheck, BIO *out, int indent);
244 static int i2r_ocsp_nocheck(X509V3_EXT_METHOD *method, void *nocheck, BIO *out, int indent) in i2r_ocsp_nocheck() argument
/onnv-gate/usr/src/lib/libast/common/misc/
H A Dglob.c580 const char* nocheck = pattern; in glob() local
755 strcopy(top->gl_path + gp->gl_extra, nocheck); in glob()