/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/linux/tools/include/linux/ |
H A D | list_sort.h | 9 typedef int __attribute__((nonnull(2,3))) (*list_cmp_func_t)(void *, 12 __attribute__((nonnull(2,3)))
|
/openbmc/linux/include/linux/ |
H A D | list_sort.h | 9 typedef int __attribute__((nonnull(2,3))) (*list_cmp_func_t)(void *, 12 __attribute__((nonnull(2,3)))
|
H A D | xarray.h | 360 unsigned long max, xa_mark_t) __attribute__((nonnull(2))); 362 unsigned long max, xa_mark_t) __attribute__((nonnull(2)));
|
/openbmc/libpldm/include/libpldm/ |
H A D | compiler.h | 16 #if __has_attribute(nonnull) 17 #define LIBPLDM_CC_NONNULL __attribute__((nonnull))
|
/openbmc/libpldm/src/ |
H A D | compiler.h | 16 static_assert(__has_attribute(nonnull), 33 #define LIBPLDM_CC_NONNULL_ARGS(...) __attribute__((nonnull(__VA_ARGS__)))
|
/openbmc/linux/tools/lib/ |
H A D | list_sort.c | 14 __attribute__((nonnull(2,3,4))) 50 __attribute__((nonnull(2,3,4,5))) 183 __attribute__((nonnull(2,3)))
|
/openbmc/linux/lib/ |
H A D | list_sort.c | 15 __attribute__((nonnull(2,3,4))) 51 __attribute__((nonnull(2,3,4,5))) 184 __attribute__((nonnull(2,3)))
|
/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/linux/tools/perf/util/ |
H A D | parse-events.h | 32 __attribute__((nonnull(1, 2, 4))) 37 __attribute__((nonnull(1, 2, 3)))
|
/openbmc/linux/tools/testing/selftests/exec/ |
H A D | Makefile | 3 CFLAGS += -Wno-nonnull
|
/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/linux/drivers/gpu/drm/i915/ |
H A D | i915_request.h | 439 __attribute__((nonnull(1))); 444 __attribute__((nonnull(1)));
|
/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/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/linux/tools/testing/selftests/kvm/include/ |
H A D | test_util.h | 191 char *strdup_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2), nonnull(1)));
|
/openbmc/linux/arch/s390/kernel/ |
H A D | Makefile | 26 CFLAGS_smp.o := -Wno-nonnull
|
/openbmc/linux/drivers/leds/ |
H A D | leds-pwm.c | 66 __attribute__((nonnull))
|
/openbmc/linux/include/drm/ |
H A D | drm_gem.h | 487 __attribute__((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/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_object.h | 133 __attribute__((nonnull)) 141 __attribute__((nonnull))
|
/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' \
|