Searched refs:binpath (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/fs/procfs/
H A Dprocfs.c68 char *fullpath, *freepath, *binpath; local
72 binpath = malloc(MAXPATHLEN, M_TEMP, M_WAITOK);
74 error = proc_get_binpath(p, binpath, &fullpath, &freepath);
77 free(binpath, M_TEMP);
/freebsd-current/libexec/rtld-elf/
H A Drtld.c521 const char *argv0, *binpath, *library_path_rpath, *static_tls_extra; local
619 binpath = NULL;
621 fd = open_binary_fd(argv0, search_in_path, &binpath);
690 if (binpath == NULL) {
698 binpath);
6001 char *binpath, *pathenv, *pe, *res1; local
6005 binpath = NULL;
6008 binpath = xmalloc(PATH_MAX);
6022 if (strlcpy(binpath, pe, PATH_MAX) >= PATH_MAX)
6024 if (binpath[
[all...]

Completed in 121 milliseconds