HomeSort by relevance Sort by last modified time
    Searched refs:_D_EXACT_NAMLEN (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
dirent.h 73 _D_EXACT_NAMLEN (DP) returns the length of DP->d_name, not including
76 _D_ALLOC_NAMLEN (DP) returns a size at least (_D_EXACT_NAMLEN (DP) + 1);
79 This macro is less likely to require calling `strlen' than _D_EXACT_NAMLEN.
83 # define _D_EXACT_NAMLEN(d) ((d)->d_namlen)
84 # define _D_ALLOC_NAMLEN(d) (_D_EXACT_NAMLEN (d) + 1)
86 # define _D_EXACT_NAMLEN(d) (strlen ((d)->d_name))
91 _D_EXACT_NAMLEN (d) + 1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
dirent.h 73 _D_EXACT_NAMLEN (DP) returns the length of DP->d_name, not including
76 _D_ALLOC_NAMLEN (DP) returns a size at least (_D_EXACT_NAMLEN (DP) + 1);
79 This macro is less likely to require calling `strlen' than _D_EXACT_NAMLEN.
83 # define _D_EXACT_NAMLEN(d) ((d)->d_namlen)
84 # define _D_ALLOC_NAMLEN(d) (_D_EXACT_NAMLEN (d) + 1)
86 # define _D_EXACT_NAMLEN(d) (strlen ((d)->d_name))
91 _D_EXACT_NAMLEN (d) + 1)

Completed in 121 milliseconds