wine-wine/programs/cmd
Francois Gouget 040c435075 cmd: Avoid unneeded strlenW() calls.
Neither WCMD_give_help(), nor WCMD_setshow_default() are ever called
with a NULL pointer (notice how WCMD_skip_leading_spaces() already
assumes its argument is not NULL and does not return NULL).

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-12-09 23:47:46 +01:00
..
tests cmd.exe: Change parsing of the if command to avoid parsing the operators. 2019-08-23 22:12:09 +02:00
Makefile.in cmd: Build with msvcrt. 2019-05-03 16:30:39 +02:00
batch.c cmd: Build with msvcrt. 2019-05-03 16:30:39 +02:00
builtins.c cmd: Avoid unneeded strlenW() calls. 2019-12-09 23:47:46 +01:00
cmd.rc cmd: Correct capitalization of "Windows Explorer". 2019-04-03 19:28:19 +02:00
directory.c cmd: Explicitly mark qsort() callback funtions cdecl. 2019-05-06 03:40:25 -05:00
wcmd.h cmd: Fix the spelling of a WINE_TRACE() message and a comment. 2019-12-09 23:47:46 +01:00
wcmd.ico cmd: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
wcmd.svg cmd: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
wcmdmain.c programs: Make all program entrypoints cdecl. 2019-10-17 17:05:47 +02:00