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