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

12

/freebsd-10.2-release/sys/dev/acpica/
H A Dacpi_quirk.c72 static int aq_strcmp(char *actual, char *possible);
102 aq_strcmp(char *actual, char *possible) argument
104 if (actual == NULL || possible == NULL)
106 return (strncmp(actual, possible, strlen(possible)) == 0);
/freebsd-10.2-release/usr.sbin/asf/
H A Dasf.c259 "\t-X\tappend suffix to list of possible module file name suffixes\n"
260 "\t-x\tclear list of possible module file name suffixes\n",
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.entryreturn.ksh53 * Unfortunately, a "return" probe is not currently possible due to
/freebsd-10.2-release/contrib/smbfs/
H A DMakefile33 @echo Please check for possible changes
/freebsd-10.2-release/lib/libc/mips/string/
H A Dbcmp.S62 bne v0, zero, unaligned # not possible to align addresses
/freebsd-10.2-release/lib/libc/regex/grot/
H A DMakefile38 JUNKLINT =possible pointer alignment|null effect
/freebsd-10.2-release/sys/boot/i386/gptboot/
H A Dgptldr.S80 mov %ax,%ds # possible %si
/freebsd-10.2-release/contrib/libyaml/src/
H A Dscanner.c831 if (simple_key->possible
1072 if (simple_key->possible
1084 simple_key->possible = 0;
1122 simple_key.possible = 1;
1145 if (simple_key->possible)
1158 simple_key->possible = 0;
1690 if (simple_key->possible)
1710 simple_key->possible = 0;
/freebsd-10.2-release/contrib/apr/
H A Dapr.spec18 portability layer to as many operating systems as possible,
/freebsd-10.2-release/sbin/routed/
H A Dif.c148 struct interface *ifp, *possible = 0; local
159 possible = ifp;
162 if (possible || !bcast)
163 return possible;
172 possible = ifp;
175 return possible;
1118 msglog("possible netmask problem"
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dcompleter.c192 /* Complete on locations, which might be of two possible forms:
306 /* If we only have file names as possible completion, we should
309 possible completions are "/foo/bar" and "/foo/baz"
311 leading directories, as possible completions, because `word'
317 wrong results when, e.g., there's only one possible
430 possible completions. */
445 command, so there are no possible completions. For
623 which is a possible completion, it is the caller's responsibility to
/freebsd-10.2-release/crypto/openssl/crypto/
H A Dsparccpuid.S248 ! single-issue, it should be possible to distinguish Tx reliably...
257 ! It would be possible to detect specifically US-T1 by instrumenting
/freebsd-10.2-release/contrib/bmake/mk/
H A Down.mk208 # in environments where it's not possible to keep /sys publicly readable)
/freebsd-10.2-release/share/mk/
H A Dsuite.test.mk93 # are used by tests, it is highly possible for a execution of "make test" to
H A Datf.test.mk154 # are used by tests, it is highly possible for a execution of "make test" to
/freebsd-10.2-release/contrib/sendmail/contrib/
H A Dexpn.pl288 # no expansion is possible w/o a new server to call
792 # the host and for each possible repeated element, eliminate
981 # re-queue expansion requests if possible
1098 # simple as possible.
1255 doing this until no further expansion is possible.
1307 it is possible to eliminate bugs.
1325 It is not possible to verify addresses that are served
/freebsd-10.2-release/contrib/libyaml/include/
H A Dyaml.h664 /** The tag @c !!null with the only possible value: @c null. */
994 /** Is a simple key possible? */
995 int possible; member in struct:yaml_simple_key_s
/freebsd-10.2-release/sys/boot/i386/cdboot/
H A Dcdboot.S33 # number of sectors, we try to fit this in as small a space as possible.
/freebsd-10.2-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex142 node (or whole subtree). It should be possible to do this without
149 representation should be kept as small as conveniently possible.
379 it's usually possible to build the device tree blob at compile time
385 it's possible to hand construct the necessary blob by hand, but doing
/freebsd-10.2-release/contrib/gcc/config/sparc/
H A Dlb1spc.asm153 ! wrong as possible, but that is what SunOS does...).
500 ! wrong as possible, but that is what SunOS does...).
/freebsd-10.2-release/contrib/libreadline/
H A Dhistexpand.c592 it is possible for a specifier that has no match. In that case,
/freebsd-10.2-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm375 @ Initially shift the divisor left 3 bits if possible,
577 @ Test for possible subtractions ...
H A Dieee754-df.S33 * The goal of this code is to be as fast as possible. This is
699 @ Check if denormalized result is possible, otherwise return signed 0.
1298 @ check if denormalized value is possible
/freebsd-10.2-release/usr.sbin/etcupdate/
H A Detcupdate.sh1482 No previous tree to compare against, a sane comparison is not possible.
1516 # existing subfiles need to be removed if possible before the
1519 # into a directory if possible before the new files are added.
/freebsd-10.2-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec678 - Merge multiple PAM text messages into subsequent prompts when possible when

Completed in 224 milliseconds

12