Searched refs:wdlen (Results 1 – 3 of 3) sorted by relevance
824 static size_t wdlen; in getfullRCSname() local857 wdlen = dir_useful_len(d); in getfullRCSname()858 d[wdlen] = 0; in getfullRCSname()871 dlen = wdlen; in getfullRCSname()
21285 size_t wdlen = strlen (wd); in comp_dir_string() local21286 wd_plus_sep = XNEWVEC (char, wdlen + 2); in comp_dir_string()21288 wd_plus_sep [wdlen] = DIR_SEPARATOR; in comp_dir_string()21289 wd_plus_sep [wdlen + 1] = 0; in comp_dir_string()
20624 size_t wdlen = strlen (wd); in comp_dir_string() local20625 wd_plus_sep = XNEWVEC (char, wdlen + 2); in comp_dir_string()20627 wd_plus_sep [wdlen] = DIR_SEPARATOR; in comp_dir_string()20628 wd_plus_sep [wdlen + 1] = 0; in comp_dir_string()