index
:
systemd
debian
progress-linux
upstream
debian 10 security: systemd
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
coccinelle
/
dup-fcntl.cocci
blob: ef1356428223aaf2d8378cd86f0dc2305613214b (
plain
)
1
2
3
4
5
@@ expression fd; @@ - dup(fd) + fcntl(fd, F_DUPFD, 3)