Sindbad~EG File Manager

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

@@
expression E;
struct hashmap_entry HME;
@@
- HME.hash = E;
+ hashmap_entry_init(&HME, E);

@@
identifier f !~ "^hashmap_entry_init$";
expression E;
struct hashmap_entry *HMEP;
@@
  f(...) {<...
- HMEP->hash = E;
+ hashmap_entry_init(HMEP, E);
  ...>}

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