Searched refs:execpath_len (Results 1 – 4 of 4) sorted by relevance
335 size_t execpath_len; in copyout_strings() local347 execpath_len = strlen(imgp->execpath) + 1; in copyout_strings()348 destp -= execpath_len; in copyout_strings()351 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in copyout_strings()
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()
3646 size_t execpath_len; in freebsd32_copyout_strings() local3672 execpath_len = strlen(imgp->execpath) + 1; in freebsd32_copyout_strings()3673 destp -= execpath_len; in freebsd32_copyout_strings()3675 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in freebsd32_copyout_strings()