Home
last modified time | relevance | path

Searched refs:ENAMETOOLONG (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Derrno.h83 #define ENAMETOOLONG 91 /* File name too long */ macro
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Derrno.h84 #define ENAMETOOLONG 36 /* File name too long */ macro
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Dusb_errno.h40 #define ENAMETOOLONG 36 /* File name too long */ macro
/AliOS-Things-master/components/minilibc/include/
A Derrno-.h52 #define ENAMETOOLONG 36 /* File name too long */ macro
/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/
A Derrno_bak.h43 #define ENAMETOOLONG 36 /* File name too long */ macro
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/
A Derrno.h43 #define ENAMETOOLONG 36 /* File name too long */ macro
/AliOS-Things-master/components/amp/main/
A Damp_errno.h72 #define ENAMETOOLONG 36 /* File name too long */
/AliOS-Things-master/components/ble_host/bt_host/port/aos/include/
A Dbt_errno.h80 #define ENAMETOOLONG 36 /**< File name too long */ macro
/AliOS-Things-master/components/osal_aos/include/aos/
A Derrno.h79 #define ENAMETOOLONG 36 /**< File name too long */
/AliOS-Things-master/components/posix/src/
A Dsemaphore.c184 errno = ENAMETOOLONG; in sem_unlink()
/AliOS-Things-master/components/vfs/
A Dvfs_aos.c25 return -ENAMETOOLONG; in _vfs_to_aos_res()
/AliOS-Things-master/components/littlefs/src/
A Dlittlefs_vfs.c601 case LFS_ERR_NAMETOOLONG: ret = -ENAMETOOLONG; break; in lfs_ret_value_convert()

Completed in 16 milliseconds