OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_D_EXACT_NAMLEN
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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)
Completed in 313 milliseconds