Searched refs:nonnull (Results 1 – 17 of 17) sorted by relevance
| /openbmc/libpldm/include/libpldm/ |
| H A D | compiler.h | 19 #if __has_attribute(nonnull) 20 #define LIBPLDM_CC_NONNULL __attribute__((nonnull))
|
| /openbmc/obmc-console/ |
| H A D | console-mux.c | 26 __attribute__((nonnull)) static size_t strtokcnt(const char *str, in strtokcnt() 41 __attribute__((nonnull)) static size_t 47 __attribute__((nonnull)) static char * 75 __attribute__((nonnull)) static struct console_gpio * 98 __attribute__((nonnull)) static void 111 __attribute__((nonnull)) static int
|
| /openbmc/libpldm/src/ |
| H A D | compiler.h | 18 static_assert(__has_attribute(nonnull), 37 #define LIBPLDM_CC_NONNULL_ARGS(...) __attribute__((nonnull(__VA_ARGS__)))
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix/ |
| H A D | 0001-cmake-Disable-nonnull-compare-warning-on-gcc.patch | 4 Subject: [PATCH] cmake: Disable nonnull-compare warning on gcc 30 + add_compile_options(-Wno-error=nonnull-compare)
|
| H A D | default-cxx-std.patch | 26 add_compile_options(-Wno-error=nonnull-compare)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/libfaketime/libfaketime/ |
| H A D | 0001-Makefile-Detect-compiler-in-makefile.patch | 22 -CFLAGS += -std=gnu99 -Wall -Wextra -Werror -Wno-nonnull-compare -DFAKE_PTHREAD -DFAKE_STAT -DFAKE_… 37 +CFLAGS += -Wno-nonnull-compare
|
| /openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/ |
| H A D | libcr51sign_support.h | 98 __attribute__((nonnull)) bool verify_rsa_signature_with_modulus_and_exponent(
|
| /openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/ |
| H A D | 0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch | 26 * Normal qsort requires base to be nonnull. Here were require
|
| /openbmc/u-boot/common/ |
| H A D | cli_hush.c | 320 int nonnull; member 474 static char *make_string(char **inp, int *nonnull); 896 o->nonnull = 0; in b_reset() 2103 if (dest->nonnull) { 2462 if (dest->length == 0 && !dest->nonnull) { 2505 child->argv_nonnull[argc-1] = dest->nonnull; 3020 dest->nonnull = 1; 3033 dest->nonnull = 1; 3117 dest->nonnull = 1; 3239 temp.nonnull = 0; [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ |
| H A D | ot-br-posix_git.bb | 19 file://0001-cmake-Disable-nonnull-compare-warning-on-gcc.patch \
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-support/fcgiwrap/fcgiwrap/ |
| H A D | 0001-Fix-implicit-fallthrough-warning.patch | 121 +# nonnull 241 + [nonnull], [
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0006-adb-Musl-fixes.patch | 69 +__attribute__((__format__(printf, 2, 3))) __attribute__((nonnull((2))))
|
| /openbmc/google-misc/subprojects/libcr51sign/src/ |
| H A D | libcr51sign_support.c | 270 __attribute__((nonnull)) bool verify_rsa_signature_with_modulus_and_exponent( in verify_rsa_signature_with_modulus_and_exponent()
|
| H A D | libcr51sign.c | 537 __attribute__((nonnull)) static bool is_key_in_signature_struct_trusted( in is_key_in_signature_struct_trusted()
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/ |
| H A D | netdata_1.47.5.bb | 48 '-Wno-aggressive-loop-optimizations -Wno-nonnull -Wno-stringop-overflow' \
|
| /openbmc/qemu/target/arm/ |
| H A D | internals.h | 1584 __attribute__((nonnull)); 1606 __attribute__((nonnull));
|
| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0008-Use-libtool-2.4.patch | 27821 +static const char *nonnull (const char *s); 27998 + nonnull (lt_argv_zero)); 28003 + i, nonnull (newargz[i])); 28014 + lt_argv_zero, nonnull (strerror (errno))); 28066 + nonnull (strerror (errno))); 28076 + nonnull (strerror (errno))); 28100 + tmp_pathspec, nonnull (strerror (errno))); 28157 +nonnull (const char *s) 28165 + return (s && !*s) ? "(empty)" : nonnull (s); 28176 + nonnull (name), nonnull (value)); [all …]
|