HomeSort by relevance Sort by last modified time
    Searched defs:MAXNAMLEN (Results 1 - 7 of 7) 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];
  /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 81 #ifndef MAXNAMLEN
83 # define MAXNAMLEN NAME_MAX
85 # define MAXNAMLEN 255
93 char nacl_abi_d_name[MAXNAMLEN + 1];

Completed in 193 milliseconds