Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/
H A Drtld.c2088 unsigned int SLPndx, hintndx, fndx, fcount; in gethints() local
2241 fndx = 0; in gethints()
2265 filtered_path[fndx] = ':'; in gethints()
2266 fndx++; in gethints()
2270 strncpy((filtered_path + fndx), hintpath->dls_name, flen); in gethints()
2271 fndx += flen; in gethints()
2273 filtered_path[fndx] = '\0'; in gethints()