代码搜索:slash
找到约 435 项符合「slash」的源代码
代码结果 435
www.eeworm.com/read/313942/13578863
bmp slash.bmp
www.eeworm.com/read/145973/5742403
h slash.h
#define DATA_SLASH_SIZE 432
#ifdef __LOAD_SDRAM
static CCHAR _cData_SLASH[DATA_SLASH_SIZE] = {
0x10, 0x0f, 0xf6, 0x96, 0x26, 0x09, 0x00, 0x16, 0x57, 0x14, 0xf5, 0x75, 0xda, 0xbc, 0xd7, 0xc3, 0xc7,
www.eeworm.com/read/145973/5742507
h slash.h
#define DATA_SLASH_SIZE 432
#ifdef __LOAD_SDRAM
static CCHAR _cData_SLASH[DATA_SLASH_SIZE] = {
0xec, 0x13, 0xc6, 0x30, 0x5c, 0x0d, 0x80, 0xe4, 0x46, 0x29, 0x25, 0x1c, 0xb8, 0xdd, 0x99, 0x6d, 0x19,
www.eeworm.com/read/225531/4794818
trailing-slash
#!/bin/sh
# On some operating systems, e.g. SunOS-4.1.1_U1 on sun3x,
# rename() doesn't accept trailing slashes.
if test "$VERBOSE" = yes; then
set -x
mv --version
fi
pwd=`pwd`
tmp=mv-tslash.$$
www.eeworm.com/read/225531/4794846
trailing-slash
#!/bin/sh
# Ensure that du works properly for an argument that refers to a
# symbolic link, and that is specified with a trailing slash.
# Before coreutils-4.5.3, it would remove a single trailing sla
www.eeworm.com/read/225531/4795239
dir-slash
#!/bin/sh
# Make sure that cp -R DIR1 DIR2 does the right thing
# when DIR1 is written with a trailing slash.
if test "$VERBOSE" = yes; then
set -x
cp --version
fi
pwd=`pwd`
t0=`echo "$0"|sed 's
www.eeworm.com/read/225531/4795254
symlink-slash
#!/bin/sh
# Make sure that cp -dR dereferences a symlink arg if its name is
# written with a trailing slash.
if test "$VERBOSE" = yes; then
set -x
cp --version
fi
. $srcdir/../lang-default
pwd=
www.eeworm.com/read/225531/4795495
symlink-slash
#!/bin/sh
# Do dereference a symlink arg if its name is written with a trailing slash.
if test "$VERBOSE" = yes; then
set -x
ls --version
fi
. $srcdir/../lang-default
tmp=t-ls.$$
framework_fai
www.eeworm.com/read/225531/4795510
t-slash
#!/bin/sh
# Ensure that mkdir works with arguments specified with and without
# a trailing slash.
if test "$VERBOSE" = yes; then
set -x
mkdir --version
fi
pwd=`pwd`
tmp=t-slash.$$
trap 'status=$