/support/ |
A D | xopen.c | 24 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 D | xaccept4.c | 26 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 D | xmmap.c | 24 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 D | xclone.c | 26 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 D | xwaitpid.c | 27 xwaitpid (int pid, int *status, int flags) in xwaitpid() argument 29 pid_t result = waitpid (pid, status, flags); in xwaitpid()
|
A D | xdlmopen.c | 23 xdlmopen (Lmid_t lmid, const char *filename, int flags) in xdlmopen() argument 25 void *dso = dlmopen (lmid, filename, flags); in xdlmopen()
|
A D | xdlfcn.h | 27 void *xdlopen (const char *filename, int flags); 28 void *xdlmopen (Lmid_t lmid, const char *filename, int flags);
|
A D | xcopy_file_range.c | 25 size_t length, unsigned int flags) in xcopy_file_range() argument 28 poutoff, length, flags); in xcopy_file_range()
|
A D | xrecvfrom.c | 26 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 D | support-open-dev-null-range.c | 41 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 D | xsendto.c | 26 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 D | xunistd.h | 35 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 D | xsched.h | 29 size_t stack_size, int flags);
|
A D | xdlfcn.c | 24 xdlopen (const char *filename, int flags) in xdlopen() argument 26 void *dso = dlopen (filename, flags); in xdlopen()
|
A D | resolv_test.c | 172 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 D | blob_repeat.c | 217 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 D | support_copy_file_range.c | 31 size_t length, unsigned int flags) in support_copy_file_range() argument 33 if (flags != 0) in support_copy_file_range()
|
A D | support_format_addrinfo.c | 79 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 D | resolv_test.h | 34 uint16_t flags; member
|
A D | support_format_dns_packet.c | 113 unsigned short flags; in support_format_dns_packet() local 119 && extract_16 (&in, &flags) in support_format_dns_packet()
|
A D | support.h | 225 int support_open_dev_null_range (int num, int flags, mode_t mode);
|