xserver/os
Alan Coopersmith cccafabd56 Mark arguments to fopen/popen/system wrappers as const char *
Silencing more gcc -Wwrite-strings warnings

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-11-23 12:15:06 -08:00
..
.gitignore
Makefile.am Add fallback implementation of strndup() 2011-11-23 12:15:05 -08:00
WaitFor.c
access.c Convert strncpy/strncat to strlcpy/strlcat 2011-11-23 12:15:05 -08:00
auth.c
backtrace.c
client.c Convert DetermineClientCmd to use strdup instead of malloc+strncpy 2011-11-23 12:15:05 -08:00
connection.c Convert a bunch of sprintf to snprintf calls 2011-11-23 12:15:06 -08:00
io.c record: Prevent out of bounds access when recording a reply. 2011-11-18 11:26:02 -08:00
log.c LogVMessageVerb: Fix const mismatch warning 2011-11-23 12:15:06 -08:00
mitauth.c
oscolor.c
osdep.h
osinit.c Convert a bunch of sprintf to snprintf calls 2011-11-23 12:15:06 -08:00
rpcauth.c Convert a bunch of sprintf to snprintf calls 2011-11-23 12:15:06 -08:00
strcasecmp.c
strcasestr.c
strlcat.c
strlcpy.c
strndup.c Add fallback implementation of strndup() 2011-11-23 12:15:05 -08:00
utils.c Mark arguments to fopen/popen/system wrappers as const char * 2011-11-23 12:15:06 -08:00
xdmauth.c
xdmcp.c Convert a bunch of sprintf to snprintf calls 2011-11-23 12:15:06 -08:00
xprintf.c
xsha1.c
xstrans.c