代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/217381/4870997
c update.c
#include
#include
extern unsigned long __dummy;
void do_reset (void);
void do_updater(void);
void _main(void)
{
int i;
printf("U-Boot Firmware Updater\n\n\n");
pri
www.eeworm.com/read/216802/4885992
c update.c
/*
* Implementation of the Microsoft Installer (msi.dll)
*
* Copyright 2004 Mike McCormack for CodeWeavers
*
* This library is free software; you can redistribute it and/or
* modify it und
www.eeworm.com/read/216502/4890364
8 update.8
.TH UPDATE 8
.SH NAME
update \- periodically update the super block
.SH SYNOPSIS
.B /etc/update
.SH DESCRIPTION
.I Update
is a program that executes
the
.IR sync (2)
primitive every 30 seconds.
This
www.eeworm.com/read/216502/4890960
c update.c
/*
* Update the file system every 30 seconds.
* For cache benefit, open certain system directories.
*/
#include
char *fillst[] = {
"/bin",
"/usr",
"/usr/bin",
0,
};
main()
{
char
www.eeworm.com/read/216499/4892246
8 update.8
.th UPDATE VIII 11/1/73
.sh NAME
update \*- periodically update the super block
.sh SYNOPSIS
.bd update
.sh DESCRIPTION
.it Update
is a program that executes
the
.it sync
primitive every 30 seconds.
T
www.eeworm.com/read/216499/4893135
s update.s
sys fork
br 1f
sys exit
1:
clr r0
sys close
mov $1,r0
sys close
mov $2,r0
sys close
1:
sys sync
mov $30.,r0
sys sleep
br 1b
sleep = 35.
sync = 36.
www.eeworm.com/read/216450/4893742
c update.c
#include
#include "curspriv.h"
#include
static WINDOW *twin; /* used by many routines */
/****************************************************************/
/* Gotoxy() moves
www.eeworm.com/read/216450/4894956
8 update.8
.TH UPDATE 8
.SH NAME
update \- periodically write the buffer cache to disk
.SH SYNOPSIS
\fBupdate\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH EXAMPLES
.EX "update
www.eeworm.com/read/215493/4903243
java update.java
/*
* FindBugs - Find bugs in Java programs
* Copyright (C) 2003-2005 William Pugh
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Gene