Home | History | Annotate | Download | only in MacOSX

Lines Matching defs:POSIX

451     DNBError err(errno, DNBError::POSIX);
546 DNBError err(errno, DNBError::POSIX);
1308 err.SetError (select_errno, DNBError::POSIX);
1773 DNBError ptrace_err(errno, DNBError::POSIX);
1816 err.SetError( ::posix_spawnattr_init (&attr), DNBError::POSIX);
1833 err.SetError( ::posix_spawnattr_setflags (&attr, flags), DNBError::POSIX);
1852 err.SetError( ::posix_spawnattr_setbinpref_np (&attr, 1, &cpu_type, &ocount), DNBError::POSIX);
1864 err.SetError( ::posix_spawn_file_actions_init (&file_actions), DNBError::POSIX);
1894 DNBError::POSIX);
1903 DNBError::POSIX);
1912 DNBError::POSIX);
1921 err.SetError( ::posix_spawnp (&pid, path, &file_actions, &attr, (char * const*)argv, (char * const*)envp), DNBError::POSIX);
1932 err.SetError( ::posix_spawnp (&pid, path, NULL, &attr, (char * const*)argv, (char * const*)envp), DNBError::POSIX);
1963 err2.SetError( ::posix_spawn_file_actions_destroy (&file_actions), DNBError::POSIX);
2131 err_str.SetError(errno, DNBError::POSIX);