Home
last modified time | relevance | path

Searched refs:accept (Results 1 – 25 of 45) sorted by relevance

12

/systemd-251/.lgtm/cpp-queries/
DPotentiallyDangerousFunction.ql47 f.getQualifiedName() = "accept" and
48 message = "Call to accept() is not O_CLOEXEC-safe. Use accept4() instead."
DUninitializedVariableWithCleanup.ql63 * and a possible definition, don't accept is as a valid initialization.
/systemd-251/src/basic/
Dstring-util.c1178 size_t strspn_from_end(const char *str, const char *accept) { in strspn_from_end() argument
1184 if (isempty(accept)) in strspn_from_end()
1187 for (const char *p = str + strlen(str); p > str && strchr(accept, p[-1]); p--) in strspn_from_end()
Dstring-util.h239 size_t strspn_from_end(const char *str, const char *accept);
Dsyscall-list.txt4 accept
Dsyscalls-alpha.txt4 accept 99
Dsyscalls-arc.txt4 accept 202
Dsyscalls-arm.txt4 accept 285
Dsyscalls-arm64.txt4 accept 202
Dsyscalls-i386.txt4 accept
Dsyscalls-ia64.txt4 accept 1194
Dsyscalls-loongarch64.txt4 accept 202
Dsyscalls-m68k.txt4 accept
Dsyscalls-mips64.txt4 accept 5042
Dsyscalls-mips64n32.txt4 accept 6042
Dsyscalls-mipso32.txt4 accept 4168
Dsyscalls-powerpc.txt4 accept 330
Dsyscalls-powerpc64.txt4 accept 330
Dsyscalls-riscv32.txt4 accept 202
/systemd-251/src/core/
Dsocket.c213 if (!s->accept) in have_non_accept_socket()
314 if (s->accept) in socket_add_extras()
404 if (s->accept && have_non_accept_socket(s)) in socket_verify()
407 if (s->accept && s->max_connections <= 0) in socket_verify()
410 if (s->accept && UNIT_DEREF(s->service)) in socket_verify()
629 if (s->accept) in socket_dump()
1374 if (!s->accept) in socket_load_service_unit()
2176 if (!s->accept && s->flush_pending) { in socket_enter_listening()
3001 if (p->socket->accept && in socket_dispatch_io()
3282 if (s->accept) in socket_trigger_notify()
Dsocket.h117 bool accept; member
Ddbus-socket.c88 …SD_BUS_PROPERTY("Accept", "b", bus_property_get_bool, offsetof(Socket, accept), SD_BUS_VTABLE_PROP…
183 return bus_set_transient_bool(u, name, &s->accept, message, flags, error); in bus_socket_set_transient_property()
/systemd-251/shell-completion/zsh/
D_systemd12 '--accept-cached[Accept cached passwords]' \
/systemd-251/docs/
DDISTRO_PORTING.md88 We generally do no longer accept distribution-specific patches to
/systemd-251/src/activate/
Dactivate.c51 static int open_sockets(int *epoll_fd, bool accept) { in open_sockets() argument

12