• Home
  • Raw
  • Download

Lines Matching defs:lineno

85 int tst_getsockport(const char *file, const int lineno, int sockfd)  in tst_getsockport()
108 int safe_socket(const char *file, const int lineno, void (cleanup_fn)(void), in safe_socket()
139 int safe_socketpair(const char *file, const int lineno, int domain, int type, in safe_socketpair()
169 int safe_getsockopt(const char *file, const int lineno, int sockfd, int level, in safe_getsockopt()
187 int safe_setsockopt(const char *file, const int lineno, int sockfd, int level, in safe_setsockopt()
207 ssize_t safe_send(const char *file, const int lineno, char len_strict, in safe_send()
227 ssize_t safe_sendto(const char *file, const int lineno, char len_strict, in safe_sendto()
253 ssize_t safe_sendmsg(const char *file, const int lineno, size_t len, in safe_sendmsg()
276 ssize_t safe_recv(const char *file, const int lineno, size_t len, in safe_recv()
301 ssize_t safe_recvmsg(const char *file, const int lineno, size_t len, in safe_recvmsg()
325 int safe_bind(const char *file, const int lineno, void (cleanup_fn)(void), in safe_bind()
367 int safe_listen(const char *file, const int lineno, void (cleanup_fn)(void), in safe_listen()
386 int safe_accept(const char *file, const int lineno, void (cleanup_fn)(void), in safe_accept()
405 int safe_connect(const char *file, const int lineno, void (cleanup_fn)(void), in safe_connect()
428 int safe_getsockname(const char *file, const int lineno, in safe_getsockname()
452 int safe_gethostname(const char *file, const int lineno, in safe_gethostname()
472 unsigned short tst_get_unused_port(const char *file, const int lineno, in tst_get_unused_port()