Searched refs:NO (Results 1 - 25 of 38) sorted by relevance

12

/osnet-11/usr/src/lib/libwrap/
H A Dhosts_access.c70 #define NO 0 macro
134 return (NO);
148 int match = NO;
161 while (match == NO && xgets(sv_list, sizeof(sv_list), fp) != 0) {
215 return (NO);
222 return (NO);
282 return (NO);
305 return (NO);
310 return (NO);
326 return (NO);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.t61 our ($HELP, $FILE, $FOO, $BAR, $NO);
68 'num:i' => \$NO,
73 ok( $HELP && $FOO && !$BAR && $FILE eq 'foo' && $NO == 5, 'options set' );
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dtypes.h109 #ifndef NO
110 NO = 0, enumerator in enum:__anon2155
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dwritemain.SH21 : Move anything that needs config subs from !NO!SUBS! section to !GROK!THIS!.
30 $spitshell >>writemain <<'!NO!SUBS!'
106 !NO!SUBS!
H A Dmyconfig.SH29 cat <<'!NO!SUBS!'
60 !NO!SUBS!
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dcflags.SH28 : Move anything that needs config subs from !NO!SUBS! section to !GROK!THIS!.
36 $spitshell >>cflags <<'!NO!SUBS!'
100 !NO!SUBS!
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.pm253 NO The string is not in that normalization form.
260 returns C<YES> (C<1>) or C<NO> (C<empty string>).
264 returns C<YES> (C<1>), C<NO> (C<empty string>), or C<MAYBE> (C<undef>).
268 returns C<YES> (C<1>) or C<NO> (C<empty string>).
272 returns C<YES> (C<1>), C<NO> (C<empty string>), or C<MAYBE> (C<undef>).
276 returns C<YES> (C<1>) or C<NO> (C<empty string>).
280 returns C<YES> (C<1>), C<NO> (C<empty string>), or C<MAYBE> (C<undef>).
283 So C<checkFCC($not_FCD_string)> should return C<NO>.
287 returns C<YES> (C<1>), C<NO> (C<empty string>), or C<MAYBE> (C<undef>).
296 either C<YES> or C<NO>
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DEnglish.t78 eval 'NO SUCH FUNCTION';
H A Dlib_pm.PL58 print OUT <<'!NO!SUBS!';
252 !NO!SUBS!
/osnet-11/usr/src/lib/libsocket/inet/
H A Druserpass.c62 #define NO 7 macro
101 t->tokstr = "no"; t++->tval = NO;
102 t->tokstr = "n"; t++->tval = NO;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2html.PL36 print OUT <<'!NO!SUBS!';
178 !NO!SUBS!
H A Dpodselect.PL36 print OUT <<'!NO!SUBS!';
138 !NO!SUBS!
H A Dpod2usage.PL36 print OUT <<'!NO!SUBS!';
175 !NO!SUBS!
H A Dpodchecker.PL38 print OUT <<'!NO!SUBS!';
179 !NO!SUBS!
H A Dpod2latex.PL36 print OUT <<'!NO!SUBS!';
358 !NO!SUBS!
H A Dpod2text.PL36 print OUT <<'!NO!SUBS!';
275 !NO!SUBS!
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dpl2pm.PL36 print OUT <<'!NO!SUBS!';
411 !NO!SUBS!
H A Dperlivp.PL38 print OUT <<'!NO!SUBS!';
82 !NO!SUBS!
100 print OUT <<'!NO!SUBS!';
119 !NO!SUBS!
125 print OUT <<'!NO!SUBS!';
280 print "# $_; NO VERSION\n" if $opt{'v'};
477 !NO!SUBS!
H A Dperlcc.PL39 print OUT <<'!NO!SUBS!';
686 !NO!SUBS!
H A Dc2ph.PL58 print OUT <<'!NO!SUBS!';
357 !NO!SUBS!
366 print OUT <<'!NO!SUBS!';
1433 !NO!SUBS!
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DStraps.pm19 my $NO = $FALSE;
496 return $NO;
540 return $NO;
609 return $NO;
630 return $NO;
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dhelp2man35 This is free software; see the source for copying conditions. There is NO
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgetaddrinfo.c22 * ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
117 #define NO 0 macro
309 return NO;
316 return NO;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm77 =item NO
127 NO => 'PUSHs(&PL_sv_no)',
139 NO => undef,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm168 simply treated as a normal character (ZERO WIDTH NO-BREAK SPACE).

Completed in 73 milliseconds

12