代码搜索:Added

找到约 10,000 项符合「Added」的源代码

代码结果 10,000
www.eeworm.com/read/368386/2817748

c i2o_config.c

/* * I2O Configuration Interface Driver * * (C) Copyright 1999 Red Hat Software * * Written by Alan Cox, Building Number Three Ltd * * Modified 04/20/1999 by Deepak Saxena * - Added basic
www.eeworm.com/read/366757/2861519

tcl uninst.tcl

# UNINST.TCL - Uninstallation program for Unix/Windows platforms. # # modification history # -------------------- # 04i,15may03,bjl added more instructions to exit tornado apps (spr 87392). # 04
www.eeworm.com/read/366702/2865401

c builtin_bswap_v3.c

/* Check that we don't use the swap insn for bswap by checking assembler output. The swap instruction was added in v8. */ /* { dg-do compile } */ /* { dg-skip-if "" { "cris*-*-elf" } { "-march*"
www.eeworm.com/read/366702/2883897

c decl-2.c

/* PR c/7411 */ /* Contributed by Christian Ehrhardt */ /* Added extra line-breaks to check that diagnostics refer to correct token. --Per Bothner. */ /* { dg-do compile } */ void foo(void) { ch
www.eeworm.com/read/362989/2923717

h limits.h

/* This administrivia gets added to the beginning of limits.h if the system has its own version of limits.h. */ /* We use _GCC_LIMITS_H_ because we want this not to match any macros that the s
www.eeworm.com/read/362989/2923729

h limits.h

/* This administrivia gets added to the beginning of limits.h if the system has its own version of limits.h. */ /* We use _GCC_LIMITS_H_ because we want this not to match any macros that the s
www.eeworm.com/read/362543/2931993

s asm_init.s

/* * (C) Copyright 2004-05; Tundra Semiconductor Corp. * * Added automatic detect of SDC settings * Copyright (c) 2005 Freescale Semiconductor, Inc. * Maintainer tie-fei.zang@freescale.com * *
www.eeworm.com/read/361261/2948449

h eyetvplugindefs.h

/* This is public domain code developed by Elgato Systems GmbH. No GPL-covered * changes were added to this file by any members of the VideoLAN team. If you * want to do so, add a modified GPL he
www.eeworm.com/read/358237/2998357

php restricted.php

www.eeworm.com/read/358128/3004149

inc delete_anonymous_users.inc

# Remove anonymous users added by add_anonymous_users.inc disable_query_log; DELETE FROM mysql.user where host='localhost' and user=''; FLUSH PRIVILEGES; enable_query_log;