HomeSort by: relevance | last modified time | path
    Searched defs:none (Results 1 - 25 of 88) sorted by relevancy

1 2 3 4

  /src/usr.bin/patch/
backupfile.h 25 none, enumerator in enum:backup_type
  /src/external/bsd/kyua-cli/dist/utils/
optional.hpp 47 /// Internal type-safe representation for the none type.
54 /// The none value.
57 /// However, pointers to none from different translation units will be
59 const detail::none_t none = {}; member in namespace:utils
62 /// Holds a data value or none.
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
backupfile.h 31 none, enumerator in enum:backup_type
45 ((Type) == none \
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
backupfile.h 31 none, enumerator in enum:backup_type
45 ((Type) == none \
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sw/
nouveau_nvkm_engine_sw_chan.c 59 struct nvif_notify_uevent_req none; member in union:__anon5397
63 if (!(ret = nvif_unvers(ret, &data, &size, req->none))) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-strings/
llvm-strings.cpp 48 enum radix { none, octal, hexadecimal, decimal }; enumerator in enum:radix
54 cl::init(none));
67 case none:
  /src/external/mpl/bind/dist/tests/dns/
acl_test.c 44 dns_acl_t *none = NULL; local
58 result = dns_acl_none(mctx, &none);
65 result = dns_acl_merge(notnone, none, false);
93 assert_false(dns_acl_isinsecure(none)); /* none; */
95 assert_false(dns_acl_isinsecure(notnone)); /* !none; */
103 dns_acl_detach(&none);
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_add_filter_lrzip.c 45 enum { lzma = 0, bzip2, gzip, lzo, none, zpaq } compression; enumerator in enum:write_lrzip::__anon7092
108 else if (strcmp(value, "none") == 0)
109 data->compression = none;
151 case none:
  /src/usr.bin/vis/
vis.c 58 static int eflags, fold, foldwidth = 80, none, markeol; variable
117 none++;
208 if (none) {
  /src/usr.sbin/btdevctl/
btdevctl.c 67 int ch, query, verbose, attach, detach, set, none; local
78 none = false;
109 if (strcasecmp(optarg, "none") == 0)
110 none = true;
168 if (none == true) {
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Visibility.h 76 static LinkageInfo none() { function in class:clang::LinkageInfo
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
AssumeBundleQueries.h 102 Attribute::AttrKind AttrKind = Attribute::None;
114 AttrKind == Attribute::None || Other.AttrKind == Attribute::None) &&
119 operator bool() const { return AttrKind != Attribute::None; }
120 static RetainedKnowledge none() { return RetainedKnowledge{}; } function in struct:llvm::RetainedKnowledge
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
LaneBitmask.h 51 constexpr bool none() const { return Mask == 0; } function in struct:llvm::LaneBitmask
SubtargetFeature.h 97 bool none() const { return !any(); } function in namespace:llvm
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
nouveau_nvkm_core_ioctl.c 155 struct nvif_ioctl_del none; member in union:__anon5293
160 if (!(ret = nvif_unvers(ret, &data, &size, args->none))) {
314 struct nvif_ioctl_unmap none; member in union:__anon5300
319 if (!(ret = nvif_unvers(ret, &data, &size, args->none))) {
  /src/external/ibm-public/postfix/dist/src/tls/
tls_fprint.c 296 int none = 0; /* Record a TLSA RR count of zero */ local
298 CHECK_OK_AND_DIGEST_OBJECT(mdctx, &none);
  /src/external/mit/isl/dist/
isl_hash.c 154 static struct isl_hash_table_entry none = { 0, NULL }; variable in typeref:struct:isl_hash_table_entry
155 struct isl_hash_table_entry *isl_hash_table_entry_none = &none;
  /src/external/mpl/bind/dist/lib/isc/
regex.c 38 none, enumerator in enum:__anon24160
44 } state = none;
75 case none:
238 state = none;
307 state = none;
424 if (state != none) {
  /src/external/mpl/dhcp/bind/dist/lib/isc/
regex.c 39 none, enumerator in enum:__anon24401
45 } state = none;
76 case none:
239 state = none;
308 state = none;
425 if (state != none) {
  /src/usr.bin/make/
test-variants.mk 48 TESTS+= filemon-none
49 ENV.filemon-none= USE_FILEMON="no"
51 SKIP_TESTS.filemon-none= \
109 TESTS+= opt-none
110 CFLAGS.opt-none= -O0 -ggdb
135 # macro, or at least none that affect the outcome of the tests.
243 @echo "env: "${ENV.${.TARGET}:U"(none)"}
244 @echo "cflags: "${CFLAGS.${.TARGET}:U(none):Q}
245 @echo "cppflags: "${CPPFLAGS.${.TARGET}:U(none):Q}
  /src/bin/pax/
options.h 47 #define none "none" macro
  /src/sys/dev/microcode/aic7xxx/
aicasm_gram.y 80 static symbol_ref_t none;
357 | none
569 none: label
572 if (none.symbol != NULL) {
573 stop("Only one definition of none allowed",
577 none.symbol = cur_symbol;
1188 format_1_instr(AIC_OP_ADD, &none, &immed, &allzeros, $2);
1202 format_1_instr(AIC_OP_ADD, &none, &immed, &allones, $2);
1276 format_1_instr(AIC_OP_AND, &none, &immed, &allzeros, $2);
1286 format_1_instr(AIC_OP_AND, &none, &immed, &allzeros, TRUE)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_channv50.c 144 struct nvif_notify_uevent_req none; member in union:__anon5328
148 if (!(ret = nvif_unvers(ret, &data, &size, args->none))) {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
nouveau_nvkm_engine_fifo_base.c 195 struct nvif_notify_uevent_req none; member in union:__anon5365
199 if (!(ret = nvif_unvers(ret, &data, &size, req->none))) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
BitVector.h 179 /// none - Returns true if none of the bits are set.
180 bool none() const { function in namespace:llvm
290 /// find_first - Returns the index of the first set bit, -1 if none
294 /// find_last - Returns the index of the last set bit, -1 if none of the bits

Completed in 36 milliseconds

1 2 3 4