Add temporary scripts
This commit is contained in:
parent
f5fc64997c
commit
3385cf4eec
8 changed files with 285 additions and 0 deletions
11
tmp/list-macros.sh
Executable file
11
tmp/list-macros.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
set =eu
|
||||
|
||||
HEADERS=$( ls include/mbedtls/*.h )
|
||||
|
||||
sed -n -e 's/.*#define \([a-zA-Z0-9_]*\).*/\1/p' $HEADERS \
|
||||
| egrep -v '^(asm|inline|EMIT|_CRT_SECURE_NO_DEPRECATE)$|^MULADDC_' \
|
||||
| sort -u > macros
|
||||
|
||||
wc -l macros
|
Loading…
Add table
Add a link
Reference in a new issue