代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/137584/5823637
m51 philips_usb.m51
BL51 BANKED LINKER/LOCATER V5.03 07/02/2003 10:38:57 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE D12ci.
www.eeworm.com/read/137584/5823657
m51 usbdemo.m51
BL51 BANKED LINKER/LOCATER V5.01 02/27/2003 15:48:24 PAGE 1
BL51 BANKED LINKER/LOCATER V5.01, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE Mainlo
www.eeworm.com/read/136812/5856895
c yp_update.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)yp_update.c 1.1 92/07/30 Copyr 1990 Sun Micro";
#endif
/*
* Copyright (C) 1990, Sun Microsystems, Inc.
*/
/*
* Network Informatio
www.eeworm.com/read/136516/5871025
tcl insttk.tcl
# insttk.tcl - Installation program For Unix platforms.
#
# history
# -------
# 02g,13jun97,pdn replaced tclx id command w/ setupId.
# 02f,28mar97,pdn fixed the problem that torVarCreate get call to
www.eeworm.com/read/136516/5871031
tcl instw32.tcl
# INSTW32.TCL - UITcl script for Windows Installation scheme
#
# Copyright 1996 Wind River Systems, Inc.
#
# modification history
# -----------------------
# 02g,01jul97,pdn fixed the available disks
www.eeworm.com/read/136516/5871035
tcl global.tcl
# global.tcl - global functions.
#
# history
# -------
# 01d,10aug97,pdn fixed instKeyGet() to trim off white space before return.
# 01c,09feb97,pdn added exitMsgSet/exitMsgGet functions
# 01b,25nov
www.eeworm.com/read/136516/5871036
tcl insttext.tcl
# INSTTEXT.TCL - an interactive text-based Installation program for
# Unix platforms.
#
# history
# -------
# 01u,13jun97,pdn replaced tclx id command w/ setupId.
# 01t,28mar97,pdn fi
www.eeworm.com/read/136072/5874626
s crtn.s
.file "initfini.c"
.section .init
.align 4
.global _init
.type _init, #function
.proc 020
ret
restore
.size _init, .-_init
.section .fini
.align 4
.global _fini
.type _fini, #function
www.eeworm.com/read/136072/5874637
s crti.s
.file "initfini.c"
.section .init
.align 4
.global _init
.type _init, #function
.proc 020
_init:
!#PROLOGUE# 0
save %sp, -104, %sp
.align 4
.section .fini
.align 4
.global _fini
.
www.eeworm.com/read/135955/5876113
timelog
#!/bin/sh
#set -v
while true; do
echo T`date +%H:%M` M`cut -f 1 -d ' ' /proc/loadavg` > /dev/stepper
sleep 10; done