代码搜索:Setting
找到约 10,000 项符合「Setting」的源代码
代码结果 10,000
www.eeworm.com/read/219325/14887937
c config.c
/*
* picasm -- config.c
*
* handles configuration fuse setting with the CONFIG-directive
*
* Timo Rossi
*
*/
#include
#include
#include "picasm.h"
/*
*
www.eeworm.com/read/217049/14981056
c setvpara.c
/* CXL - Copyright (c) 1987-1989 by Mike Smedley - All Rights Reserved */
/* SETVPARA.C - sets video parameters */
#include "cxldef.h"
#include "cxlvid.h"
int setvparam(int setting)
{
www.eeworm.com/read/212602/15152281
m fm_wcall.m
function fm_wcall
%FM_WCALL writes the function FM_CALL for the component calls.
% and uses the information in Comp.prop for setting
% the right calls. Comp.prop is organized as follow
www.eeworm.com/read/9374/166948
c
#include
#include
void main(int argc, char **argv)
{
if (utime(argv[1], (struct utimbuf *) NULL))
printf("Error setting date and time\n");
else
printf("Da
www.eeworm.com/read/11180/210610
c utime.c
#include
#include
void main(int argc, char **argv)
{
if (utime(argv[1], (struct utimbuf *) NULL))
printf("Error setting date and time\n");
else
printf("Da
www.eeworm.com/read/15240/439322
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 atomic. All
www.eeworm.com/read/17071/710790
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 atomic. All
www.eeworm.com/read/494783/1153267
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 atomic. All