Sindbad~EG File Manager

Current Path : /proc/2715199/root/usr/share/doc/git/contrib/coccinelle/
Upload File :
Current File : //proc/2715199/root/usr/share/doc/git/contrib/coccinelle/xopen.cocci

@@
identifier fd;
identifier die_fn =~ "^(die|die_errno)$";
@@
  int fd =
- open
+ xopen
  (...);
- if ( \( fd < 0 \| fd == -1 \) ) { die_fn(...); }

@@
expression fd;
identifier die_fn =~ "^(die|die_errno)$";
@@
  fd =
- open
+ xopen
  (...);
- if ( \( fd < 0 \| fd == -1 \) ) { die_fn(...); }

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists