| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl/ |
| H A D | 0002-Fix-gcc-build-problem.patch | 24 -#if defined(__clang__) && __has_warning("-Wunsafe-buffer-usage") 26 +#if __has_warning("-Wunsafe-buffer-usage") 28 #pragma clang diagnostic ignored "-Wunsafe-buffer-usage" 29 -#endif // defined(__clang__) && __has_warning("-Wunsafe-buffer-usage") 30 +#endif // __has_warning("-Wunsafe-buffer-usage") 39 -#if defined(__clang__) && __has_warning("-Wunsafe-buffer-usage") 41 +#if __has_warning("-Wunsafe-buffer-usage") 44 +#endif // __has_warning("-Wunsafe-buffer-usage") 56 -#if defined(__clang__) && __has_warning("-Wunsafe-buffer-usage") 58 +#if __has_warning("-Wunsafe-buffer-usage") [all …]
|
| H A D | 0001-Fix-initialization-in-test-1140.patch | 6 * Suppress unsafe-buffer-usage 27 +#if defined(__clang__) && __has_warning("-Wunsafe-buffer-usage") 29 +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" 30 +#endif // defined(__clang__) && __has_warning("-Wunsafe-buffer-usage") 39 +#if defined(__clang__) && __has_warning("-Wunsafe-buffer-usage") 53 +#if defined(__clang__) && __has_warning("-Wunsafe-buffer-usage") 55 +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" 56 +#endif // defined(__clang__) && __has_warning("-Wunsafe-buffer-usage") 65 +#if defined(__clang__) && __has_warning("-Wunsafe-buffer-usage") 78 +check_cxx_compiler_flag("-Wno-unsafe-buffer-usage" WARN_UNSAFE_BUFFER) [all …]
|
| H A D | 0003-Adapt-check_cxx_compiler_flag-to-cmake-3.0.2.patch | 37 -check_cxx_compiler_flag("-Wno-unsafe-buffer-usage" WARN_UNSAFE_BUFFER) 38 +CHECK_CXX_COMPILER_FLAG("-Wno-unsafe-buffer-usage" WARN_UNSAFE_BUFFER) 41 target_compile_options(gsl_tests_config INTERFACE "-Wno-unsafe-buffer-usage") 46 -check_cxx_compiler_flag("-Wno-unsafe-buffer-usage" WARN_UNSAFE_BUFFER) 47 +CHECK_CXX_COMPILER_FLAG("-Wno-unsafe-buffer-usage" WARN_UNSAFE_BUFFER) 50 target_compile_options(gsl_tests_config_noexcept INTERFACE "-Wno-unsafe-buffer-usage")
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | oe-time-dd-test.sh | 15 usage() { function 44 usage 60 usage 69 usage 79 usage 83 usage 97 usage
|
| H A D | runqemu-export-rootfs | 8 usage() { function 13 usage 19 usage 25 usage
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 243.out | 7 Disk usage: low 13 Disk usage: low 19 Disk usage: high 25 Disk usage: high 32 qcow2 disk usage: low 33 data disk usage: low 40 qcow2 disk usage: low 41 data disk usage: low 48 qcow2 disk usage: low 49 data disk usage: high [all …]
|
| /openbmc/u-boot/cmd/ |
| H A D | mmc_spi.c | 42 goto usage; in do_mmc_spi() 46 goto usage; in do_mmc_spi() 49 goto usage; in do_mmc_spi() 53 goto usage; in do_mmc_spi() 58 goto usage; in do_mmc_spi() 63 goto usage; in do_mmc_spi() 80 usage: in do_mmc_spi()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/ |
| H A D | 0007-fix-memleaks-in-libtar-sample-program.patch | 31 -usage() 32 +usage(void *rootdir) 54 - usage(); 55 + usage(rootdir); 60 - usage(); 61 + usage(rootdir); 66 - usage(); 67 + usage(rootdir); 75 - usage(); 76 + usage(rootdir); [all …]
|
| /openbmc/u-boot/tools/ |
| H A D | jtagconsole | 3 usage() { function 19 -h|--help) usage;; 21 -*) usage "Invalid option $1";; 31 usage "Invalid number of arguments"
|
| H A D | netconsole | 3 usage() { function 18 -h|--help) usage;; 20 -*) usage "Invalid option $1";; 34 usage "Invalid number of arguments"
|
| H A D | fit_info.c | 29 void usage(char *cmdname) in usage() function 67 usage(cmdname); in main() 73 usage(*argv); in main() 77 usage(*argv); in main() 81 usage(*argv); in main()
|
| H A D | fit_check_sign.c | 26 void usage(char *cmdname) in usage() function 60 usage(cmdname); in main() 66 usage(*argv); in main() 70 usage(*argv); in main()
|
| /openbmc/phosphor-ipmi-flash/tools/ |
| H A D | main.cpp | 57 void usage(const char* program) in usage() function 131 usage(argv[0]); in main() 140 usage(argv[0]); in main() 154 usage(argv[0]); in main() 160 usage(argv[0]); in main() 169 usage(argv[0]); in main() 175 usage(argv[0]); in main() 193 usage(argv[0]); in main() 200 usage(argv[0]); in main() 210 usage(argv[0]); in main()
|
| /openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
| H A D | busybox-1.36.1-no-cbq.patch | 17 //usage: "qdisc [handle QHANDLE] [root|"IF_FEATURE_TC_INGRESS("ingress|")"parent CLASSID]\n" 18 /* //usage: "[estimator INTERVAL TIME_CONSTANT]\n" */ 19 //usage: " [[QDISC_KIND] [help|OPTIONS]]\n" 20 -//usage: " QDISC_KIND := [p|b]fifo|tbf|prio|cbq|red|etc.\n" 21 +//usage: " QDISC_KIND := [p|b]fifo|tbf|prio|red|etc.\n" 22 //usage: "qdisc show [dev STRING]"IF_FEATURE_TC_INGRESS(" [ingress]")"\n" 23 //usage: "class [classid CLASSID] [root|parent CLASSID]\n" 24 //usage: " [[QDISC_KIND] [help|OPTIONS] ]\n"
|
| /openbmc/phosphor-hwmon/msl/ |
| H A D | max31785-msl | 25 usage="Usage: $(basename "$0") -p PATH... -b BUS_NUMBER -r REVISION" 38 echo "$usage" >&2 43 echo "$usage" >&2 51 echo "$usage" >&2
|
| /openbmc/qemu/io/ |
| H A D | channel-buffer.c | 48 ioc->capacity = ioc->usage = ioc->offset = 0; in qio_channel_buffer_finalize() 66 if (bioc->offset >= bioc->usage) { in qio_channel_buffer_readv() 69 if ((bioc->offset + want) > bioc->usage) { in qio_channel_buffer_readv() 70 want = bioc->usage - bioc->offset; in qio_channel_buffer_readv() 102 if (bioc->offset > bioc->usage) { in qio_channel_buffer_writev() 103 memset(bioc->data, 0, bioc->offset - bioc->usage); in qio_channel_buffer_writev() 104 bioc->usage = bioc->offset; in qio_channel_buffer_writev() 108 memcpy(bioc->data + bioc->usage, in qio_channel_buffer_writev() 111 bioc->usage += iov[i].iov_len; in qio_channel_buffer_writev() 147 bioc->capacity = bioc->usage = bioc->offset = 0; in qio_channel_buffer_close()
|
| /openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/console/obmc-console/ |
| H A D | uart-routing.sh | 3 function usage() function 9 usage 25 usage
|
| /openbmc/openbmc/poky/scripts/contrib/ |
| H A D | ddimage | 11 usage() { function 114 usage 123 usage 129 usage 152 usage
|
| /openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/mtjade-gpio-config/ |
| H A D | ampere_gpio_utils.sh | 5 function usage() { function 26 usage; 39 usage;
|
| /openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/console/obmc-console/ |
| H A D | uart-remapping.sh | 3 function usage() function 9 usage 30 usage
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vlan/vlan-1.9/ |
| H A D | 0001-Add-printf-format-and-silence-format-security-warnin.patch | 9 fprintf(stdout,usage); 23 @@ -63,7 +63,7 @@ static char* usage = 27 - fprintf(stdout,usage); 28 + fprintf(stdout, "%s", usage);
|
| /openbmc/openbmc/poky/scripts/esdk-tools/ |
| H A D | runqemu-export-rootfs | 8 usage() { function 13 usage 19 usage 25 usage
|
| /openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-tiogapass/fb-powerctrl/files/ |
| H A D | power-util | 3 function usage() { function 45 usage; 51 usage; 80 usage;
|
| /openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/ |
| H A D | ampere_power_util.sh | 5 function usage() { function 87 usage; 93 usage; 115 usage;
|
| /openbmc/openbmc/poky/scripts/contrib/bb-perf/ |
| H A D | buildstats.sh | 45 function usage { function 89 usage 93 usage 102 usage 161 [ "$value" == "NA" ] && { echo "ERROR: stat is not present."; usage; exit 1; }
|