Home
last modified time | relevance | path

Searched refs:osdep (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A D0001-Define-prototype-for-safe_flock.patch16 diff --git a/src/osdep/unix/env_unix.c b/src/osdep/unix/env_unix.c
30 diff --git a/src/osdep/unix/mbx.c b/src/osdep/unix/mbx.c
32 --- a/src/osdep/unix/mbx.c
33 +++ b/src/osdep/unix/mbx.c
36 #include "osdep.h"
49 diff --git a/src/osdep/unix/os_lnx.h b/src/osdep/unix/os_lnx.h
62 diff --git a/src/osdep/unix/os_slx.h b/src/osdep/unix/os_slx.h
81 diff --git a/src/osdep/unix/unix.c b/src/osdep/unix/unix.c
83 --- a/src/osdep/unix/unix.c
84 +++ b/src/osdep/unix/unix.c
[all …]
H A Dimap-2007e-shared.patch9 diff -up imap-2007e/src/osdep/unix/Makefile.shared imap-2007e/src/osdep/unix/Makefile
44 +.c.so: osdep.h
52 @@ -895,8 +905,7 @@ utf8aux.o: mail.h misc.h osdep.h utf8.h
57 -osdep.o:mail.h misc.h env.h fs.h ftl.h nl.h tcp.h \
59 osdep.h env_unix.h tcp_unix.h \
62 @@ -910,12 +919,19 @@ osdep.o:mail.h misc.h env.h fs.h ftl.h n
67 +osdep.o: $(OSDEPS)
75 - `$(CAT) CCTYPE` -c `$(CAT) CFLAGS` `$(CAT) OSCFLAGS` -c osdep.c
78 +osdep.so: $(OSDEPS)
81 osdep.c: osdepbas.c osdepckp.c osdeplog.c osdepssl.c
[all …]
H A D0001-Fix-Wincompatible-function-pointer-types.patch26 diff --git a/src/osdep/unix/mh.c b/src/osdep/unix/mh.c
28 --- a/src/osdep/unix/mh.c
29 +++ b/src/osdep/unix/mh.c
59 diff --git a/src/osdep/unix/mix.c b/src/osdep/unix/mix.c
61 --- a/src/osdep/unix/mix.c
62 +++ b/src/osdep/unix/mix.c
110 diff --git a/src/osdep/unix/mx.c b/src/osdep/unix/mx.c
112 --- a/src/osdep/unix/mx.c
113 +++ b/src/osdep/unix/mx.c
143 diff --git a/src/osdep/unix/news.c b/src/osdep/unix/news.c
[all …]
H A Dimap-2007f-format-security.patch9 diff -Naur imap-2007f.orig/src/osdep/unix/flocklnx.c imap-2007f/src/osdep/unix/flocklnx.c
10 --- imap-2007f.orig/src/osdep/unix/flocklnx.c 2011-07-23 02:20:11.000000000 +0200
11 +++ imap-2007f/src/osdep/unix/flocklnx.c 2014-04-14 19:17:46.429000000 +0200
H A D0001-Support-OpenSSL-1.1.patch15 src/osdep/unix/ssl_unix.c | 14 +++++++++++++-
18 diff --git a/src/osdep/unix/ssl_unix.c b/src/osdep/unix/ssl_unix.c
20 --- a/src/osdep/unix/ssl_unix.c
21 +++ b/src/osdep/unix/ssl_unix.c
H A D0001-Do-not-build-mtest.patch23 $(TOOLS)/$@ "$(LN)" src/osdep/$(SYSTEM) c-client
/openbmc/qemu/scripts/
H A Danalyze-inclusions85 echo osdep.h:
86 analyze ../include/qemu/osdep.h
89 analyze -include ../include/qemu/osdep.h ../include/hw/hw.h
92 analyze -include ../include/qemu/osdep.h trace/generated-tracers.h
95 analyze -DNEED_CPU_H -I../target/i386 -Ii386-softmmu -include ../include/qemu/osdep.h ../target/i38…
98 analyze -DNEED_CPU_H -I../target/i386 -Ii386-softmmu -include ../include/qemu/osdep.h ../include/hw…
H A Dclean-includes129 *include/qemu/osdep.h | \
198 All .c should include qemu/osdep.h first. The script performs three
201 * Ensure .c files include qemu/osdep.h first.
204 * Likewise, including headers qemu/osdep.h includes is redundant.
H A Dupdate-linux-headers.sh253 /* For QEMU all types are already defined via osdep.h, so this
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0009-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch29 +#include "qemu/osdep.h"
43 -#include "qemu/osdep.h"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/
H A Duw-imap_2007f.bb32 HEADERS = "src/c-client/*.h src/osdep/unix/*.h c-client/auths.c c-client/linkage.c c-client/linkage…
/openbmc/qemu/net/
H A Dvmnet-bridged.m11 #include "qemu/osdep.h"
H A Dvmnet-common.m12 #include "qemu/osdep.h"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A D0001-configure.ac-Rename-to-configure.ac-and-use-external.patch308 - osdep.c \
334 - osdep.$lo \
428 -osdep.lo: $(srcdir)/osdep.c
429 - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/osdep.c
/openbmc/qemu/tests/fp/
H A Dmeson.build4 # There are namespace pollution issues on Windows, due to osdep.h
/openbmc/qemu/crypto/
H A Drsakey-nettle.c.inc24 #include "qemu/osdep.h"
H A Dcipher-gnutls.c.inc21 #include "qemu/osdep.h"
H A Dakcipher-nettle.c.inc24 #include "qemu/osdep.h"
H A Dakcipher-gcrypt.c.inc24 #include "qemu/osdep.h"
/openbmc/qemu/util/
H A Dmeson.build1 util_ss.add(files('osdep.c', 'cutils.c', 'unicode.c', 'qemu-timer-common.c'))
/openbmc/qemu/ui/
H A Dvnc-enc-zrle.c.inc25 #include "qemu/osdep.h"
/openbmc/qemu/docs/devel/
H A Dstyle.rst291 #include "qemu/osdep.h" /* Always first... */
295 The "qemu/osdep.h" header contains preprocessor macros that affect the behavior
300 Do not include "qemu/osdep.h" from header files since the .c file will have
303 Headers should normally include everything they need beyond osdep.h.
H A Dbuild-system.rst360 .. [#cfgtarget] This header is included by ``qemu/osdep.h`` when
/openbmc/qemu/audio/
H A Dcoreaudio.m25 #include "qemu/osdep.h"
/openbmc/qemu/target/cris/
H A Dtranslate_v10.c.inc21 #include "qemu/osdep.h"

12