Current Path : /compat/linux/proc/68247/cwd/usr/src/crypto/openssl/util/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //compat/linux/proc/68247/cwd/usr/src/crypto/openssl/util/extract-section.pl |
#!/usr/bin/perl while(<STDIN>) { if (/=for\s+comment\s+openssl_manual_section:(\S+)/) { print "$1\n"; exit 0; } } print "$ARGV[0]\n";