Home
last modified time | relevance | path

Searched refs:wdlen (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsfnms.c824 static size_t wdlen; in getfullRCSname() local
857 wdlen = dir_useful_len(d); in getfullRCSname()
858 d[wdlen] = 0; in getfullRCSname()
871 dlen = wdlen; in getfullRCSname()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc21285 size_t wdlen = strlen (wd); in comp_dir_string() local
21286 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c20624 size_t wdlen = strlen (wd); in comp_dir_string() local
20625 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()