Searched refs:curr_prefix (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/groff/src/include/
H A Drelocate.h20 extern char *curr_prefix;
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Drelocate.cpp45 char *curr_prefix = 0; variable
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());
174 fprintf(stderr, "curr_prefix: %s\n", curr_prefix);
177 curr_prefix = searchpath(program_name, getenv("PATH"));
178 if (!curr_prefix && !strchr(program_name, '.')) { // try with extensions
182 curr_prefix
[all...]
/freebsd-11-stable/lib/libc/iconv/
H A Dbsd_iconv.c322 const char *curr_prefix __unused)

Completed in 114 milliseconds