Searched refs:execpath_len (Results 1 – 4 of 4) sorted by relevance
335 size_t execpath_len; in __linuxN() local 347 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()
1766 size_t execpath_len; in exec_copyout_strings() 1792 execpath_len = strlen(imgp->execpath) + 1; in exec_copyout_strings() 1793 destp -= execpath_len; in exec_copyout_strings() 1796 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in exec_copyout_strings() 1689 size_t execpath_len; exec_copyout_strings() local
3642 size_t execpath_len; in freebsd32_copyout_strings() 3668 execpath_len = strlen(imgp->execpath) + 1; in freebsd32_copyout_strings() 3669 destp -= execpath_len; in freebsd32_copyout_strings() 3671 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in freebsd32_copyout_strings() 3646 size_t execpath_len; freebsd32_copyout_strings() local