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

1234567891011>>

/freebsd-11-stable/share/mk/
H A Dbsd.opts.mk14 # Makefiles must include bsd.mkopt.mk before they test the value of any MK_FOO
H A Dbsd.test.mk30 # In other words: list here any directories that contain test programs but use
H A Dbsd.cpu.mk127 # arm: (any arm v4 or v5 processor you are targeting)
130 # armv6: (any arm v7 or v8 processor you are targeting and the arm1176jzf-s)
375 # Add in any architecture-specific CFLAGS.
/freebsd-11-stable/stand/i386/pmbr/
H A Dpmbr.s14 # 3. Neither the name of the author nor the names of any co-contributors
159 mov %ax,%es # any boot code. :)
/freebsd-11-stable/stand/lua/
H A Dhook.lua38 -- initial load. Other modules may then, at any time, register a hook for these
/freebsd-11-stable/share/examples/drivers/
H A Dmake_device_driver.sh426 * so look directly at known ports (if we have any)
440 * do any probing.
443 * Find out the values of any resources we
521 * any (yay new-bus!).
730 * Deallocate any system resources we may have
/freebsd-11-stable/usr.bin/tip/tip/
H A Dtip.c179 * line speed set before they make any transmissions
431 bol = any(gch, value(EOL));
473 any(int cc, char *p) function
H A Dtip.h284 int any(int, char *);
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-11-stable/contrib/gcc/
H A Dprofile.c12 Software Foundation; either version 2, or (at your option) any later
616 unsigned i, j, t, any;
631 any = 0;
644 any = 1;
647 if (!any)
613 unsigned i, j, t, any; local
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Descape.mk14 # be replaced, along with any leading white space on the following
163 # Backslash-newline in a variable setting, plus any amount of white space
H A Dposix1.mk19 # are retained, but a single leading tab (if any) from the next line is
/freebsd-11-stable/bin/sh/
H A Deval.c157 int any; local
161 any = 0;
170 any = 1;
179 if (!any)
1342 * Because we have historically not supported any options,
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrtbegin.asm9 any later version.
25 This exception does not however invalidate any other reasons why
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dbuildvirtuser54 any file changes were detected.
/freebsd-11-stable/bin/pkill/tests/
H A Dpkill-j_test.sh56 name="pkill -j any"
67 if pkill -f -j any $sleep && sleep 0.5 &&
/freebsd-11-stable/contrib/bmake/mk/
H A Ddpadd.mk203 # we want any -I/usr/* last
212 # eliminate any duplicates - but don't mess with the order
H A Dwarnings.mk116 # -Wno-* must follow any others
/freebsd-11-stable/stand/i386/mbr/
H A Dmbr.s10 # This software is provided "AS IS" and without any express or
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_common.c224 if (!CHECK_TRIGGER(any) &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp88 if ((S.LaneMask & Mask).any()) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h80 return Reg != 0 && Mask.any();
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure206 # Don't use ln at all; we don't have any links
1031 This file contains any messages produced by compilers while
1088 # Also quote any args containing shell meta-characters.
1430 # exactly like any other package using autoconf. Therefore, 'target' and
1717 # Double any \ or $. echo might interpret backslashes.
1756 # recognize any option. It will interpret all options as
4360 # (any single argument exceeding 2000 bytes causes a buffer overrun
4709 # Check for any special flags to pass to ltconfig.
5511 # Now that libio has been removed, you can have any color you want as long
6373 /* Override any gcc
[all...]
/freebsd-11-stable/sys/dev/usb/input/
H A Dukbd.c554 /* clear repeating key, if any */
627 /* Make sure any leftover key events gets read out */
806 uint8_t any; local
833 any = 0;
843 any = 1;
852 any = 1;
861 any = 1;
865 if (!any)
1296 /* kill any stuck keys */
1302 /* release all leftover keys, if any */
[all...]
/freebsd-11-stable/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

Completed in 202 milliseconds

1234567891011>>