Searched refs:any (Results 1 - 25 of 235) sorted by relevance

12345678910

/osnet-11/usr/src/lib/libresolv2/common/bsd/
H A Dstrtoul.c65 int neg, c, any, cutlim; local
90 for (acc = 0, any = 0;; c = *(const unsigned char*)s++) {
99 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
100 any = -1;
102 any = 1;
107 if (any < 0) {
113 DE_CONST((any ? s - 1 : nptr), *endptr);
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dstrto.c55 register int any, cutlim; local
58 ** Skip white space and pick up leading +/- sign if any.
104 ** Set any if any `digits' consumed; make it negative to indicate
120 for (acc = 0, any = 0;; c = (unsigned char) *s++)
130 if (any < 0)
136 any = -1;
142 any = 1;
151 any = -1;
157 any
196 register int any, cutlim; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Dsendkey.c9 * (at your option) any later version.
243 /* Transform "any ctrl" to "right ctrl" flag. */
247 /* Transform "any alt" to "right alt" flag. */
253 /* Transform "right ctrl" to "any ctrl" flag. */
257 /* Transform "right alt" to "any alt" flag. */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/MakeMaker/
H A Dvmsish.pm33 Until 5.8.0, vmsish.pm is only installed on VMS. This means any code
H A Dbytes.pm30 bytes.pm was introduced with 5.6. This means any code which has 'use
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DTask.xs26 # Define any constants that need to be exported. By doing it this way we can
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dwritemain.SH22 : Protect any dollar signs and backticks that you do not want interpreted
39 : Remove any .a suffixes and any leading path components
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dmemset.s57 * 8-byte aligned chunks as possible will be set, followed by any trailing
111 and %o2, 7, %o2 ! leftover count, if any
129 and %o2, 3, %o2 ! leftover count, if any
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DNox.pm26 CPAN::Nox - Wrapper around CPAN.pm without using any XS module
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemset.s79 and %o2, 3, %o2 ! leftover count, if any
/osnet-11/usr/src/lib/pam_modules/user_policy/
H A DMakefile41 PAM_CONF_FILES= any \
/osnet-11/usr/src/lib/libcmd/common/
H A Dcat.c120 * called for any special output processing
138 int any; local
147 any = 0;
178 any = 1;
215 any = 1;
241 any = 1;
376 if (!(flags & S_FLAG) || any || header)
378 any = 0;
/osnet-11/usr/src/lib/libresolv/
H A Dres_gethost.c58 static char *any();
383 cp = any(p, "#\n");
387 cp = any(p, " \t");
403 cp = any(cp, " \t");
413 cp = any(cp, " \t");
422 any(cp, match) function
/osnet-11/usr/src/grub/grub2/
H A Dgeninit.sh23 * (at your option) any later version.
/osnet-11/usr/src/grub/grub2/grub-core/
H A Dgenemuinitheader.sh26 * (at your option) any later version.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Dcustomize.cgi24 # makes any changes the user made permanent.
47 the fill-out form below. If you return to this page any time
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/
H A Dcpan32 ignores any other command line options.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbase.pm188 If any of the listed modules are not loaded yet, I<base> silently attempts to
209 base I<before> you declare any of your own fields.
H A Dsigtrap.pm61 elsif ($_ eq 'any') {
138 stack-trace any error-signals);
182 signals. I<your-handler> can be any value which is valid as an
228 =item B<any>
273 B<untrapped>, provide a stack trace on receipt of B<any> of the
277 stack-trace any error-signals);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/
H A DIO.pm56 For more information on any of these modules, please see its respective
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/PerlIO/via/
H A DQuotedPrint.pm76 MIME::QuotedPrint (any)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseLink.pm10 # defined in perlpodspec. It should be suitable for any POD formatter. It
16 # me any patches at the address above in addition to sending them to the
125 text for the link (if any was given), the anchor text possibly inferred from
126 the name and section, the name or URL, the section if any, and the type of
142 and the section, anchor text, and inferred anchor text may contain any
144 of the parsing, as is any leading or trailing whitespace.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToPod.pm82 without any warranty; without even the implied warranty of
H A DToXml.pm55 without any warranty; without even the implied warranty of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm253 we can handle messages of any size.
347 software for any particular purpose. It is provided "as is"
348 without express or implied warranty of any kind.
350 These notices must be retained in any copies of any part of this
355 This copyright does not prohibit distribution of any version of Perl

Completed in 37 milliseconds

12345678910