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.15-4.8/sysroot/usr/include/
dirent.h 74 _D_EXACT_NAMLEN (DP) returns the length of DP->d_name, not including
77 _D_ALLOC_NAMLEN (DP) returns a size at least (_D_EXACT_NAMLEN (DP) + 1);
80 This macro is less likely to require calling `strlen' than _D_EXACT_NAMLEN.
84 # define _D_EXACT_NAMLEN(d) ((d)->d_namlen)
85 # define _D_ALLOC_NAMLEN(d) (_D_EXACT_NAMLEN (d) + 1)
87 # define _D_EXACT_NAMLEN(d) (strlen ((d)->d_name))
92 _D_EXACT_NAMLEN (d) + 1)
  /external/python/cpython2/Lib/plat-atheos/
IN.py 558 def _D_ALLOC_NAMLEN(d): return (_D_EXACT_NAMLEN (d) + 1)

Completed in 1081 milliseconds