Home
last modified time | relevance | path

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

/io/
A Dgetwd.c31 char tmpbuf[PATH_MAX]; in getwd() local
39 if (__getcwd (tmpbuf, PATH_MAX) == NULL) in getwd()
50 return strcpy (buf, tmpbuf); in getwd()

Completed in 2 milliseconds