代码搜索:Functionality
找到约 4,782 项符合「Functionality」的源代码
代码结果 4,782
www.eeworm.com/read/283906/4073651
in makefile.in
srcdir = @srcdir@
VPATH = @srcdir@
TARGETS = \
proc.lo \
procsup.lo \
thread.lo \
threadpriv.lo \
signals.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
INCDIR=
www.eeworm.com/read/283906/4073875
in makefile.in
srcdir = @srcdir@
VPATH = @srcdir@
TARGETS = apr_tables.lo apr_hash.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@
INCDIR=../incl
www.eeworm.com/read/283906/4073884
in makefile.in
srcdir = @srcdir@
VPATH = @srcdir@
TARGETS = shm.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
INCDIR=../../include
INCDIR2=$(INCDIR)/arch
INCDIR3=$(INCDIR)/arch/unix
www.eeworm.com/read/283906/4074032
in makefile.in
srcdir = @srcdir@
VPATH = @srcdir@
TARGETS = dso.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
INCDIR=../../include
INCDIR2=$(INCDIR)/arch
INCDIR3=$(INCDIR)/arch/unix
www.eeworm.com/read/279968/4131046
c __atexit.c
/*
* Common routine to implement atexit-like functionality.
*/
#include
#include
#include
#include
#include "atexit.h"
/*
* Register a function to b
www.eeworm.com/read/278867/4140927
exp script.exp
# Test basic linker script functionality
# By Ian Lance Taylor, Cygnus Support
if ![ld_assemble $as $srcdir$subdir/script.s tmpdir/script.o] { return }
if ![ld_simple_link $ld tmpdir/script "-T $src
www.eeworm.com/read/271875/4221870
t bulkwalk.t
#!./perl
#
# $Id: bulkwalk.t 15551 2006-11-13 23:50:20Z tanders $
#
# Test bulkwalk functionality.
BEGIN {
unless(grep /blib/, @INC) {
chdir 't' if -d 't';
@INC = '../lib' if -d '
www.eeworm.com/read/271875/4221975
t065agentextend
#!/bin/sh
. ../eval_tools.sh
HEADER "extending agent functionality with extend"
SKIPIF DISABLE_SNMPV2C
SKIPIFNOT USING_AGENT_EXTEND_MODULE
# make sure snmpget can be executed
SNMPGET="${SNMP_UPDIR
www.eeworm.com/read/443386/1742493
c iop310-irq.c
/*
* linux/arch/arm/mach-iop3xx/iop310-irq.c
*
* Generic IOP310 IRQ handling functionality
*
* Author: Nicolas Pitre
* Copyright: (C) 2001 MontaVista Software Inc.
*
* This program is free
www.eeworm.com/read/426010/1997100
c test.c
/*! \file
\brief Testing localtime functionality */
#include "localtime.c"
#include
#include
int main(int argc, char **argv) {
struct timeval tv;
struct tm tm;
char *zon