Home
last modified time | relevance | path

Searched refs:MAXNAMLEN (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dparam.h6 #define MAXNAMLEN 255 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dparam.h6 #define MAXNAMLEN 255 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dparam.h9 #define MAXNAMLEN 255 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dparam.h6 #define MAXNAMLEN 255 macro
/third_party/musl/include/sys/
H A Dparam.h6 #define MAXNAMLEN 255 macro
/third_party/ntfs-3g/src/
H A Dntfs-3g.c1335 * Returning file names larger than MAXNAMLEN (255) bytes in ntfs_fuse_filler()
1338 if (filenamelen > MAXNAMLEN) { in ntfs_fuse_filler()
1340 "%d bytes.\n", filenamelen, MAXNAMLEN); in ntfs_fuse_filler()
1342 memset(filename + MAXNAMLEN, 0, filenamelen - MAXNAMLEN); in ntfs_fuse_filler()
H A Dlowntfs-3g.c1303 * Returning file names larger than MAXNAMLEN (255) bytes in ntfs_fuse_filler()
1306 if (filenamelen > MAXNAMLEN) { in ntfs_fuse_filler()
1308 "%d bytes.\n", filenamelen, MAXNAMLEN); in ntfs_fuse_filler()
1310 memset(filename + MAXNAMLEN, 0, filenamelen - MAXNAMLEN); in ntfs_fuse_filler()

Completed in 21 milliseconds