Home | History | Annotate | Download | only in libdrm

Lines Matching defs:name_max

2772 	long name_max;
2795 name_max = fpathconf(dirfd(sysdir), _PC_NAME_MAX);
2796 if (name_max == -1)
2799 pent = malloc(offsetof(struct dirent, d_name) + name_max + 1);