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()
630 size_t execpath_len; in linux_copyout_strings() local636 execpath_len = strlen(imgp->execpath) + 1; in linux_copyout_strings()637 destp -= execpath_len; in linux_copyout_strings()640 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in linux_copyout_strings()
1793 size_t execpath_len; in exec_copyout_strings() local1819 execpath_len = strlen(imgp->execpath) + 1; in exec_copyout_strings()1820 destp -= execpath_len; in exec_copyout_strings()1823 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in exec_copyout_strings()
3703 size_t execpath_len; in freebsd32_copyout_strings() local3729 execpath_len = strlen(imgp->execpath) + 1; in freebsd32_copyout_strings()3730 destp -= execpath_len; in freebsd32_copyout_strings()3732 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in freebsd32_copyout_strings()