Searched refs:poll (Results 1 – 25 of 122) sorted by relevance
12345
/glibc-2.36/io/bits/ |
D | poll2.h | 27 int __timeout), poll); 37 poll (struct pollfd *__fds, nfds_t __nfds, int __timeout) in poll() function 39 return __glibc_fortify (poll, __nfds, sizeof (*__fds), in poll()
|
/glibc-2.36/io/ |
D | Makefile | 27 poll.h sys/poll.h bits/poll.h bits/fcntl2.h bits/poll2.h \ 53 ftw ftw64 fts fts64 poll ppoll \ 116 CFLAGS-poll.c += -fexceptions -fasynchronous-unwind-tables
|
D | poll.c | 35 weak_alias (__poll, poll) 37 stub_warning (poll)
|
D | Versions | 42 pipe; poll;
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | poll.c | 29 return SYSCALL_CANCEL (poll, fds, nfds, timeout); in __poll() 45 weak_alias (__poll, poll)
|
D | test-errno-linux.c | 184 fails |= test_wrp (EINVAL, poll, &pollfd, -1, 0); in do_test()
|
D | syscall-names.list | 436 poll
|
/glibc-2.36/conform/ |
D | Makefile | 57 libgen.h ndbm.h netdb.h netinet/in.h poll.h \ 68 netinet/in.h nl_types.h poll.h search.h \ 79 netinet/in.h netinet/tcp.h nl_types.h poll.h \ 91 nl_types.h poll.h spawn.h stdbool.h stdint.h \
|
/glibc-2.36/support/ |
D | xpoll.c | 28 int ret = poll (fds, nfds, timeout); in xpoll()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | poll.c | 47 weak_alias (__poll, poll)
|
/glibc-2.36/hurd/ |
D | hurdselect.c | 458 goto poll; in _hurd_select() 477 goto poll; in _hurd_select() 527 poll: in _hurd_select()
|
/glibc-2.36/io/sys/ |
D | poll.h | 54 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout)
|
/glibc-2.36/conform/data/ |
D | poll.h-data | 20 function int poll (struct pollfd[], nfds_t, int)
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-cancel29.c | 80 r = poll (NULL, 0, 250); in tf_poll()
|
D | tst-cancel4.c | 364 s = poll (rfs, 1, -1); in tf_poll() 1575 ADD_TEST (poll, 2, 0),
|
/glibc-2.36/scripts/ |
D | tst-ld-trace.py | 45 returncode = process.poll()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.3 | 549 * io/Makefile (headers): Add poll.h and sys/poll.h. 550 (routines): Add poll. 551 * sysdeps/unix/bsd/sun/sunos4/poll.S: New file. 552 * sysdeps/unix/sysv/poll.S: New file. 553 * sysdeps/unix/bsd/poll.c: New file. 554 * sysdeps/stub/poll.c: New file. 555 * io/poll.h, io/sys/poll.h: New files.
|
D | ChangeLog.ports-linux-generic | 153 * sysdeps/unix/sysv/linux/generic/poll.c: New file.
|
D | ChangeLog.12 | 517 * sysdeps/unix/sysv/linux/sparc/bits/poll.h (NPOLLFILE): Removed. 518 * sysdeps/unix/sysv/linux/mips/bits/poll.h (NPOLLFILE): Removed. 519 * sysdeps/unix/sysv/linux/m68k/bits/poll.h (NPOLLFILE): Removed. 520 * sysdeps/unix/sysv/linux/bits/poll.h (NPOLLFILE): Removed. 521 * sysdeps/generic/bits/poll.h (NPOLLFILE): Removed. 7164 * io/sys/poll.h: Define nfds_t and use it in poll prototype. 7165 * sysdeps/generic/poll.c: Use nfds_t type in function definition. 7166 * sysdeps/mach/hurd/poll.c: Likewise. 7167 * sysdeps/unix/bsd/poll.c: Likewise. 7168 * sysdeps/unix/sysv/linux/poll.c: Likewise. [all …]
|
/glibc-2.36/debug/ |
D | tst-fortify.c | 1745 poll (fds, 1, 0); in do_test() 1748 poll (fds, 2, 0); in do_test() 1752 poll (fds, l0 + 2, 0); in do_test()
|
/glibc-2.36/localedata/locales/ |
D | pl_PL | 169 % the preference expressed in the poll organized to get some concensus.
|
/glibc-2.36/po/ |
D | el.po | 442 msgid "rcmd: poll (setting up stderr): %m\n" 443 msgstr "rcmd: poll (στήσιμο του stderr): %m\n" 446 msgid "poll: protocol failure in circuit setup\n" 447 msgstr "poll: αποτυχία πρωτοκόλου στο στήσιμο κυκλώματος\n" 1940 msgid "Broadcast poll problem"
|
D | sk.po | 981 msgid "rcmd: poll (setting up stderr): %m\n" 982 msgstr "rcmd: poll (nastavenie stderr): %m\n" 985 msgid "poll: protocol failure in circuit setup\n" 986 msgstr "poll: chyba protokolu počas prípravy okruhu\n" 3381 msgid "Broadcast poll problem" 3382 msgstr "Problém pri volaní poll pre všeobecné vysielanie" 3389 msgid "svc_run: - poll failed" 3390 msgstr "svc_run: - poll zlyhal"
|
/glibc-2.36/benchtests/strcoll-inputs/ |
D | filelist#C | 678 poll.c 936 poll.h 1200 poll.h 2468 poll.h 2582 poll.h 6010 poll.c 9823 poll.h-data 13178 poll.h 14451 poll.h 14505 poll.h [all …]
|
D | filelist#en_US.UTF-8 | 678 poll.c 936 poll.h 1200 poll.h 2468 poll.h 2582 poll.h 6010 poll.c 9823 poll.h-data 13178 poll.h 14451 poll.h 14505 poll.h [all …]
|
12345