blob 0ff8cafa15d9075260f1fd97cd0d39039e6acc17 158 bytes (raw)
name: admin/coccinelle/unibyte_string.cocci # note: path name is non-authoritative(*)
1
2
3
4
5
6
| | // make_unibyte_string (str, strlen (str)) -> build_unibyte_string (str)
@@
identifier I;
@@
- make_unibyte_string (I, strlen (I))
+ build_unibyte_string (I)
|
debug log:
solving 0ff8cafa15d9075260f1fd97cd0d39039e6acc17 ...
found 0ff8cafa15d9075260f1fd97cd0d39039e6acc17 in https://git.savannah.gnu.org/cgit/emacs.git
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.