repo.or.cz
/
sipe-libnice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
version 0.0.11.1
[sipe-libnice.git]
/
scripts
/
make-symbol-list.sh
blob
ab68a7aaa751c239b54b202d1dd323fb4833864b
1
#!/bin/sh
2
test -n
"
$1
"
||
exit
1
3
nm
--print-file-name --defined-only --extern-only
"
$1
"
| \
4
cut
-d
' '
-f
2
,
3
| \
5
grep
-v
'^[rA]'
| \
6
sort