Searched refs:execpath_len (Results 1 – 4 of 4) sorted by relevance
335 size_t execpath_len; in __linuxN() local347 execpath_len = strlen(imgp->execpath) + 1; in __linuxN()348 destp -= execpath_len; in __linuxN()351 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in __linuxN()
626 size_t execpath_len; in linux_copyout_strings() local632 execpath_len = strlen(imgp->execpath) + 1; in linux_copyout_strings()633 destp -= execpath_len; in linux_copyout_strings()636 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in linux_copyout_strings()
1689 size_t execpath_len; in exec_copyout_strings() local1715 execpath_len = strlen(imgp->execpath) + 1; in exec_copyout_strings()1716 destp -= execpath_len; in exec_copyout_strings()1719 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in exec_copyout_strings()
3665 size_t execpath_len; in freebsd32_copyout_strings() local3691 execpath_len = strlen(imgp->execpath) + 1; in freebsd32_copyout_strings()3692 destp -= execpath_len; in freebsd32_copyout_strings()3694 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in freebsd32_copyout_strings()