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

/freebsd-10-stable/libexec/rtld-elf/
H A Drtld.c1647 unsigned int SLPndx, hintndx, fndx, fcount; local
1749 fndx = 0;
1773 filtered_path[fndx] = ':';
1774 fndx++;
1778 strncpy((filtered_path + fndx), hintpath->dls_name, flen);
1779 fndx += flen;
1781 filtered_path[fndx] = '\0';

Completed in 88 milliseconds