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()
1688 size_t execpath_len; in exec_copyout_strings() local1714 execpath_len = strlen(imgp->execpath) + 1; in exec_copyout_strings()1715 destp -= execpath_len; in exec_copyout_strings()1718 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()