Searched refs:execpath_len (Results 1 – 4 of 4) sorted by relevance
336 size_t execpath_len; in __linuxN() local348 execpath_len = strlen(imgp->execpath) + 1; in __linuxN()349 destp -= execpath_len; in __linuxN()352 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()
1706 size_t execpath_len; in exec_copyout_strings() local1732 execpath_len = strlen(imgp->execpath) + 1; in exec_copyout_strings()1733 destp -= execpath_len; in exec_copyout_strings()1736 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in exec_copyout_strings()
3482 size_t execpath_len; in freebsd32_copyout_strings() local3508 execpath_len = strlen(imgp->execpath) + 1; in freebsd32_copyout_strings()3509 destp -= execpath_len; in freebsd32_copyout_strings()3511 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in freebsd32_copyout_strings()