Home
last modified time | relevance | path

Searched refs:nonnull (Results 1 – 17 of 17) sorted by relevance

/openbmc/libpldm/include/libpldm/
H A Dcompiler.h19 #if __has_attribute(nonnull)
20 #define LIBPLDM_CC_NONNULL __attribute__((nonnull))
/openbmc/obmc-console/
H A Dconsole-mux.c26 __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 Dcompiler.h18 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 D0001-cmake-Disable-nonnull-compare-warning-on-gcc.patch4 Subject: [PATCH] cmake: Disable nonnull-compare warning on gcc
30 + add_compile_options(-Wno-error=nonnull-compare)
H A Ddefault-cxx-std.patch26 add_compile_options(-Wno-error=nonnull-compare)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/libfaketime/libfaketime/
H A D0001-Makefile-Detect-compiler-in-makefile.patch22 -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 Dlibcr51sign_support.h98 __attribute__((nonnull)) bool verify_rsa_signature_with_modulus_and_exponent(
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/
H A D0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch26 * Normal qsort requires base to be nonnull. Here were require
/openbmc/u-boot/common/
H A Dcli_hush.c320 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 Dot-br-posix_git.bb19 file://0001-cmake-Disable-nonnull-compare-warning-on-gcc.patch \
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-support/fcgiwrap/fcgiwrap/
H A D0001-Fix-implicit-fallthrough-warning.patch121 +# nonnull
241 + [nonnull], [
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0006-adb-Musl-fixes.patch69 +__attribute__((__format__(printf, 2, 3))) __attribute__((nonnull((2))))
/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dlibcr51sign_support.c270 __attribute__((nonnull)) bool verify_rsa_signature_with_modulus_and_exponent( in verify_rsa_signature_with_modulus_and_exponent()
H A Dlibcr51sign.c537 __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 Dnetdata_1.47.5.bb48 '-Wno-aggressive-loop-optimizations -Wno-nonnull -Wno-stringop-overflow' \
/openbmc/qemu/target/arm/
H A Dinternals.h1584 __attribute__((nonnull));
1606 __attribute__((nonnull));
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch27821 +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 …]