代码搜索:Setting

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

代码结果 10,000
www.eeworm.com/read/414420/2149277

mk config.mk

# # This config file is used for compilation of IMX sources # # You might change location of U-Boot in memory by setting right TEXT_BASE. # This allows for example having one copy located at the end o
www.eeworm.com/read/414420/2149371

mk config.mk

# # This config file is used for compilation of scb93328 sources # # You might change location of U-Boot in memory by setting right TEXT_BASE. # This allows for example having one copy located at the
www.eeworm.com/read/411194/2191173

bat makent.bat

@setlocal @set prompt=$g @set cppflags=-Ox @rem -DPARALLEL @set parsecflags=%cppflags% @rem -sync cons @set linkflags= @rem /F400000000 @rem /F is for setting the maximum stacksize (sequential)
www.eeworm.com/read/410060/2218613

c settimeofday.c

/* setTimeOfDay.c - Demo for setting the clock to the time of the day value */ /* Copyright 1991 Wind River Systems, Inc. */ /* modification history -------------------- 01b,10aug97,whjr modified a
www.eeworm.com/read/409921/2223557

c bp.c

/*++ Copyright (c) 1998-2001 Klaus P. Gerlicher Module Name: bp.c Abstract: setting, listing and removing breakpoints Environment: LINUX 2.2.X Kernel mode only
www.eeworm.com/read/409921/2224002

h bitops.h

#ifndef _I386_BITOPS_H #define _I386_BITOPS_H /* * Copyright 1992, Linus Torvalds. */ /* * These have to be done with inline assembly: that way the bit-setting * is guaranteed to be ato
www.eeworm.com/read/408818/2244630

mk config.mk

# # This config file is used for compilation of IMX sources # # You might change location of U-Boot in memory by setting right TEXT_BASE. # This allows for example having one copy located at the end o
www.eeworm.com/read/408818/2244715

mk config.mk

# # This config file is used for compilation of scb93328 sources # # You might change location of U-Boot in memory by setting right TEXT_BASE. # This allows for example having one copy located at the
www.eeworm.com/read/406866/2272885

chroot_lad

#!/bin/sh # Use this script to chroot to the root filesystem. This is useful for # installing new packages or setting up links. if [ "$1" = "" ] then echo "usage: $0 " exit 1 fi #
www.eeworm.com/read/406309/2278872

c auth.c

/* * auth.c - deal with authentication. * * This file implements authentication when setting up an RFB connection. */ /* * Copyright (C) 2003-2006 Constantin Kaplinsky. All Rights Reserved. *