Home
last modified time | relevance | path

Searched refs:include (Results 76 – 100 of 6991) sorted by relevance

12345678910>>...280

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/rdma-core/rdma-core/
H A D0001-include-libgen.h-for-basename.patch28 +#include <libgen.h>
29 #include <stdio.h>
30 #include <stdlib.h>
31 #include <string.h>
38 #include <endian.h>
39 #include <getopt.h>
40 +#include <libgen.h>
41 #include <stdlib.h>
42 #include <string.h>
43 #include <stdio.h>
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpulimit/cpulimit/
H A D0001-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch21 #include <string.h>
22 #include <sys/stat.h>
23 #include <sys/time.h>
24 -#include <sys/sysctl.h>
26 #include <sys/types.h>
27 #include <sys/wait.h>
33 #include <limits.h>
34 #include <sys/time.h>
35 #include <signal.h>
36 +#include <libgen.h>
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/
H A D0001-include-required-system-header-files-for-fd_set-and-.patch22 #include <sys/signal.h>
23 #include <sys/socket.h>
24 #include <sys/stat.h>
26 #include <sys/ioctl.h>
27 #include <net/if.h>
28 #include "host.h"
34 #include <ctype.h>
35 #include <sys/wait.h>
36 #include <sys/stat.h>
38 #include "output.h"
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/
H A D0001-Fix-build-with-clang.patch82 #include "YColor.h"
94 #include "YWidget.h"
104 #include "YWidget.h"
124 #include "YWidget.h"
125 #include "ImplPtr.h"
136 #include "ImplPtr.h"
157 #include <string>
267 #include <string>
278 #include <string>
356 #include <vector>
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A D0001-Replace-need-for-error.h-when-it-does-not-exist.patch23 #include <stdio.h>
24 #include <stdlib.h>
26 #include <error.h>
29 +#include <err.h>
31 #include "support.h"
32 #include "native.h"
49 #include <grp.h>
65 #include <stdio.h>
66 #include <dlfcn.h>
68 #include <stdio.h>
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0011-Remove-bionic-specific-calls.patch8 include/cutils/properties.h | 1 -
13 diff --git a/include/cutils/properties.h b/include/cutils/properties.h
19 #include <sys/cdefs.h>
20 #include <stddef.h>
22 #include <stdint.h>
46 #include <stdlib.h>
47 #include <string.h>
48 #include <sys/stat.h>
49 +#include <sys/syscall.h>
50 #include <sys/types.h>
[all …]
/openbmc/linux/tools/counter/
H A DMakefile2 include ../scripts/Makefile.include
15 override CFLAGS += -O2 -Wall -g -D_GNU_SOURCE -I$(OUTPUT)include
23 include $(srctree)/tools/build/Makefile.include
28 $(OUTPUT)include/linux/counter.h: ../../include/uapi/linux/counter.h
29 mkdir -p $(OUTPUT)include/linux 2>&1 || true
30 ln -sf $(CURDIR)/../../include/uapi/linux/counter.h $@
32 prepare: $(OUTPUT)include/linux/counter.h
42 rm -rf $(OUTPUT)include/linux/counter.h
43 rm -df $(OUTPUT)include/linux
44 rm -df $(OUTPUT)include
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/crossguid/crossguid/
H A D0001-include-missing-cstdint.patch4 Subject: [PATCH] include missing <cstdint>
7 included [1]. Explicitly include it for uint{32,64}_t.
14 include/crossguid/guid.hpp | 1 +
17 diff --git a/include/crossguid/guid.hpp b/include/crossguid/guid.hpp
19 --- a/include/crossguid/guid.hpp
20 +++ b/include/crossguid/guid.hpp
22 #include <jni.h>
25 +#include <cstdint>
26 #include <functional>
27 #include <iostream>
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0006-include-limits.h-for-PATH_MAX.patch24 #include <grp.h>
25 #include <pwd.h>
26 #include <fcntl.h>
27 +#include <limits.h>
29 #include <sys/stat.h>
30 #include <sys/types.h>
36 #include <fcntl.h>
37 #include <stdarg.h>
38 #include <hugetlbfs.h>
39 +#include <limits.h>
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A D0001-Add-prototype-to-function-definitions.patch23 #include "exp_prog.h"
25 #include "exp_log.h"
54 #include "expect_cf.h"
55 #include <stdio.h>
56 +#include <unistd.h>
57 #include <setjmp.h>
64 +#include <sys/wait.h>
67 # include <time.h>
101 #include <stdio.h>
102 #include <signal.h>
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/
H A D0002-use-BUFSIZ-as-buffer-size.patch12 include/b64/decode.h | 3 ++-
16 diff --git a/include/b64/decode.h b/include/b64/decode.h
18 --- a/include/b64/decode.h
19 +++ b/include/b64/decode.h
24 +#include <cstdio>
25 #include <iostream>
37 diff --git a/include/b64/encode.h b/include/b64/encode.h
39 --- a/include/b64/encode.h
40 +++ b/include/b64/encode.h
45 +#include <cstdio>
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/
H A Dmount_conflict.patch4 do not include it and avoid conflict too with glibc 2.36+ see [1]
14 #include <sys/utsname.h>
15 #include <netinet/in.h>
16 #include <sys/mount.h>
17 -#include <linux/fs.h>
20 #include "automount.h"
24 #include <sys/utsname.h>
25 #include <netinet/in.h>
26 #include <sys/mount.h>
27 -#include <linux/fs.h>
[all …]
H A D0001-Define-__SWORD_TYPE-and-_PATH_NSSWITCH_CONF.patch14 include/automount.h | 8 ++++++++
15 include/nsswitch.h | 3 +++
18 diff --git a/include/automount.h b/include/automount.h
20 --- a/include/automount.h
21 +++ b/include/automount.h
37 diff --git a/include/nsswitch.h b/include/nsswitch.h
39 --- a/include/nsswitch.h
40 +++ b/include/nsswitch.h
42 #include <netdb.h>
43 #include "list.h"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/
H A D0002-Drop-using-_LARGEFILE64_SOURCE.patch32 #include <stdbool.h>
33 #include <stdio.h>
34 #include <stdlib.h>
44 #include <dirent.h>
45 #include <stdio.h>
46 #include <stdlib.h>
56 #include <stdio.h>
58 #include <fcntl.h>
69 #include <stdio.h>
81 #include <stdio.h>
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D0001-Fix-implicit-function-declaration-warnings.patch33 #include <stdio.h>
34 #include <stdlib.h>
35 #include <syslog.h>
50 #include <syslog.h>
66 +#include <fcntl.h>
67 #include <signal.h>
68 #include <stdio.h>
69 #include <syslog.h>
70 #include <string.h>
71 +#include <unistd.h>
[all …]
/openbmc/linux/Documentation/driver-api/80211/
H A Dcfg80211.rst5 .. kernel-doc:: include/net/cfg80211.h
11 .. kernel-doc:: include/net/cfg80211.h
14 .. kernel-doc:: include/net/cfg80211.h
45 .. kernel-doc:: include/net/cfg80211.h
48 .. kernel-doc:: include/net/cfg80211.h
99 .. kernel-doc:: include/net/cfg80211.h
102 .. kernel-doc:: include/net/cfg80211.h
118 .. kernel-doc:: include/net/cfg80211.h
121 .. kernel-doc:: include/net/cfg80211.h
134 .. kernel-doc:: include/net/cfg80211.h
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A Dadd_ppc64le.patch9 +#include <asm/ptrace.h>
10 #include <sys/ptrace.h>
15 #include "config.h"
17 +#include <string.h>
18 #include <sys/types.h>
19 #include <sys/ptrace.h>
20 #include <asm/ptrace.h>
21 #include <errno.h>
23 #include <error.h>
26 #include "proc.h"
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist2.txt1560 drwxr-xr-x root root 4096 ./usr/include/bash/include
1563 -rw-r--r-- root root 1581 ./usr/include/bash/include/filecntl.h
1564 -rw-r--r-- root root 3014 ./usr/include/bash/include/gettext.h
1565 -rw-r--r-- root root 2113 ./usr/include/bash/include/maxpath.h
1566 -rw-r--r-- root root 1994 ./usr/include/bash/include/memalloc.h
1567 -rw-r--r-- root root 3669 ./usr/include/bash/include/ocache.h
1568 -rw-r--r-- root root 2305 ./usr/include/bash/include/posixdir.h
1569 -rw-r--r-- root root 1407 ./usr/include/bash/include/posixjmp.h
1575 -rw-r--r-- root root 3636 ./usr/include/bash/include/shtty.h
1577 -rw-r--r-- root root 2652 ./usr/include/bash/include/stdc.h
[all …]
H A Dbuildhistory_filelist1.txt1559 drwxr-xr-x root root 4096 ./usr/include/bash/include
1562 -rw-r--r-- root root 1581 ./usr/include/bash/include/filecntl.h
1563 -rw-r--r-- root root 3014 ./usr/include/bash/include/gettext.h
1564 -rw-r--r-- root root 2113 ./usr/include/bash/include/maxpath.h
1565 -rw-r--r-- root root 1994 ./usr/include/bash/include/memalloc.h
1566 -rw-r--r-- root root 3669 ./usr/include/bash/include/ocache.h
1567 -rw-r--r-- root root 2305 ./usr/include/bash/include/posixdir.h
1568 -rw-r--r-- root root 1407 ./usr/include/bash/include/posixjmp.h
1574 -rw-r--r-- root root 3636 ./usr/include/bash/include/shtty.h
1576 -rw-r--r-- root root 2652 ./usr/include/bash/include/stdc.h
[all …]
/openbmc/linux/Documentation/translations/zh_CN/kernel-hacking/
H A Dhacking.rst1 .. include:: ../disclaimer-zh_CN.rst
150 ``include/uapi/asm-generic/errno.h`` 和 ``include/linux/errno.h`` ),否则返
201 定义于 ``include/linux/printk.h``
258 定义于 ``include/linux/slab.h``
298 定义于 ``include/asm/current.h``
307 定义于 ``include/asm/delay.h`` / ``include/linux/delay.h``
352 定义于 ``include/linux/smp.h``
364 定义于 ``include/linux/init.h``
377 定义于 ``include/linux/init.h`` / ``include/linux/module.h``
416 等待队列 ``include/linux/wait.h``
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/neard/neard/
H A DMakefile.am-do-not-ship-version.h.patch20 @@ -10,11 +10,11 @@ pkginclude_HEADERS = include/types.h include/log.h include/plugin.h \
21 include/tlv.h include/setting.h include/device.h \
22 include/nfc_copy.h include/snep.h
24 -nodist_include_HEADERS = include/version.h
25 +nodist_pkginclude_HEADERS = include/version.h
27 noinst_HEADERS = include/dbus.h
31 $(noinst_HEADERS), include/near/$(notdir $(file)))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sanlock/sanlock/
H A D0001-add-missing-system-header-string.h.patch20 #include <stdio.h>
21 #include <stdint.h>
22 #include <stddef.h>
23 +#include <string.h>
24 #include <sys/socket.h>
25 #include <sys/un.h>
32 #include <stdio.h>
33 #include <stdint.h>
34 #include <stddef.h>
35 +#include <string.h>
[all …]
/openbmc/hiomapd/
H A DMakefile.am19 include mtd/Makefile.am.include
22 include file/Makefile.am.include
26 include vpnor/Makefile.am.include
34 include $(top_srcdir)/aminclude_static.am
49 include test/Makefile.am.include
52 include vpnor/test/Makefile.am.include
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A D0006-sysdep-Add-header-include-sequence-to-adjust-for-mus.patch4 Subject: [PATCH 6/8] sysdep: Add header include sequence to adjust for musl
25 #include <sys/types.h>
26 #include <sys/socket.h>
27 -#include <netinet/in.h>
30 -#include <net/if.h>
31 -#include <net/if_arp.h>
32 +//#include <linux/if.h>
33 +//#include <net/if_arp.h>
34 #include <netinet/if_ether.h>
36 +#include <netinet/in.h>
[all …]
/openbmc/phosphor-webui/app/login/styles/
H A Dindex.scss2 @include mediaQuery(medium) {
4 @include fastTransition-all;
15 @include mediaQuery(small) {
19 @include mediaQuery(medium) {
27 @include mediaQuery(small) {
34 @include page-transition;
47 @include mediaQuery(small) {
55 @include mediaQuery(large) {
58 @include fastTransition-all;
79 @include mediaQuery(small) {
[all …]

12345678910>>...280