代码搜索结果
找到约 3,568 项符合
Strip 的代码
killff.c
/*
** KILLFF.C - A program was written to strip out all the Form Feeds
** in text files.
**
** Public domain by Erik VanRiper, 12/22/91
** Modified by Bob Stout, 17 Feb 93
**
** Reads a text fi
killff.c
/*
** KILLFF.C - A program was written to strip out all the Form Feeds
** in text files.
**
** Public domain by Erik VanRiper, 12/22/91
** Modified by Bob Stout, 17 Feb 93
**
** Reads a text fi
raw.h
/* raw.h
* Copyright (c) 1997 David Cole
*
* Strip off and process raw protocol from session
*/
#ifndef __raw_h
#define __raw_h
/* The protocol that we are currently using
* The order o
extensions.ael
//
// Example AEL config file
//
globals {
CONSOLE=Console/dsp;
TRUNKMSD=0; //MSD digits to strip (usually 1 or 0)
TRUNCPROTO=SIP;
TRUNK=sunrocket;
PSTN=pstn-spa3k;
PSTNPROTO=SIP;
TARIOPRO
util.sa
class ANTLR_UTIL is
strip_front_back( src, head, tail : STR ) : STR is
h : INT := src.search( head );
t : INT := search_backwards( src, tail );
if ( h = -1 or t
.priv_data.o.flags
ifeq (rw.o param.o mtdpart.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += priv_data.o
endif
stripelf.pl
#! /usr/bin/perl -w
#
# stripelf.pl -- strip section headers from an ELF executable
#
# This file is part of the UPX executable compressor.
#
# Copyright (C) 1996-2004 Markus Franz Xaver Johannes O
darwin-20040809-2.c
/* Test dead code strip support. */
/* Contributed by Devang Patel */
/* { dg-do compile { target *-*-darwin* } } */
/* { dg-options "-g -fno-eliminate-unused-debug-symbols" } *
darwin-20040812-1.c
/* Test dead code strip support. */
/* Contributed by Devang Patel */
/* { dg-do compile { target *-*-darwin* } } */
const char my_version_string[] __attribute__((__used__))
darwin-20040809-2.c
/* Test dead code strip support. */
/* Contributed by Devang Patel */
/* { dg-do compile { target *-*-darwin* } } */
/* { dg-options "-g -fno-eliminate-unused-debug-symbols" } *