HomeSort by: relevance | last modified time | path
    Searched defs:unsupported (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
MachO.cpp 71 static Error unsupported(const char *Str, const Triple &T) { function
73 "Unsupported triple for mach-o cpu %s: %s", Str,
79 return unsupported("type", T);
92 return unsupported("type", T);
97 return unsupported("subtype", T);
106 return unsupported("subtype", T);
  /src/sys/arch/ia64/stand/ia64/ski/
efi_stub.c 129 unsupported(const char *func) function
163 return (unsupported(__func__));
169 return (unsupported(__func__));
197 return (unsupported(__func__));
204 return (unsupported(__func__));
210 return (unsupported(__func__));
217 return (unsupported(__func__));
233 return (unsupported(__func__));
  /src/tests/fs/vfs/
t_rwtoro.c 49 static const char *unsupported = "fs does not support r/o remount"; variable
69 atf_tc_skip("%s", unsupported);
85 atf_tc_skip("%s", unsupported);
  /src/tests/lib/libc/regex/
t_regex_att.c 207 fprintf(stderr, "skipping unsupported [%s] tests\n", s);
216 unsupported(const char *s) function
474 if (unsupported(comment))
  /src/usr.bin/radioctl/
radioctl.c 256 int unsupported = 0; local
272 unsupported++;
280 unsupported++;
286 unsupported++;
293 if ( unsupported )
  /src/crypto/external/apache2/openssl/dist/crypto/store/
store_meth.c 297 int unsupported, id; local
309 * be fetched is unsupported.
311 unsupported = id == 0;
347 * is unsupported.
349 unsupported = !methdata->flag_construct_error_occurred;
353 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED;
354 const char *helpful_msg = unsupported
  /src/crypto/external/bsd/openssl/dist/crypto/store/
store_meth.c 307 int unsupported = 0; local
329 * be fetched is unsupported.
332 unsupported = 1;
367 * is unsupported.
369 unsupported = !methdata->flag_construct_error_occurred;
373 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED;
375 unsupported
  /src/crypto/external/apache2/openssl/dist/crypto/encode_decode/
decoder_meth.c 353 int unsupported, id; local
364 * be fetched is unsupported.
366 unsupported = id == 0;
404 * is unsupported.
406 unsupported = !methdata->flag_construct_error_occurred;
410 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED;
encoder_meth.c 359 int unsupported, id; local
370 * be fetched is unsupported.
372 unsupported = id == 0;
409 * is unsupported.
411 unsupported = !methdata->flag_construct_error_occurred;
415 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED;
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
evp_fetch.c 275 int unsupported, name_id; local
309 * be fetched is unsupported.
311 unsupported = name_id == 0;
366 * is unsupported.
368 unsupported = !methdata->flag_construct_error_occurred;
372 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED;
  /src/crypto/external/bsd/openssl/dist/crypto/encode_decode/
decoder_meth.c 369 int unsupported = 0; local
390 * be fetched is unsupported.
393 unsupported = 1;
430 * is unsupported.
432 unsupported = !methdata->flag_construct_error_occurred;
436 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED;
encoder_meth.c 379 int unsupported = 0; local
400 * be fetched is unsupported.
403 unsupported = 1;
439 * is unsupported.
441 unsupported = !methdata->flag_construct_error_occurred;
445 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED;
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
evp_fetch.c 275 int unsupported = 0; local
319 * be fetched is unsupported.
322 unsupported = 1;
376 * is unsupported.
378 unsupported = !methdata->flag_construct_error_occurred;
382 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED;
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyRuntimeLibcallSignatures.cpp 93 unsupported enumerator in enum:__anon5160::RuntimeLibcallSignature
99 // Any newly-added libcalls will be unsupported by default.
100 RuntimeLibcallSignatureTable() : Table(RTLIB::UNKNOWN_LIBCALL, unsupported) {
156 // All F80 and PPCF128 routines are unsupported.
252 // All F80 and PPCF128 routines are unsupported.
301 // ALl F80 and PPCF128 routines are unsupported.
337 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_1] = unsupported;
338 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_2] = unsupported;
339 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_4] = unsupported;
340 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_8] = unsupported;
    [all...]
  /src/external/bsd/tcpdump/dist/
print-lwres.c 286 int unsupported = 0; local
418 unsupported++;
543 unsupported++;
554 if (!unsupported && ND_BYTES_BETWEEN(bp, s) < GET_BE_U_4(np->length))
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zio.h 411 kstat_named_t unsupported; member in struct:zio_trim_stats
  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 254 unsupported, enumerator in enum:i386_error
7382 err_msg = _("unsupported with Intel mnemonic");
7385 err_msg = _("unsupported syntax");
7391 err_msg = _("{nf} unsupported");
7393 case unsupported:
7394 as_bad (_("unsupported instruction `%s'"),
7453 err_msg = _("unsupported vector index register");
7456 err_msg = _("unsupported broadcast");
7462 err_msg = _("unsupported masking");
7471 err_msg = _("unsupported static rounding/sae")
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 254 unsupported, enumerator in enum:i386_error
7220 err_msg = _("unsupported with Intel mnemonic");
7223 err_msg = _("unsupported syntax");
7229 err_msg = _("{nf} unsupported");
7231 case unsupported:
7232 as_bad (_("unsupported instruction `%s'"),
7291 err_msg = _("unsupported vector index register");
7294 err_msg = _("unsupported broadcast");
7300 err_msg = _("unsupported masking");
7309 err_msg = _("unsupported static rounding/sae")
    [all...]
  /src/external/mit/xorg/lib/libxcb/files/
xkb.h 2687 uint16_t unsupported; member in struct:xcb_xkb_get_device_info_reply_t
3041 uint16_t unsupported; member in struct:xcb_xkb_extension_device_notify_event_t

Completed in 61 milliseconds