Searched refs:wdbuf (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsfnms.c815 static struct buf wdbuf; local
834 bufalloc(&wdbuf, SIZEABLE_PATH + 1);
836 while (!(d = getcwd(wdbuf.string, wdbuf.size)))
838 bufalloc(&wdbuf, wdbuf.size<<1);
844 d = getwd(wdbuf.string);

Completed in 100 milliseconds