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

/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dmaxpathname.cpp21 /* path_name_max(dir) does the same as pathconf(dir, _PC_PATH_MAX) */
33 size_t path_name_max() function
66 size_t path_name_max() function
H A Drelocate.cpp86 path = new char[path_name_max()];
88 path = _fullpath(path, name, path_name_max());
165 curr_prefix = new char[path_name_max()];
170 int len = GetModuleFileName(0, curr_prefix, path_name_max());
172 len = GetShortPathName(curr_prefix, curr_prefix, path_name_max());
/freebsd-11-stable/contrib/groff/src/include/
H A Dlib.h93 size_t path_name_max();

Completed in 111 milliseconds