代码搜索:explicitly
找到约 1,905 项符合「explicitly」的源代码
代码结果 1,905
www.eeworm.com/read/144212/5752860
c djrefs.c
#ifdef __DJGPP__
/* Certain library functions deep in libc need to explicitly
referenced to pull in the modified versions. */
#include
#include
static void du
www.eeworm.com/read/169697/5413070
c ad_pvfs2_close.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* Copyright (C) 1997 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*/
#include "ad_pvfs2.h"
void ADIOI_PVFS2_Close(AD
www.eeworm.com/read/126641/6015625
pod ssl_get_client_ca_list.pod
=pod
=head1 NAME
SSL_get_client_CA_list, SSL_CTX_get_client_CA_list - get list of client CAs
=head1 SYNOPSIS
#include
STACK_OF(X509_NAME) *SSL_get_client_CA_list(SSL *s);
STACK
www.eeworm.com/read/215071/15075914
vbs install.vbs
Option Explicit ' Variables must be declared explicitly
'******************************************************************************
' Installer defaults.
'**********************
www.eeworm.com/read/215071/15075915
vbs uninstall.vbs
Option Explicit ' Variables must be declared explicitly
'******************************************************************************
' Global constants and variables
'***********
www.eeworm.com/read/179153/5309618
pl dec_osf.pl
# needs to explicitly link against librt to pull in nanosleep
$self->{LIBS} = ['-lrt'];
www.eeworm.com/read/321483/3535042
pl dec_osf.pl
# needs to explicitly link against librt to pull in nanosleep
$self->{LIBS} = ['-lrt'];
www.eeworm.com/read/130382/5958550
h linkresolution.h
//////////////////////////////////////////////////////////////////////////////
// LinkResolution.h
//
// Contains declarations for Windows API functions we explicitly load.
///////////////////////
www.eeworm.com/read/130382/5958576
cpp linkresolution.cpp
//////////////////////////////////////////////////////////////////////////////
// LinkResolution.cpp
//
// Contains code for explicitly loading certain Windows API functions.
/////////////////////