Home
last modified time | relevance | path

Searched refs:templen (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/lib/libreadline/
H A Dcomplete.c1857 int templen; local
1861 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);