代码搜索结果

找到约 820,005 项符合 if 的代码

mpitestconf.h.in

/* include/mpitestconf.h.in. Generated from configure.in by autoheader. */ /* Define if Fortran names are lowercase */ #undef F77_NAME_LOWER /* Define if Fortran names containing an underscore hav

routesock.c

void routeSockInit() { if (sockLibAdd ((FUNCPTR) bsdSockLibInit, AF_ROUTE, AF_ROUTE) == ERROR) return (ERROR); routeSockLibInit () ; }

t.c

#include #include #include #include #include int chk(f) char *f; { int ch, l, r; if (freopen(f, "r", stdin) == NULL) { fprintf(stderr, "

new.cpp

#include #include extern "C" { void (* ndb_new_handler)() = 0; } #if 0 void *operator new (size_t sz) { void * p = NdbMem_Allocate(sz ? sz : 1); if(p) return p;

stv44c427c800db.txt

// Poll stdin // Return TRUE if anything has been typed 取回标准的输入

webuivalidation.js

// var Page_ValidationVer = "125"; var Page_IsValid = true; var Page_BlockSubmit = false; function ValidatorUpdateDisplay(val) { if (typeof(val.display) == "string") {

postrm

#!/bin/sh -e if [ "$1" = "purge" ] ; then # source debconf library . /usr/share/debconf/confmodule INIT="/etc/ntop/init.cfg" if [ -f $INIT ] ; then # parse config file for user . $INIT

prerm

#!/bin/sh set -e if [ -x "/etc/init.d/ntop" ]; then if [ -x /usr/sbin/invoke-rc.d ] ; then invoke-rc.d ntop stop || true else /etc/init.d/ntop stop || true fi fi #DEBHELPER#

config-h.in

/* config-h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the `argz_append' function. */ #undef HAVE_ARGZ_APPEND /* Define to 1 if you have the `argz_create_sep' fun