Searched refs:bufindex (Results 1 – 1 of 1) sorted by relevance
873 int bufindex = 0, isabsolute = 0; in tsrm_realpath_r() local986 for(bufindex = 0; bufindex < (substitutename_len - substitutename_off); bufindex++) { in tsrm_realpath_r()987 *(path + bufindex) = *(tmp2 + bufindex); in tsrm_realpath_r()990 *(path + bufindex) = 0; in tsrm_realpath_r()991 j = bufindex; in tsrm_realpath_r()
Completed in 7 milliseconds