代码搜索结果

找到约 3,568 项符合 Strip 的代码

xlate_strip.cpp

/*** *** See the file "mba/disclaimers-and-notices-L2.txt" for *** information on usage and redistribution of this file, *** and for a DISCLAIMER OF ALL WARRANTIES. ***/ /* $Id: xlate_strip

strip-pp.sed

:1 /^\.[IP]P$/N s/^\.[IP]P\n\(\.[ITP]P\)$/\1/ /^\.PP$/b1

strip_fpic.sh

#!/bin/sh # # libtool assumes that the compiler can handle the -fPIC flag # This isn't always true (for example, nasm can't handle it) command="" while [ $1 ]; do if [ "$1" != "-fPIC" ]; then

strip_fpic.sh

#!/bin/sh # # libtool assumes that the compiler can handle the -fPIC flag # This isn't always true (for example, nasm can't handle it) command="" while [ $# -gt 0 ]; do case "$1" in -?PIC)

strip_fpic.sh

#!/bin/sh # # libtool assumes that the compiler can handle the -fPIC flag # This isn't always true (for example, nasm can't handle it) command="" while [ $1 ]; do if [ "$1" != "-fPIC" ]; then

strip_fpic.sh

#!/bin/sh # # libtool assumes that the compiler can handle the -fPIC flag # This isn't always true (for example, nasm can't handle it) command="" while [ $# -gt 0 ]; do case "$1" in

strip_fpic.sh

#!/bin/sh # # libtool assumes that the compiler can handle the -fPIC flag # This isn't always true (for example, nasm can't handle it) command="" while [ $1 ]; do if [ "$1" != "-fPIC" ]; the