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

/haiku-fatelf/src/bin/rcs/
H A Drcsfnms.c814 static struct buf wdbuf; local
833 bufalloc(&wdbuf, SIZEABLE_PATH + 1);
835 while (!(d = getcwd(wdbuf.string, wdbuf.size)))
837 bufalloc(&wdbuf, wdbuf.size<<1);
843 d = getwd(wdbuf.string);

Completed in 79 milliseconds