代码搜索结果
找到约 3,568 项符合
Strip 的代码
sizes.tok
# Sizes for bottom strip / status line used in QBASIC/EDIT for DOS5
# Created by Terry Farrell. (terryf)
# January 1990. These tokens are for the file uinhelp.src and they
# produce the file u
sizes.tok
# Sizes for bottom strip / status line used in QBASIC/EDIT for DOS5
# Created by Terry Farrell. (terryf)
# January 1990. These tokens are for the file uinhelp.src and they
# produce the file uinhel
sizes.tok
# Sizes for bottom strip / status line used in QBASIC/EDIT for DOS5
# Created by Terry Farrell. (terryf)
# January 1990. These tokens are for the file uinhelp.src and they
# produce the file u
sizes.tok
# Sizes for bottom strip / status line used in QBASIC/EDIT for DOS5
# Created by Terry Farrell. (terryf)
# January 1990. These tokens are for the file uinhelp.src and they
# produce the file uinhel
makefile.inc
# Simple makefile rules to strip out the microsoft
# internal comments and copy the results to the
# public tree.
$(_PUBLICROOT)\$(WINCEPROJ)\oak\inc\ddgpe.h : ddgpe.h
sed -f ..\dxutil\tabex
testprog.c
/* This program is used to test objcopy and strip. */
int common;
int global = 1;
static int local = 2;
static char string[] = "string";
int
fn ()
{
return 3;
}
int
main ()
{
if (common != 0
testprog.c
/* This program is used to test objcopy and strip. */
int common;
int global = 1;
static int local = 2;
static char string[] = "string";
int
fn ()
{
return 3;
}
int
main ()
{
if (common != 0
file2fun.sci
function [FunName]=File2Fun(FileName) // the file's name to function name
FunName=stripblanks(FileName); // strip blank
len=length(FunName);
if (len
pof2dat.pl
#!/bin/perl -w
use strict;
# This script converts a POF file into a comma-separated list of numbers
# suitable for inclusion in a C source file.
#
# The program has three tasks:
# 1) strip off
mkprep.c
/*
* Makes a prep bootable image which can be dd'd onto
* a disk device to make a bootdisk. Will take
* as input a elf executable, strip off the header
* and write out a boot image as:
* 1) defa