nuttx/lib
patacongo c9bc5c5c0e Add strspn() and strcspn()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@243 42af7a65-404d-4744-a932-0658087f49c3
2007-05-20 19:27:02 +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_fclose.c Restructure header files for POSIX compliance; eliminate compile warnings 2007-03-20 16:51:12 +00:00
lib_fflush.c Restructure header files for POSIX compliance; eliminate compile warnings 2007-03-20 16:51:12 +00:00
lib_fgetc.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_fgets.c Restructure header files for POSIX compliance; eliminate compile warnings 2007-03-20 16:51:12 +00:00
lib_filesem.c Cosmetic 2007-03-24 15:55:21 +00:00
lib_fopen.c Restructure header files for POSIX compliance; eliminate compile warnings 2007-03-20 16:51:12 +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 This creates a 8051 build that can run in 24Kb of RAM 2007-03-01 21:05:55 +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_gets.c task_create now accepts variable number of arguments; 8051 bringup changes 2007-03-11 17:37:47 +00:00
lib_init.c Container being deallocated before buffers in container. Caused memory leak. 2007-03-29 16:53:03 +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 Restructure header files for POSIX compliance; eliminate compile warnings 2007-03-20 16:51:12 +00:00
lib_libfwrite.c Restructure header files for POSIX compliance; eliminate compile warnings 2007-03-20 16:51:12 +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 This creates a 8051 build that can run in 24Kb of RAM 2007-03-01 21:05:55 +00:00
lib_rand.c Eliminating GCC dependencies 2007-02-20 22:39:56 +00:00
lib_rawprintf.c Add capability to manager memory in discontiguous regions. 2007-03-04 15:23:22 +00:00
lib_rawstream.c Restructure header files for POSIX compliance; eliminate compile warnings 2007-03-20 16:51:12 +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_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 Add strspn() and strcspn() 2007-05-20 19:27:02 +00:00
lib_strdup.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
lib_streamsem.c This creates a 8051 build that can run in 24Kb of RAM 2007-03-01 21:05:55 +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_strncpy.c NuttX RTOS 2007-02-17 23:21:28 +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 Restructure header files for POSIX compliance; eliminate compile warnings 2007-03-20 16:51:12 +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 This creates a 8051 build that can run in 24Kb of RAM 2007-03-01 21:05:55 +00:00
lib_vsprintf.c NuttX RTOS 2007-02-17 23:21:28 +00:00
Makefile Add strspn() and strcspn() 2007-05-20 19:27:02 +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