Searched refs:bufindex (Results 1 – 1 of 1) sorted by relevance
631 size_t bufindex = 0; in tsrm_realpath_r() local811 for (bufindex = 0; bufindex + substitutename_off < substitutename_len; bufindex++) { in tsrm_realpath_r()812 *(path + bufindex) = *(tmp2 + bufindex); in tsrm_realpath_r()815 *(path + bufindex) = 0; in tsrm_realpath_r()816 j = bufindex; in tsrm_realpath_r()
Completed in 8 milliseconds