HomeSort by relevance Sort by last modified time
    Searched defs:MAXNAMLEN (Results 1 - 5 of 5) 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 */
  /prebuilt/linux-x86/toolchain/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
  /external/dbus/dbus/
dbus-sysdeps-util-win.c 446 #define MAXNAMLEN 255 /* sizeof(struct dirent.d_name)-1 */
    [all...]

Completed in 508 milliseconds