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

/macosx-10.10/ksh-23/ksh/src/lib/libast/path/
H A Dpathnative.c80 if (!_fullpath(buf, path, siz))
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Drelocate.cpp88 path = _fullpath(path, name, path_name_max());
/macosx-10.10/vim-55/src/
H A Ddosinst.h517 # define my_fullpath(b, n, l) _fullpath(b, n, l)
H A Dos_mswin.c173 char * _fullpath(char *buf, char *fname, int len) function
425 if (_fullpath(buf, fname, len - 1) == NULL)
H A Dos_msdos.c1520 if (_fullpath((char *)buf, (char *)fname, len - 1) == NULL)

Completed in 173 milliseconds