Keith Packard
75966a4186
xwin: Clean up os wrappers for System, Popen and Pclose on Windows
...
Popen and Pclose are never used on Windows, so don't bother to even
try to define them.
System(s) was defined as system(s), but the two users of that
function are in xkb, which carefully redefines that as
Win32System. Move Win32System and Win32TempDir to os/utils.c, renaming
Win32System to be just System, which simplifies the xkb code
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2012-07-17 16:08:04 +01:00
..
.gitignore
dix and os: gitignore dix.O and os.O
2011-09-23 17:14:47 -07:00
access.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
auth.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
backtrace.c
Print backtrace in a signal-safe manner
2012-07-02 22:34:32 -07:00
client.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
connection.c
Initialize padding bits to 0 in ErrorConnMax()
2012-07-09 22:52:30 -07:00
io.c
Replace padlength tables with inline functions from misc.h
2012-07-09 22:52:30 -07:00
log.c
Warn when attempting to log in a signal unsafe manner from signal context
2012-07-02 22:34:32 -07:00
Makefile.am
Move to autoconf standard function name checks & defines
2011-12-05 14:32:45 -08:00
mitauth.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
oscolor.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
osdep.h
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
osinit.c
Reliably reset signals at server init time
2012-07-09 16:34:39 -07:00
rpcauth.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
strcasecmp.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
strcasestr.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
strlcat.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
strlcpy.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
strndup.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
utils.c
xwin: Clean up os wrappers for System, Popen and Pclose on Windows
2012-07-17 16:08:04 +01:00
WaitFor.c
os: make timers signal-safe
2012-05-01 11:36:35 +10:00
xdmauth.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00
xdmcp.c
Change lastDeviceIdleTime to be per-device
2012-03-22 13:12:56 +10:00
xprintf.c
os/xprintf: add Xvscnprintf and Xscnprintf
2012-05-03 14:59:23 +10:00
xsha1.c
os: Add CryptoAPI as a choice of SHA1 implementation
2012-05-04 13:13:50 -05:00
xstrans.c
Introduce a consistent coding style
2012-03-21 13:54:42 -07:00