代码搜索:functionality

找到约 4,782 项符合「functionality」的源代码

代码结果 4,782
www.eeworm.com/read/479931/1327386

c kill2.c

/* Basic kill functionality test; suicide. #xerror: #output: program stopped with signal 6.\n */ #include #include #include #include int main (void) {
www.eeworm.com/read/479931/1327398

c kill3.c

/* Basic kill functionality test; suicide. #xerror: #output: program stopped with signal 6.\n */ #include #include #include #include int main (void) {
www.eeworm.com/read/479151/1343165

c inflate_syms.c

/* * linux/fs/zlib/inflate_syms.c * * Exported symbols for the inflate functionality. * */ #include #include #include EXPORT_SYMBOL(zlib_fs_in
www.eeworm.com/read/250243/4433868

c iop321-irq.c

/* * linux/arch/arm/mach-iop3xx/iop321-irq.c * * Generic IOP321 IRQ handling functionality * * Author: Rory Bolt * Copyright (C) 2002 Rory Bolt * * This program is free
www.eeworm.com/read/209559/4960856

c iop321-irq.c

/* * linux/arch/arm/mach-iop3xx/iop321-irq.c * * Generic IOP321 IRQ handling functionality * * Author: Rory Bolt * Copyright (C) 2002 Rory Bolt * * This program is free
www.eeworm.com/read/209559/4972129

h ip_vs.h

/* * IP Virtual Server * data structure and functionality definitions */ #ifndef _IP_VS_H #define _IP_VS_H #include /* For __uXX types */ #define IP_VS_VERSION_CODE 0x01
www.eeworm.com/read/195013/5122323

c inflate_syms.c

/* * linux/fs/zlib/inflate_syms.c * * Exported symbols for the inflate functionality. * */ #include #include #include EXPORT_SYMBOL(zlib_fs_in
www.eeworm.com/read/193974/5137986

py javaos.py

r"""OS routines for Java, with some attempts to support DOS, NT, and Posix functionality. This exports: - all functions from posix, nt, dos, os2, mac, or ce, e.g. unlink, stat, etc. - os.path is
www.eeworm.com/read/191699/5163551

java gps.java

package com.libGPS4j2me; //@J2SE only import java.util.HashMap; import java.util.Hashtable; import java.util.Vector; /** * This is the abstract base-class that encapsulates the functionality
www.eeworm.com/read/190346/5185479

in makefile.in

VPATH = @srcdir@ INCLUDES = @APRUTIL_PRIV_INCLUDES@ @APR_INCLUDES@ @APRUTIL_INCLUDES@ TARGETS = apr_ldap_compat.lo apr_ldap_url.lo # bring in rules.mk for standard functionality @INCLUDE_RULES@