Home
last modified time | relevance | path

Searched refs:SD_LISTEN_FDS_START (Results 1 – 25 of 129) sorted by relevance

123456

/dports/www/cutelyst/cutelyst-3.2.0/server/
H A Dsystemdnotify.cpp34 #define SD_LISTEN_FDS_START 3 macro
193 Q_ASSERT(SD_LISTEN_FDS_START < INT_MAX); in sd_listen_fds()
194 if (n <= 0 || n > INT_MAX - SD_LISTEN_FDS_START) { in sd_listen_fds()
201 for (int fd = SD_LISTEN_FDS_START; fd < SD_LISTEN_FDS_START + n; fd ++) { in sd_listen_fds()
218 for (int fd = SD_LISTEN_FDS_START; fd < SD_LISTEN_FDS_START + maxFD; ++fd) { in listenFds()
/dports/www/py-scgi/scgi-2.2/scgi/
H A Dsystemd_socket.py6 SD_LISTEN_FDS_START = 3 variable
15 for fd in range(SD_LISTEN_FDS_START, SD_LISTEN_FDS_START + fds):
65 sock = _socket_from_fd(SD_LISTEN_FDS_START)
/dports/www/mod_scgi/scgi-2.0/scgi/
H A Dsystemd_socket.py6 SD_LISTEN_FDS_START = 3 variable
15 for fd in range(SD_LISTEN_FDS_START, SD_LISTEN_FDS_START + fds):
65 sock = _socket_from_fd(SD_LISTEN_FDS_START)
/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A Dsd-daemon.c70 #define SD_LISTEN_FDS_START 3 macro
121 for (fd = SD_LISTEN_FDS_START; fd < SD_LISTEN_FDS_START + (int) l; fd ++) { in netsnmp_sd_listen_fds()
367 for (fd = SD_LISTEN_FDS_START; fd < SD_LISTEN_FDS_START + count; fd++) { in netsnmp_sd_find_inet_socket()
395 for (fd = SD_LISTEN_FDS_START; fd < SD_LISTEN_FDS_START + count; fd++) { in netsnmp_sd_find_unix_socket()
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/misc/systemd/
H A Dsocket-activation.lua12 local SD_LISTEN_FDS_START = 3;
16 if fds < SD_LISTEN_FDS_START then return; end
26 serv:setfd(SD_LISTEN_FDS_START + i - 1);
/dports/net-mgmt/nsca-ng/nsca-ng-1.6/lib/
H A Dsystem.h81 # ifndef SD_LISTEN_FDS_START
82 # define SD_LISTEN_FDS_START 3 macro
/dports/net-mgmt/nsca-ng-client/nsca-ng-1.6/lib/
H A Dsystem.h81 # ifndef SD_LISTEN_FDS_START
82 # define SD_LISTEN_FDS_START 3 macro
/dports/audio/musicpd/mpd-0.23.6/src/
H A DListen.cxx66 for (int i = SD_LISTEN_FDS_START, end = SD_LISTEN_FDS_START + n; in listen_systemd_activation()
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Drxvtd.C238 SD_LISTEN_FDS_START = 3, enumerator
267 if (n <= 0 || n > INT_MAX - SD_LISTEN_FDS_START) in get_listen_fds()
347 fd = SD_LISTEN_FDS_START; in main()
/dports/mail/dovecot/dovecot-2.3.17/src/master/
H A Dservice-listen.c168 fd_max = SD_LISTEN_FDS_START + sd_fds - 1; in systemd_listen_fd()
169 for (fd = SD_LISTEN_FDS_START; fd <= fd_max; fd++) { in systemd_listen_fd()
297 fd_max = SD_LISTEN_FDS_START + sd_fds - 1; in services_verify_systemd()
298 for (fd = SD_LISTEN_FDS_START; fd <= fd_max; fd++) { in services_verify_systemd()
/dports/news/inn/inn-2.6.4/include/portable/
H A Dsd-daemon.h32 # define SD_LISTEN_FDS_START 3 macro
/dports/sysutils/shlock/inn-2.6.4/include/portable/
H A Dsd-daemon.h32 # define SD_LISTEN_FDS_START 3 macro
/dports/news/inn-current/inn-2.7-20211226/include/portable/
H A Dsd-daemon.h44 # define SD_LISTEN_FDS_START 3
/dports/sysutils/plasma5-drkonqi/drkonqi-5.23.5/src/coredump/launcher/
H A Dmain.cpp202 poll.fd = SD_LISTEN_FDS_START; in main()
227 close(SD_LISTEN_FDS_START); in main()
/dports/www/py-gunicorn/gunicorn-19.9.0/gunicorn/
H A Dsystemd.py8 SD_LISTEN_FDS_START = 3 variable
/dports/graphics/drawpile/Drawpile-2.1.20/src/thinsrv/
H A Dinitsys_systemd.cpp44 int fd = SD_LISTEN_FDS_START + i; in getListenFds()
/dports/comms/owfs/owfs-3.2p4/module/owlib/src/c/
H A Dow_systemd.c31 out->file_descriptor = i + SD_LISTEN_FDS_START ; in Setup_Systemd()
/dports/x11/xpra/xpra-4.3/xpra/platform/xposix/
H A Dsd_listen.pyx19 DEF SD_LISTEN_FDS_START=3
45 fd = SD_LISTEN_FDS_START + i
/dports/security/clamav-lts/clamav-0.103.5/shared/
H A Dmisc.h48 #define SD_LISTEN_FDS_START 3 macro
/dports/security/clamav/clamav-0.104.2/common/
H A Dmisc.h48 #define SD_LISTEN_FDS_START 3 macro
/dports/comms/owfs/owfs-3.2p4/module/owlib/src/include/
H A Dsd-daemon.h95 #define SD_LISTEN_FDS_START 3 macro
/dports/sysutils/uptimed/uptimed-0.4.6/src/
H A Dsd-daemon.h95 #define SD_LISTEN_FDS_START 3 macro
/dports/net/beanstalkd/beanstalkd-1.10/
H A Dsd-daemon.h99 #define SD_LISTEN_FDS_START 3 macro
/dports/x11-wm/i3/i3-4.20.1/include/
H A Dsd-daemon.h102 #define SD_LISTEN_FDS_START 3 macro
/dports/x11-wm/i3-gaps/i3-4.20.1/include/
H A Dsd-daemon.h102 #define SD_LISTEN_FDS_START 3 macro

123456