代码搜索:Functions
找到约 10,000 项符合「Functions」的源代码
代码结果 10,000
www.eeworm.com/read/125279/6031755
sh functions.sh
#!/bin/sh
consolediff() {
cleanups="cat OUTPUT/console.txt "
for fixup in `echo $REF_CONSOLE_FIXUPS`
do
if [ -f $FIXUPDIR/$fixup ]
then
case $fixup in
*.sed) cleanups="$cleanups
www.eeworm.com/read/120487/6072237
c functions.c
/*-------------------------------------------------------------------------
*
* functions.c
* Execution of SQL-language functions
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Develop
www.eeworm.com/read/120487/6072855
h functions.h
/*-------------------------------------------------------------------------
*
* functions.h
* Declarations for execution of SQL-language functions.
*
*
* Portions Copyright (c) 1996-2003, Postg