代码搜索结果
找到约 10,000 项符合
Embedded 的代码
sed-handles-embedded-slashes
test "$(echo fu/bar | busybox sed -e 's/[/]//')" = fubar
embedded-db-viewer.sh
# $Revision$
# $Date$
# Script to start the HSQLDB database viewer. The embedded-db.rc file
# contains connection settings. Visit http://hsqldb.org for documentation
# on using the tool. The classpat
embedded-db-viewer.bat
@echo off
REM # $Revision$
REM # $Date$
REM # Script to start the HSQLDB database viewer. The embedded-db.rc file
REM # contains connection settings. Visit http://hsqldb.org for documentation
REM #
mysqli_embedded_connect.phpt
--TEST--
mysqli_embedded_connect()
--SKIPIF--
--FILE--
mysqli_embedded_connect.phpt
--TEST--
mysqli_embedded_connect()
--SKIPIF--
--FILE--
embedded-cuddle1.c
void foo()
{
#ifdef foo
if (1) {
} /* if */
{
a++;
}
#endif
}
embedded-cuddle2.c
void foo()
{
#ifdef foo
if (1) {
} /* if */
#endif
}