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()
625 size_t execpath_len; in linux_copyout_strings() local631 execpath_len = strlen(imgp->execpath) + 1; in linux_copyout_strings()632 destp -= execpath_len; in linux_copyout_strings()635 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in linux_copyout_strings()
1662 size_t execpath_len; in exec_copyout_strings() local1688 execpath_len = strlen(imgp->execpath) + 1; in exec_copyout_strings()1689 destp -= execpath_len; in exec_copyout_strings()1692 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in exec_copyout_strings()
3603 size_t execpath_len; in freebsd32_copyout_strings() local3629 execpath_len = strlen(imgp->execpath) + 1; in freebsd32_copyout_strings()3630 destp -= execpath_len; in freebsd32_copyout_strings()3632 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in freebsd32_copyout_strings()