Home
last modified time | relevance | path

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

/io/
A Dgetcwd.c30 __getcwd (char *buf, size_t size) in __getcwd() function
35 libc_hidden_def (__getcwd)
36 weak_alias (__getcwd, getcwd)
38 stub_warning (__getcwd)
A Dgetwd.c39 if (__getcwd (tmpbuf, PATH_MAX) == NULL) in getwd()
A Dgetdirname.c42 return __getcwd ((char *) NULL, 0); in get_current_dir_name()
A Dftw.c94 # undef __getcwd
95 # define __getcwd(P, N) xgetcwd () macro
701 cwd = __getcwd (NULL, 0); in ftw_startup()

Completed in 7 milliseconds