Searched refs:not (Results 1 - 25 of 415) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/ntp/libntp/
H A Dadjtimex.c9 #endif not lint
/freebsd-10.0-release/etc/
H A Drc.bsdextended63 #${CMD} add subject uid 80 object not uid 80 mode rxws;
64 #${CMD} add subject gid 80 object not gid 80 mode rxws;
68 #${CMD} add subject uid 54 object not uid 54 mode rxws;
73 ${CMD} add subject uid 0 object not uid 0 mode arxws;
74 ${CMD} add subject gid 0 object not gid 0 mode arxws;
78 #${CMD} add subject uid 54 object not uid 54 mode rxws;
79 #${CMD} add subject gid 54 object not gid 54 mode rxws;
83 ${CMD} add subject uid 3 object not uid 3 mode rxws;
84 ${CMD} add subject gid 7 object not gid 7 mode rxws;
88 #${CMD} add subject uid 68 object not ui
[all...]
/freebsd-10.0-release/contrib/gcc/ginclude/
H A Diso646.h16 along with GCC; see the file COPYING. If not, write to
21 files compiled by GCC, this header file does not by itself cause
23 License. This exception does not however invalidate any other
40 #define not ! macro
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Diso646.h35 #define not ! macro
/freebsd-10.0-release/include/
H A Diso646.h39 #define not ! macro
/freebsd-10.0-release/etc/rc.d/
H A Dubthidhci22 warn ubthidhci_busnum is not set
26 warn ubthidhci_addr is not set
/freebsd-10.0-release/tools/regression/lib/libc/stdio/
H A Dtest-fmemopen.t14 echo not ok 1 - $executable failed
H A Dtest-open_memstream.t14 echo not ok 1 - $executable failed
H A Dtest-open_wmemstream.t14 echo not ok 1 - $executable failed
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dprintipfexpr.c12 int i, nelems, j, not; local
22 not = ipfe->ipfe_not;
27 PRINTF("ip.addr %s= ", not ? "!" : "");
32 PRINTF("ip.p %s= ", not ? "!" : "");
37 PRINTF("ip.src %s= ", not ? "!" : "");
42 PRINTF("ip.dst %s= ", not ? "!" : "");
47 PRINTF("tcp.port %s= ", not ? "!" : "");
52 PRINTF("tcp.dport %s= ", not ? "!" : "");
57 PRINTF("tcp.sport %s= ", not ? "!" : "");
62 PRINTF("tcp.flags %s= ", not
[all...]
H A Dload_file.c17 int linenum, not; local
58 not = 1;
61 not = 0;
82 a->al_not = not;
/freebsd-10.0-release/sys/fs/tmpfs/
H A Dtmpfs_fifoops.h39 #error not supposed to be exposed to userland.
H A Dtmpfs_vnops.h39 #error not supposed to be exposed to userland.
/freebsd-10.0-release/contrib/expat/tests/
H A Dxmltest.sh21 # and does not generate notation declarations.
42 echo "Expected not well-formed: $reldir$file"
91 xmltest/valid/not-sa \
93 xmltest/invalid/not-sa \
115 # not well-formed test cases #
119 for xmldir in ibm/not-wf/P* \
120 ibm/not-wf/p28a \
121 ibm/not-wf/misc \
122 xmltest/not-wf/ext-sa \
123 xmltest/not
[all...]
/freebsd-10.0-release/contrib/dialog/samples/
H A Dchecklist1219 Dog:No, that's not my dog.:ON
21 Chicken:Normally not a pet.:off
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.ELFGenerationOut.d.ksh7 # You may not use this file except in compliance with the License.
34 # DTrace program. If the filename used with the -s option does not end
35 # with .d, and the -o option is not used, then the output ELF file is
68 echo $tst: file not generated
H A Dtst.ELFGenerationWithO.d.ksh7 # You may not use this file except in compliance with the License.
69 echo $tst: file not generated
/freebsd-10.0-release/contrib/atf/admin/
H A Dcheck-style-man.awk68 warn("Sentence does not start on new line")
/freebsd-10.0-release/contrib/ncurses/include/
H A DMKparametrized.sh25 # holders shall not be used in advertising or otherwise to promote the sale, #
41 * Note: this file is generated using MKparametrized.sh, do not edit by hand.
43 * A value of 0 in the table means do pad but not % translations.
/freebsd-10.0-release/lib/libc/mips/string/
H A Dstrrchr.S41 #endif /* LIBC_SCCS and not lint */
48 move v0, zero # default if not found
55 bne a3, zero, 1b # continue if not end
/freebsd-10.0-release/sys/arm/arm/
H A Dbootconfig.c62 int not; local
74 not = 0;
78 not = 1;
101 *((int *)result) = !not;
/freebsd-10.0-release/sys/libkern/ia64/
H A Dbyte_swap_2.S34 #error NAME not defined
H A Dbyte_swap_4.S34 #error NAME not defined
/freebsd-10.0-release/contrib/libc++/src/
H A Dexception.cpp64 // unexpected handler should not return
90 // handler should not return
96 // handler should not throw exception
111 #warning uncaught_exception not yet implemented
148 #warning exception_ptr not yet implemented
159 #warning exception_ptr not yet implemented
175 #warning exception_ptr not yet implemented
209 #warning exception_ptr not yet implemented
222 #warning exception_ptr not yet implemented
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DTemplateBase.cpp90 llvm_unreachable("Should not have a NULL template argument");
131 llvm_unreachable("Should not have a NULL template argument");
518 // This is bad, but not as bad as crashing because of argument

Completed in 8816 milliseconds

1234567891011>>