listen            160 daemons/based/based_remote.c     if (listen(*ssock, 10) == -1) {
listen            146 daemons/execd/cts-exec-helper.c     const char *listen;
listen            187 daemons/execd/cts-exec-helper.c     if (options.listen) {
listen            188 daemons/execd/cts-exec-helper.c         if (pcmk__str_eq(options.listen, event_buf_v0, pcmk__str_casei)) {
listen            204 daemons/execd/cts-exec-helper.c         if (!options.listen) {
listen            411 daemons/execd/cts-exec-helper.c         if (!options.listen) {
listen            542 daemons/execd/cts-exec-helper.c                 options.listen = optarg;
listen            624 daemons/execd/cts-exec-helper.c     if (!options.listen && pcmk__strcase_any_of(options.api_call, "metadata", "list_agents",
listen            654 daemons/execd/cts-exec-helper.c     if (!options.api_call && !options.listen) {
listen            299 daemons/execd/remoted_tls.c     if (listen(fd, 10) == -1) {
listen             43 maint/gnulib/lib/listen.c       int r = listen (sock, backlog);
listen            245 maint/gnulib/lib/sys_select.in.h     _GL_WARN_ON_USE (listen,
listen            503 maint/gnulib/lib/sys_socket.in.h _GL_FUNCDECL_RPL (listen, int, (int fd, int backlog));
listen            504 maint/gnulib/lib/sys_socket.in.h _GL_CXXALIAS_RPL (listen, int, (int fd, int backlog));
listen            506 maint/gnulib/lib/sys_socket.in.h _GL_CXXALIAS_SYS (listen, int, (int fd, int backlog));
listen            508 maint/gnulib/lib/sys_socket.in.h _GL_CXXALIASWARN (listen);
listen            515 maint/gnulib/lib/sys_socket.in.h _GL_WARN_ON_USE (listen, "listen is not always POSIX compliant - "
listen            195 maint/gnulib/lib/sys_time.in.h      _GL_WARN_ON_USE (listen,
listen            211 maint/gnulib/lib/unistd.in.h     _GL_WARN_ON_USE (listen,
listen             97 maint/gnulib/tests/socket-server.h   if (listen (server, max_backlog) < 0)
listen             56 maint/gnulib/tests/test-getsockname.c   if (listen (s, 1) < 0)
listen             22 maint/gnulib/tests/test-listen.c SIGNATURE_CHECK (listen, int, (int, int));
listen             38 maint/gnulib/tests/test-listen.c     ASSERT (listen (-1, 1) == -1);
listen             44 maint/gnulib/tests/test-listen.c     ASSERT (listen (99 ,1) == -1);
listen            108 maint/gnulib/tests/test-poll.c   if (listen (s, 1) < 0)
listen             97 maint/gnulib/tests/test-select.h   if (listen (s, 1) < 0)
listen             62 maint/gnulib/tests/test-sys_socket-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::listen, int, (int, int));