Home
last modified time | relevance | path

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

/dragonfly/libexec/rtld-elf/
H A Drtld.c1699 unsigned int SLPndx, hintndx, fndx, fcount; in gethints() local
1781 fndx = 0; in gethints()
1805 filtered_path[fndx] = ':'; in gethints()
1806 fndx++; in gethints()
1810 strncpy((filtered_path + fndx), hintpath->dls_name, flen); in gethints()
1811 fndx += flen; in gethints()
1813 filtered_path[fndx] = '\0'; in gethints()