Searched refs:bufindex (Results 1 – 1 of 1) sorted by relevance
882 size_t bufindex = 0; in tsrm_realpath_r() local1062 for (bufindex = 0; bufindex + substitutename_off < substitutename_len; bufindex++) { in tsrm_realpath_r()1063 *(path + bufindex) = *(tmp2 + bufindex); in tsrm_realpath_r()1066 *(path + bufindex) = 0; in tsrm_realpath_r()1067 j = bufindex; in tsrm_realpath_r()
Completed in 7 milliseconds