Searched refs:dnamlen (Results 1 – 1 of 1) sorted by relevance
639 size_t dnamlen, len, maxlen, nitems; in fts_build() local743 dnamlen = strlen(dp->d_name); in fts_build()747 if ((p = fts_alloc(sp, dp->d_name, dnamlen)) == NULL) in fts_build()749 if (dnamlen >= maxlen) { /* include space for NUL */ in fts_build()751 if (fts_palloc(sp, dnamlen + len + 1)) { in fts_build()778 p->fts_pathlen = len + dnamlen; in fts_build()