~ubuntu-branches/ubuntu/quantal/numactl/quantal

1
2
3
4
5
#!/bin/sh
# print names of all functions listed in numa.3
# no globals

grep '^\.BI.*numa.*(' numa.3  | sed -e 's/.*\(numa_.*\)(.*/\1/'