/openbmc/u-boot/scripts/ |
H A D | kernel-doc | 312 my ($newsection, $newcontents, $prototype, $brcount, %source_map); 1052 my ($prototype, $file) = @_; 1564 my $prototype = shift; 1568 $prototype =~ s/^static +//; 1569 $prototype =~ s/^extern +//; 1570 $prototype =~ s/^asmlinkage +//; 1571 $prototype =~ s/^inline +//; 1572 $prototype =~ s/^__inline__ +//; 1573 $prototype =~ s/^__inline +//; 1574 $prototype =~ s/^__always_inline +//; [all …]
|
/openbmc/linux/include/acpi/ |
H A D | acpixf.h | 60 #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \ argument 61 prototype; 65 #define ACPI_EXTERNAL_RETURN_OK(prototype) \ argument 66 prototype; 70 #define ACPI_EXTERNAL_RETURN_VOID(prototype) \ argument 71 prototype; 75 #define ACPI_EXTERNAL_RETURN_UINT32(prototype) \ argument 76 prototype; 80 #define ACPI_EXTERNAL_RETURN_PTR(prototype) \ argument 81 prototype; [all …]
|
/openbmc/qemu/scripts/ |
H A D | kernel-doc | 326 my ($newsection, $newcontents, $prototype, $brcount, %source_map); 1188 my ($prototype, $file) = @_; 1718 my $prototype = shift; 1724 $prototype =~ s/^static +//; 1725 $prototype =~ s/^extern +//; 1726 $prototype =~ s/^asmlinkage +//; 1727 $prototype =~ s/^inline +//; 1728 $prototype =~ s/^__inline__ +//; 1729 $prototype =~ s/^__inline +//; 1730 $prototype =~ s/^__always_inline +//; [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery.treetable.js | 38 Node.prototype.addChild = function(child) { 42 Node.prototype.ancestors = function() { 52 Node.prototype.collapse = function() { 69 Node.prototype.collapsed = function() { 75 Node.prototype.expand = function() { 95 Node.prototype.expanded = function() { 99 Node.prototype.hide = function() { 105 Node.prototype.isBranchNode = function() { 113 Node.prototype.updateBranchLeafClass = function(){ 119 Node.prototype.level = function() { [all …]
|
H A D | bootstrap-3.4.1.js | 103 Alert.prototype.close = function (e) { 171 $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close) 202 Button.prototype.setState = function (state) { 226 Button.prototype.toggle = function () { 344 Carousel.prototype.keydown = function (e) { 355 Carousel.prototype.cycle = function (e) { 367 Carousel.prototype.getItemIndex = function (item) { 372 Carousel.prototype.getItemForDirection = function (direction, active) { 382 Carousel.prototype.to = function (pos) { 394 Carousel.prototype.pause = function (e) { [all …]
|
H A D | bootstrap-3.4.1.min.js | 6 …prototype.close=function(t){var e=s(this),i=e.attr("data-target");i||(i=(i=e.attr("href"))&&i.repl…
|
/openbmc/linux/scripts/ |
H A D | kernel-doc | 179 my ($newsection, $newcontents, $prototype, $brcount, %source_map); 1102 my ($prototype, $file) = @_; 1687 my $prototype = shift; 1693 $prototype =~ s/^static +//; 1694 $prototype =~ s/^extern +//; 1695 $prototype =~ s/^asmlinkage +//; 1696 $prototype =~ s/^inline +//; 1697 $prototype =~ s/^__inline__ +//; 1698 $prototype =~ s/^__inline +//; 1699 $prototype =~ s/^__always_inline +//; [all …]
|
/openbmc/linux/include/acpi/platform/ |
H A D | aclinux.h | 92 #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \ argument 93 static ACPI_INLINE prototype {return(AE_NOT_CONFIGURED);} 94 #define ACPI_EXTERNAL_RETURN_OK(prototype) \ argument 95 static ACPI_INLINE prototype {return(AE_OK);} 96 #define ACPI_EXTERNAL_RETURN_VOID(prototype) \ argument 97 static ACPI_INLINE prototype {return;} 98 #define ACPI_EXTERNAL_RETURN_UINT32(prototype) \ argument 99 static ACPI_INLINE prototype {return(0);} 100 #define ACPI_EXTERNAL_RETURN_PTR(prototype) \ argument 101 static ACPI_INLINE prototype {return(NULL);}
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | serial-console.js | 43 TextEncoder.prototype.encode = function encode(str) { 103 TextEncoder.prototype.toString = function() { 107 Object.defineProperty(TextEncoder.prototype, 'encoding', { 109 if (TextEncoder.prototype.isPrototypeOf(this)) 116 TextEncoder.prototype.encoding = 'utf-8'; 119 TextEncoder.prototype[Symbol.toStringTag] = 'TextEncoder';
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/wpantund/ |
H A D | basename.patch | 1 include libgen.h for getting prototype for basename() 2 Newer musl has remove prototype from string.h [1] 4 clang 18+ about missing prototype.
|
/openbmc/ipmitool/control/ |
H A D | Makefile.am | 33 EXTRA_DIST = pkginfo.in prototype.in \ 36 dist-hook: pkginfo prototype rpmmacros
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/id3lib/id3lib/ |
H A D | acdefine.patch | 18 + AC_DEFINE(ID3LIB_ICONV_OLDSTYLE,[1],[Old iconv prototype definition in iconv.h]) 27 + AC_DEFINE(ID3LIB_ICONV_CAST_OK,[1],[Accepting const char ** in iconv prototype]) 36 + AC_DEFINE(ID3LIB_ICONV_CAST_OK,[1],[Accepting const char ** in iconv prototype])
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/ |
H A D | 0001-include-libgen.h-for-basename-API-prototype.patch | 4 Subject: [PATCH] include libgen.h for basename API prototype 6 basename prototype has been removed from string.h from latest musl [1] 7 compilers e.g. clang-18 flags the absense of prototype as error. therefore
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
H A D | 0001-Fix-type-of-single-bit-bitfields.patch | 16 prototype.h | 2 +- 24 struct prototype *proto; 46 --- a/prototype.h 47 +++ b/prototype.h
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/qad/qad/ |
H A D | 0001-Fix-warnings-found-by-clang-compiler.patch | 6 Fix diagnostics found with -Wdeprecated-non-prototype using clang 10 … a function without a prototype is deprecated in all versions of C and is not supported in C2x [-W…
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/ |
H A D | 0001-include-libgen.h-for-basename.patch | 6 basename prototype has been removed from string.h from latest musl [1] 7 compilers e.g. clang-18 flags the absense of prototype as error. therefore
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/aer-inject/aer-inject/ |
H A D | 0001-include-libgen.h-for-basename.patch | 6 basename prototype has been removed from string.h from latest musl [1] 7 compilers e.g. clang-18 flags the absense of prototype as error. therefore
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uftrace/uftrace/ |
H A D | 0001-include-libgen.h-for-basename.patch | 6 basename prototype has been removed from string.h from latest musl [1] 7 compilers e.g. clang-18 flags the absense of prototype as error. therefore
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
H A D | 0001-include-libgen.h-for-basename.patch | 6 basename prototype has been removed from string.h from latest musl [1] 7 compilers e.g. clang-18 flags the absense of prototype as error. therefore
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wtmpdb/wtmpdb/ |
H A D | 0001-include-libgen.h-for-basename.patch | 6 basename prototype has been removed from string.h from latest musl [1] 7 compilers e.g. clang-18 flags the absense of prototype as error. therefore
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcurses/libcurses-perl/ |
H A D | 0001-testtyp.c-Use-proper-prototype-for-main-function.patch | 4 Subject: [PATCH] testtyp.c: Use proper prototype for main function 6 Newer compilers like clang-15+ will complain about the prototype
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/ndctl/ndctl/ |
H A D | 0001-include-libgen.h-for-basename.patch | 6 basename prototype has been removed from string.h from latest musl [1] 7 compilers e.g. clang-18 flags the absense of prototype as error. therefore
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/ |
H A D | 0001-include-libgen.h-for-basename-API-prototype.patch | 4 Subject: [PATCH 1/2] include libgen.h for basename API prototype 6 basename prototype has been removed from string.h from latest musl [1] 7 compilers e.g. clang-18 flags the absense of prototype as error. therefore
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/ |
H A D | 0001-include-libgen.h-for-basename.patch | 6 basename prototype has been removed from string.h from latest musl [1] 7 compilers e.g. clang-18 flags the absense of prototype as error. therefore
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/ |
H A D | 0013-elflink.c-include-libgen.h-for-basename.patch | 6 Basename prototype has been removed from string.h from latest musl[1]. 7 Compilers e.g. clang-18 flags the absense of prototype as error.
|