Home
last modified time | relevance | path

Searched refs:flags (Results 1 – 21 of 21) sorted by relevance

/support/
A Dxopen.c24 xopen (const char *path, int flags, mode_t mode) in xopen() argument
26 int ret = open64 (path, flags, mode); in xopen()
28 FAIL_EXIT1 ("open64 (\"%s\", 0x%x, 0%o): %m", path, flags, mode); in xopen()
A Dxaccept4.c26 xaccept4 (int fd, struct sockaddr *sa, socklen_t *salen, int flags) in xaccept4() argument
28 int clientfd = accept4 (fd, sa, salen, flags); in xaccept4()
30 FAIL_EXIT1 ("accept4 (%d, 0x%x): %m", fd, flags); in xaccept4()
A Dxmmap.c24 xmmap (void *addr, size_t length, int prot, int flags, int fd) in xmmap() argument
26 void *result = mmap (addr, length, prot, flags, fd, 0); in xmmap()
29 length, prot, flags); in xmmap()
A Dxclone.c26 int flags) in xclone() argument
32 int flags, void *arg, ...); in xclone()
33 r = __clone2 (fn, stack, stack_size, flags, arg, /* ptid */ NULL, in xclone()
37 r = clone (fn, stack + stack_size, flags, arg, /* ptid */ NULL, in xclone()
40 r = clone (fn, stack, flags, arg, /* ptid */ NULL, /* tls */ NULL, NULL); in xclone()
A Dxwaitpid.c27 xwaitpid (int pid, int *status, int flags) in xwaitpid() argument
29 pid_t result = waitpid (pid, status, flags); in xwaitpid()
A Dxdlmopen.c23 xdlmopen (Lmid_t lmid, const char *filename, int flags) in xdlmopen() argument
25 void *dso = dlmopen (lmid, filename, flags); in xdlmopen()
A Dxdlfcn.h27 void *xdlopen (const char *filename, int flags);
28 void *xdlmopen (Lmid_t lmid, const char *filename, int flags);
A Dxcopy_file_range.c25 size_t length, unsigned int flags) in xcopy_file_range() argument
28 poutoff, length, flags); in xcopy_file_range()
A Dxrecvfrom.c26 xrecvfrom (int fd, void *buf, size_t buflen, int flags, in xrecvfrom() argument
29 ssize_t ret = recvfrom (fd, buf, buflen, flags, sa, salen); in xrecvfrom()
A Dsupport-open-dev-null-range.c41 open_dev_null (int flags, mode_t mode) in open_dev_null() argument
43 int fd = open64 ("/dev/null", flags, mode); in open_dev_null()
48 FAIL_EXIT1 ("open64 (\"/dev/null\", 0x%x, 0%o): %m", flags, mode); in open_dev_null()
52 return xopen ("/dev/null", flags, mode); in open_dev_null()
103 support_open_dev_null_range (int num, int flags, mode_t mode) in support_open_dev_null_range() argument
110 int lowfd = open_dev_null (flags, mode); in support_open_dev_null_range()
117 int fd = open_dev_null (flags, mode); in support_open_dev_null_range()
A Dxsendto.c26 xsendto (int fd, const void *buf, size_t buflen, int flags, in xsendto() argument
29 ssize_t ret = sendto (fd, buf, buflen, flags, sa, salen); in xsendto()
A Dxunistd.h35 pid_t xwaitpid (pid_t, int *status, int flags);
38 int xopen (const char *path, int flags, mode_t);
80 void *xmmap (void *addr, size_t length, int prot, int flags, int fd);
85 loff_t *off_out, size_t len, unsigned int flags);
A Dxsched.h29 size_t stack_size, int flags);
A Dxdlfcn.c24 xdlopen (const char *filename, int flags) in xdlopen() argument
26 void *dso = dlopen (filename, flags); in xdlopen()
A Dresolv_test.c172 if (flags.rcode > 15) in resolv_response_init()
182 if (flags.tc) in resolv_response_init()
184 b->buffer[3] = flags.rcode; in resolv_response_init()
185 if (!flags.clear_ra) in resolv_response_init()
187 if (flags.ad) in resolv_response_init()
192 b->buffer[5] = flags.qdcount; in resolv_response_init()
194 b->buffer[7] = flags.ancount; in resolv_response_init()
522 uint16_t flags; in parse_query() member
538 info->edns.flags = ntohs (rr.flags); in parse_query()
759 if (flags < 0) in server_thread_udp_single()
[all …]
A Dblob_repeat.c217 int flags = MAP_FIXED | MAP_FILE; in allocate_big() local
219 flags |= MAP_SHARED; in allocate_big()
221 flags |= MAP_PRIVATE; in allocate_big()
223 flags |= MAP_NORESERVE; in allocate_big()
231 flags, fd, 0); in allocate_big()
A Dsupport_copy_file_range.c31 size_t length, unsigned int flags) in support_copy_file_range() argument
33 if (flags != 0) in support_copy_file_range()
A Dsupport_format_addrinfo.c79 int flags = ai->ai_flags; in format_ai_flags() local
84 if (ai->ai_flags != flags) in format_ai_flags()
86 index, flags, ai->ai_flags); in format_ai_flags()
A Dresolv_test.h34 uint16_t flags; member
A Dsupport_format_dns_packet.c113 unsigned short flags; in support_format_dns_packet() local
119 && extract_16 (&in, &flags) in support_format_dns_packet()
A Dsupport.h225 int support_open_dev_null_range (int num, int flags, mode_t mode);

Completed in 25 milliseconds