9
0
Fork 0
nuttx-bb/nuttx/lib
patacongo b65e988ce7 Add strncmp()
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@385 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2007-11-18 14:32:06 +00:00
..
Makefile Add strncmp() 2007-11-18 14:32:06 +00:00
dq_addafter.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
dq_addbefore.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
dq_addfirst.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
dq_addlast.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
dq_rem.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
dq_remfirst.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
dq_remlast.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
lib_basename.c Add basename, dirname, strrchr 2007-07-01 17:37:11 +00:00
lib_dirname.c Added support for socket descriptors 2007-09-01 18:06:15 +00:00
lib_fclose.c Simply conditional build; fix conditional compilation 2007-06-09 19:11:00 +00:00
lib_fflush.c Simply conditional build; fix conditional compilation 2007-06-09 19:11:00 +00:00
lib_fgetc.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_fgets.c Simply conditional build; fix conditional compilation 2007-06-09 19:11:00 +00:00
lib_filesem.c Cosmetic 2007-03-24 15:55:21 +00:00
lib_fopen.c Simply conditional build; fix conditional compilation 2007-06-09 19:11:00 +00:00
lib_fprintf.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_fputc.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_fputs.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_fread.c Simply conditional build; fix conditional compilation 2007-06-09 19:11:00 +00:00
lib_fwrite.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_getenv.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
lib_getopt.c Add getopt 2007-06-10 18:13:03 +00:00
lib_gets.c Simply conditional build; fix conditional compilation 2007-06-09 19:11:00 +00:00
lib_htonl.c Add ntohs&l() and htons&l 2007-09-02 15:32:03 +00:00
lib_htons.c Add ntohs&l() and htons&l 2007-09-02 15:32:03 +00:00
lib_init.c Added network init; refactored some header files 2007-09-09 11:58:50 +00:00
lib_internal.h Re-design vsprintf so that it does not use so much stack; handle 8051's 2-byte generic pointers. 2007-03-05 20:38:39 +00:00
lib_libfread.c Simply conditional build; fix conditional compilation 2007-06-09 19:11:00 +00:00
lib_libfwrite.c Simply conditional build; fix conditional compilation 2007-06-09 19:11:00 +00:00
lib_libsprintf.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_libvsprintf.c long and long long have the same problem as integer 2007-03-19 21:43:53 +00:00
lib_lowprintf.c This creates a 8051 build that can run in 24Kb of RAM 2007-03-01 21:05:55 +00:00
lib_lowstream.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_memcmp.c Bad return value 2007-05-19 21:10:23 +00:00
lib_memcpy.c Code complete for 8051 (not tested) 2007-03-02 21:27:47 +00:00
lib_memmove.c Code complete for 8051 (not tested) 2007-03-02 21:27:47 +00:00
lib_memset.c Code complete for 8051 (not tested) 2007-03-02 21:27:47 +00:00
lib_memstream.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_nullstream.c Re-design vsprintf so that it does not use so much stack; handle 8051's 2-byte generic pointers. 2007-03-05 20:38:39 +00:00
lib_printf.c This creates a 8051 build that can run in 24Kb of RAM 2007-03-01 21:05:55 +00:00
lib_puts.c Simply conditional build; fix conditional compilation 2007-06-09 19:11:00 +00:00
lib_rand.c Eliminating GCC dependencies 2007-02-20 22:39:56 +00:00
lib_rawprintf.c Simply conditional build; fix conditional compilation 2007-06-09 19:11:00 +00:00
lib_rawstream.c Simply conditional build; fix conditional compilation 2007-06-09 19:11:00 +00:00
lib_rint.c Fix link problems 2007-02-28 13:42:19 +00:00
lib_sem.c Create a place to hold board specific header files 2007-03-26 16:47:17 +00:00
lib_snprintf.c Added snprintf 2007-09-02 19:43:16 +00:00
lib_sprintf.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_sscanf.c Add strspn() and strcspn() 2007-05-20 19:27:02 +00:00
lib_stdstream.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_strchr.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_strcmp.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_strcpy.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_strcspn.c Function incorrectly named 2007-06-07 00:20:35 +00:00
lib_strdup.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
lib_streamsem.c Simply conditional build; fix conditional compilation 2007-06-09 19:11:00 +00:00
lib_strerror.c Add strerror() 2007-03-17 16:18:49 +00:00
lib_strlen.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_strncmp.c Add strncmp() 2007-11-18 14:32:06 +00:00
lib_strncpy.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_strrchr.c Add basename, dirname, strrchr 2007-07-01 17:37:11 +00:00
lib_strspn.c Add strspn() and strcspn() 2007-05-20 19:27:02 +00:00
lib_strtok.c Add to nsh, add limits.h, gets, strtok, strtok_r 2007-03-10 14:42:30 +00:00
lib_strtokr.c Add to nsh, add limits.h, gets, strtok, strtok_r 2007-03-10 14:42:30 +00:00
lib_strtol.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_ungetc.c Simply conditional build; fix conditional compilation 2007-06-09 19:11:00 +00:00
lib_vfprintf.c Moved exclusion logic to a higher level so that printf output is more readable when the same stdout FILE* is shared 2007-03-29 14:21:31 +00:00
lib_vprintf.c Simply conditional build; fix conditional compilation 2007-06-09 19:11:00 +00:00
lib_vsprintf.c NuttX RTOS 2007-02-17 23:21:28 +00:00
sq_addafter.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sq_addfirst.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sq_addlast.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sq_rem.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sq_remafter.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sq_remfirst.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sq_remlast.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00