Searched refs:templen (Results 1 – 1 of 1) sorted by relevance
1857 int templen; local1861 templen = 2 + dirlen + D_NAMLEN (entry);1862 temp = (char *)xmalloc (templen);1863 strlcpy (temp, dirname, templen);1875 templen = 2 + dirlen + D_NAMLEN (entry);1876 temp = (char *)xmalloc (templen);1877 strlcpy (temp, users_dirname, templen);1886 strlcat (temp, entry->d_name, templen);