Searched refs:bufindex (Results 1 – 1 of 1) sorted by relevance
935 int bufindex = 0, isabsolute = 0; in tsrm_realpath_r() local1092 for(bufindex = 0; bufindex < (substitutename_len - substitutename_off); bufindex++) { in tsrm_realpath_r()1093 *(path + bufindex) = *(tmp2 + bufindex); in tsrm_realpath_r()1096 *(path + bufindex) = 0; in tsrm_realpath_r()1097 j = bufindex; in tsrm_realpath_r()
Completed in 11 milliseconds