文件操作 - hashmap.cocci
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/doc/git/contrib/coccinelle/hashmap.cocci
编辑文件内容
@ hashmap_entry_init_usage @ 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); ...>}
修改文件时间
将文件时间修改为当前时间的前一年
删除文件