Lines Matching defs:el
287 char *nm, int *el, fs_fhandle_t *efh, struct stat64 *est)
300 *el = 0;
309 *el = strlen(dp->d_name);
311 *el = 0;
333 int pl, el; /* path and directory entry length */
422 el = NAME_MAX;
424 &tsp->ts_dpos, nm, &el,
442 if (el == 0) {
448 nm[el] = '\0';
459 if (pl + 1 + el > PATH_MAX) {
508 pl += el;
751 int pl, el; /* path and directory entry length */
891 el = NAME_MAX;
893 &tsp->ts_dpos, nm, &el, &efh,
908 if (el == 0)
911 nm[el] = '\0';
922 if (pl + 1 + el > PATH_MAX) {
983 pl += el + 1;