Home
last modified time | relevance | path

Searched refs:RT_USING_POSIX (Results 1 – 23 of 23) sorted by relevance

/nrf52832-nimble/rt-thread/include/
H A Drtdebug.h13 #ifdef RT_USING_POSIX
25 #if !defined(RT_USING_POSIX)
H A Drtdef.h959 #if defined(RT_USING_POSIX)
/nrf52832-nimble/rt-thread/components/libc/
H A DKconfig12 config RT_USING_POSIX config
17 if RT_USING_POSIX
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/
H A Dstubs.c144 #ifdef RT_USING_POSIX in _sys_read()
183 #ifdef RT_USING_POSIX in _sys_write()
322 #ifdef RT_USING_POSIX in fgetc()
H A Dlibc.c29 #if defined(RT_USING_POSIX) in libc_system_init()
/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/
H A Dlibc.c29 #if defined(RT_USING_POSIX) in libc_system_init()
H A Dsyscall_read.c27 #ifdef RT_USING_POSIX in __read()
H A Dsyscall_write.c32 #ifdef RT_USING_POSIX in __write()
/nrf52832-nimble/rt-thread/components/libc/aio/
H A DSConscript9 group = DefineGroup('aio', src, depend = ['RT_USING_POSIX', 'RT_USING_POSIX_AIO'], CPPPATH = CPPPAT…
/nrf52832-nimble/rt-thread/components/libc/termios/
H A DSConscript10 depend = ['RT_USING_LIBC', 'RT_USING_POSIX', 'RT_USING_POSIX_TERMIOS'],
/nrf52832-nimble/rt-thread/components/libc/compilers/newlib/
H A Dlibc.c32 #if defined(RT_USING_POSIX) in libc_system_init()
/nrf52832-nimble/rt-thread/components/dfs/include/
H A Ddfs_poll.h15 #ifdef RT_USING_POSIX
/nrf52832-nimble/rt-thread/components/finsh/
H A Dshell.h85 #ifndef RT_USING_POSIX
H A Dshell.c139 #ifdef RT_USING_POSIX in finsh_getchar()
152 #ifndef RT_USING_POSIX
476 #ifndef RT_USING_POSIX in finsh_thread_entry()
/nrf52832-nimble/
H A Drtconfig.h94 #define RT_USING_POSIX macro
/nrf52832-nimble/rt-thread/components/dfs/
H A DSConscript13 if GetDepend('RT_USING_POSIX'):
/nrf52832-nimble/rt-thread/components/drivers/src/
H A Dpipe.c15 #if defined(RT_USING_POSIX)
454 #ifdef RT_USING_POSIX in rt_pipe_create()
504 #ifdef RT_USING_POSIX
/nrf52832-nimble/rt-thread/src/
H A Ddevice.c18 #if defined(RT_USING_POSIX)
64 #if defined(RT_USING_POSIX) in rt_device_register()
/nrf52832-nimble/rt-thread/components/dfs/src/
H A Ddfs.c21 #if defined(RT_USING_DFS_DEVFS) && defined(RT_USING_POSIX)
219 #if defined(RT_USING_DFS_DEVFS) && defined(RT_USING_POSIX) in fd_get()
/nrf52832-nimble/rt-thread/components/drivers/serial/
H A Dserial.c37 #ifdef RT_USING_POSIX
332 #if defined(RT_USING_POSIX) || defined(RT_SERIAL_USING_DMA)
1062 #ifdef RT_USING_POSIX in rt_serial_control()
1130 #if defined(RT_USING_POSIX) in rt_hw_serial_register()
/nrf52832-nimble/rt-thread/examples/libc/
H A Dtermios_test.c14 #if defined (RT_USING_POSIX)
/nrf52832-nimble/rt-thread/components/dfs/filesystems/devfs/
H A Ddevfs.c176 #ifdef RT_USING_POSIX in dfs_device_fs_open()
/nrf52832-nimble/rt-thread/components/net/
H A DKconfig38 select RT_USING_POSIX