Searched refs:any (Results 151 - 175 of 297) sorted by relevance

1234567891011>>

/freebsd-10.0-release/release/picobsd/tinyware/msh/
H A Dsh1.c351 * Is any character from s1 in s2?
358 if (any(*s1++, s2))
367 any(c, s) function
H A Dsh.h215 _PROTOTYPE(int any , (int c , char *s ));
H A Dsh3.c578 sp = any('/', c)? "": path->value;
775 sp = any('/', cp)? ":": path->value;
828 (wp[1] && any(*cp, ifs->value)))
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Deeprom.diff4 * Permission to use, copy, modify, and/or distribute this software for any
247 * ##### should be an ifdef test for any AP usage,
/freebsd-10.0-release/usr.bin/tip/tip/
H A Dcmds.c177 if (eof || any(c, eofchars))
988 * Are any of the characters in the two strings the same?
996 if (any(c, s2))
/freebsd-10.0-release/contrib/amd/conf/transp/
H A Dtransp_sockets.c63 #error this code is old and probably not useful any longer.
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DOperator.h188 /// Whether any flag is set
189 bool any() { return Flags != 0; } function in class:llvm::FastMathFlags
/freebsd-10.0-release/contrib/tcsh/
H A Dsh.decls.h251 extern int any (const char *, Char);
H A Dsh.misc.c47 any(const char *s, Char c) function
254 * any units which may have been left open accidentally.
637 that didn't interrupt any system call. */
663 that didn't interrupt any system call. */
/freebsd-10.0-release/lib/libmd/
H A DMakefile193 @${ECHO} if any of these test fail, the code produces wrong results
/freebsd-10.0-release/sbin/ifconfig/
H A Difconfig.c501 * any other address familiy. We need a fallback though for
532 * device is created and can be used for any
542 * Handle any address family spec that
591 * Do any post argument processing required by the address family.
1008 * from the routing information so any address is not
1062 int i, any = 0; local
1074 if (any)
1076 any = 1;
/freebsd-10.0-release/crypto/openssh/
H A Dconfigure121 # suppresses any "Segmentation fault" message there. '((' could
244 $0: including any error possibly output before this
338 # advantage of any shell optimizations that allow amortized linear growth over
1896 /* Override any GCC internal prototype to avoid an error.
2222 This file contains any messages produced by compilers while
2281 # Also quote any args containing shell meta-characters.
6495 /* Override any GCC internal prototype to avoid an error.
6840 /* Override any GCC internal prototype to avoid an error.
6910 /* Override any GCC internal prototype to avoid an error.
7305 /* Override any GC
[all...]
/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex15 % your option) any later version.
36 % The texinfo.tex in any given distribution could well be out
209 % surround any changed text. This approach does *not* work if the
417 % First remove any @comment, then any @c comment.
483 % If an index command is used in an @example environment, any spaces
535 out of any environment%
717 % manual), we don't worry about eating any user text.
1145 \fi % \openindices needs to do some work in any case.
1205 % double any backslashe
[all...]
/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex15 % your option) any later version.
36 % The texinfo.tex in any given distribution could well be out
200 % surround any changed text. This approach does *not* work if the
408 % First remove any @comment, then any @c comment.
474 % If an index command is used in an @example environment, any spaces
526 out of any environment%
693 % manual), we don't worry about eating any user text.
1121 \fi % \openindices needs to do some work in any case.
1924 % and it is not used as such in any manua
[all...]
/freebsd-10.0-release/contrib/groff/doc/
H A Dtexinfo.tex15 % your option) any later version.
36 % The texinfo.tex in any given distribution could well be out
201 % surround any changed text. This approach does *not* work if the
409 % First remove any @comment, then any @c comment.
475 % If an index command is used in an @example environment, any spaces
527 out of any environment%
694 % manual), we don't worry about eating any user text.
1122 \fi % \openindices needs to do some work in any case.
1938 % and it is not used as such in any manua
[all...]
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm9 Free Software Foundation; either version 2, or (at your option) any
15 and to distribute those combinations without any restriction coming
70 /* We use __ARM_ARCH__ set to 4 here, but in reality it's any processor with
420 movnes \curbit, \curbit, lsr #4 @ No, any more bits to do?
652 lsr curbit, #4 @ No, any more bits to do?
/freebsd-10.0-release/contrib/bmake/mk/
H A Ddirdeps.mk84 # Note: TARGET_SPEC cannot contain any '.'s so the target
97 # # We need to stop that TARGET_SPEC affecting any submakes
131 # TARGET_SPEC must not contain any '.'s.
/freebsd-10.0-release/contrib/gcc/config/sparc/
H A Dlb1spc.asm134 xor %o1, %o0, %g3 ! compute sign in any case
140 sub %g0, %o1, %o1 ! in any case, make %o1 nonneg
488 sub %g0, %o1, %o1 ! in any case, make %o1 nonneg
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp11 // information, such as unused registers, at any point in a machine basic block.
307 // Remove any candidates touched by instruction.
383 if (Available.any())
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DPrintfFormatString.cpp100 // Look for flags (if any).
125 // Look for the field width (if any).
136 // Look for the precision (if any).
258 // Did a fail-stop error of any kind occur when parsing the specifier?
259 // If so, don't do any more processing.
546 // Set conversion specifier and disable any flags which do not apply to it.
/freebsd-10.0-release/crypto/heimdal/kdc/
H A Dpkinit.c536 /* Add any registered certificates for this client as trust anchors */
1385 heim_any any; local
1387 any.data = rep.u.encKeyPack.data;
1388 any.length = rep.u.encKeyPack.length;
1391 btmm.encKeyPack = &any;
/freebsd-10.0-release/sys/boot/i386/cdboot/
H A Dcdboot.S13 # 3. Neither the name of the author nor the names of any co-contributors
375 cmp %cx,%si # Did we find any digits?
/freebsd-10.0-release/sys/conf/
H A Dkmod.mk95 # Don't use any standard or source-relative include directories.
104 # need any -I paths for this. Similar defaults for .PATH can't be
/freebsd-10.0-release/contrib/libreadline/
H A Dconfigure209 # Don't use ln at all; we don't have any links
982 This file contains any messages produced by compilers while
1039 # Also quote any args containing shell meta-characters.
4068 /* Override any gcc2 internal prototype to avoid an error. */
4123 /* Override any gcc2 internal prototype to avoid an error. */
4195 /* Override any gcc2 internal prototype to avoid an error. */
4250 /* Override any gcc2 internal prototype to avoid an error. */
4344 /* Override any gcc2 internal prototype to avoid an error. */
4455 /* Override any gcc2 internal prototype to avoid an error. */
4558 /* Override any gcc
[all...]
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dopncls.c13 (at your option) any later version.
139 abfd->tdata.any = NULL;
287 an initial file descriptor (but subject to closure at any time),
699 complete any pending operations. This routine would be used
701 want to use any of the writing code.
866 abfd->tdata.any = 0;
1117 fetch the filename and CRC32 value for any separate debuginfo
1332 <<NULL>> on any errors or failure to locate the .debug file,
1374 /* Strip off any path components in filename. */
1460 /* Strip off any pat
[all...]

Completed in 222 milliseconds

1234567891011>>