nuttx-apps/netutils/thttpd
YAMAMOTO Takashi c04f59cb2e netutils/thttpd/thttpd.c: Appease nxstyle
The following nxstyle errors are intentionally left.
The first one is in the copyright notice.
The others are identifiers like ClientData etc.

netutils/thttpd/thttpd.c:10:81: error: Long line found
netutils/thttpd/thttpd.c:99:2: error: Mixed case identifier found
netutils/thttpd/thttpd.c💯2: error: Mixed case identifier found
netutils/thttpd/thttpd.c:131:17: error: Mixed case identifier found
netutils/thttpd/thttpd.c:131:57: error: Mixed case identifier found
netutils/thttpd/thttpd.c:132:36: error: Mixed case identifier found
netutils/thttpd/thttpd.c:133:52: error: Mixed case identifier found
netutils/thttpd/thttpd.c:134:23: error: Mixed case identifier found
netutils/thttpd/thttpd.c:134:63: error: Mixed case identifier found
netutils/thttpd/thttpd.c:527:2: error: Mixed case identifier found
netutils/thttpd/thttpd.c:597:17: error: Mixed case identifier found
netutils/thttpd/thttpd.c:597:57: error: Mixed case identifier found
netutils/thttpd/thttpd.c:608:14: error: Mixed case identifier found
netutils/thttpd/thttpd.c:615:38: error: Mixed case identifier found
netutils/thttpd/thttpd.c:620:14: error: Mixed case identifier found
netutils/thttpd/thttpd.c:625:37: error: Mixed case identifier found
netutils/thttpd/thttpd.c:632:36: error: Mixed case identifier found
netutils/thttpd/thttpd.c:633:52: error: Mixed case identifier found
netutils/thttpd/thttpd.c:643:23: error: Mixed case identifier found
netutils/thttpd/thttpd.c:643:63: error: Mixed case identifier found
netutils/thttpd/thttpd.c:730:35: error: Mixed case identifier found
netutils/thttpd/thttpd.c:739:29: error: Mixed case identifier found
2020-11-26 19:28:14 -08:00
..
cgi-src build: Replace $(TOPDIR)/Make.defs with $(APPDIR)/Make.defs 2020-07-09 15:17:37 -03:00
.gitignore build: Remve the unnecessary .gitignore 2020-05-23 15:56:35 +01:00
config.h Run codespell -w against all files 2020-02-22 14:41:36 -06:00
fdwatch.c netutils/thttpd/fdwatch.c: Fix syslog formats 2020-11-26 19:28:14 -08:00
fdwatch.h Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
Kconfig Change the defaults of stack size configs to DEFAULT_TASK_STACKSIZE 2020-03-27 02:43:11 -05:00
libhttpd.c Run codespell -w with the latest dictonary again 2020-02-23 07:10:14 -06:00
libhttpd.h Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
Make.defs Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
Makefile build: Replace $(TOPDIR)/Make.defs with $(APPDIR)/Make.defs 2020-07-09 15:17:37 -03:00
mime_types.h Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
tdate_parse.c Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
tdate_parse.h Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
thttpd_alloc.c Include malloc.h instead of stdlib.h for mallinfo() 2020-06-15 07:21:52 -06:00
thttpd_alloc.h Standardize naming used for public data and function groupings 2015-10-02 16:20:33 -06:00
thttpd_cgi.c Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
thttpd_cgi.h
thttpd_strings.c Unify the void cast usage 2020-01-02 23:21:01 +08:00
thttpd_strings.h Add asctime(), asctime_r(), ctime(), and ctime_r(). 2015-06-12 11:52:49 -06:00
thttpd.c netutils/thttpd/thttpd.c: Appease nxstyle 2020-11-26 19:28:14 -08:00
timers.c Run codespell -w with the latest dictonary again 2020-02-23 07:10:14 -06:00
timers.h Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00