Home | History | Annotate | Download | only in coregrind

Lines Matching refs:Int

43 extern Int VG_(safe_fd) ( Int oldfd );
44 extern Int VG_(fcntl) ( Int fd, Int cmd, Addr arg );
47 extern Bool VG_(resolve_filename) ( Int fd, const HChar** buf );
50 extern Long VG_(fsize) ( Int fd );
63 extern Int VG_(connect_via_socket)( const HChar* str );
70 extern Int VG_(socket) ( Int domain, Int type, Int protocol );
72 extern Int VG_(write_socket)( Int sd, const void *msg, Int count );
73 extern Int VG_(getsockname) ( Int sd, struct vki_sockaddr *name, Int *namelen );
74 extern Int VG_(getpeername) ( Int sd, struct vki_sockaddr *name, Int *namelen );
75 extern Int VG_(getsockopt) ( Int sd, Int level, Int optname,
76 void *optval, Int *optlen );
77 extern Int VG_(setsockopt) ( Int sd, Int level, Int optname,
78 void *optval, Int optlen );
80 extern Int VG_(access) ( const HChar* path, Bool irusr, Bool iwusr,
84 extern Int VG_(check_executable)(/*OUT*/Bool* is_setuid,
91 extern SysRes VG_(pread) ( Int fd, void* buf, Int count, OffT offset );
101 extern Int VG_(mkstemp) ( const HChar* part_of_name, /*OUT*/HChar* fullname );