OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXNAMLEN
(Results
1 - 11
of
11
) sorted by null
/ndk/sources/host-tools/make-3.81/
vmsdir.h
23
#define
MAXNAMLEN
255
38
char d_name[
MAXNAMLEN
+ 1];
44
- (
MAXNAMLEN
+1) \
58
char d_result[
MAXNAMLEN
+ 1];
vmsfunctions.c
40
char *searchspec = (char *)xmalloc (
MAXNAMLEN
+ 1);
54
dnam->nam$b_ess =
MAXNAMLEN
;
88
dnam->nam$b_rss =
MAXNAMLEN
;
/external/grub/stage2/
dir.h
60
* The maximum length of a name in a directory is
MAXNAMLEN
.
75
#define
MAXNAMLEN
255
82
char d_name[
MAXNAMLEN
+ 1]; /* name with length <=
MAXNAMLEN
*/
93
((sizeof (struct direct) - (
MAXNAMLEN
+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
99
* is
MAXNAMLEN
- 1, and this just won't do.
ufs2.h
171
#define
MAXNAMLEN
255
178
char d_name[
MAXNAMLEN
+ 1];/* name with length <=
MAXNAMLEN
*/
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
dirent.h
230
# ifndef
MAXNAMLEN
234
/* `
MAXNAMLEN
' is the BSD name for what POSIX calls `NAME_MAX'. */
236
# define
MAXNAMLEN
NAME_MAX
238
# define
MAXNAMLEN
255
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
dirent.h
230
# ifndef
MAXNAMLEN
234
/* `
MAXNAMLEN
' is the BSD name for what POSIX calls `NAME_MAX'. */
236
# define
MAXNAMLEN
NAME_MAX
238
# define
MAXNAMLEN
255
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
dirent.h
230
# ifndef
MAXNAMLEN
234
/* `
MAXNAMLEN
' is the BSD name for what POSIX calls `NAME_MAX'. */
236
# define
MAXNAMLEN
NAME_MAX
238
# define
MAXNAMLEN
255
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_glibc.cc
82
#ifndef
MAXNAMLEN
84
# define
MAXNAMLEN
NAME_MAX
86
# define
MAXNAMLEN
255
94
char nacl_abi_d_name[
MAXNAMLEN
+ 1];
/external/openssh/openbsd-compat/
getcwd.c
134
if (bup + 3 +
MAXNAMLEN
+ 1 >= eup) {
/external/valgrind/main/include/vki/
vki-darwin.h
155
#define VKI_MAXNAMLEN
MAXNAMLEN
/external/bison/
maint.mk
684
_de3 =
MAXNAMLEN
|DIR|ino_t|d_ino|d_fileno|d_namlen
[
all
...]
Completed in 276 milliseconds