Searched refs:bufindex (Results 1 – 1 of 1) sorted by relevance
886 int bufindex = 0, isabsolute = 0; in tsrm_realpath_r() local999 for(bufindex = 0; bufindex < (substitutename_len - substitutename_off); bufindex++) { in tsrm_realpath_r()1000 *(path + bufindex) = *(tmp2 + bufindex); in tsrm_realpath_r()1003 *(path + bufindex) = 0; in tsrm_realpath_r()1004 j = bufindex; in tsrm_realpath_r()
Completed in 8 milliseconds