代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/110972/6160793
h global.h
/* global.h, 全局变量及函数声明*/
#ifndef GLOBAL
#define EXTERN extern
#else
#define EXTERN
#endif
/* prototypes of global functions */
/* conform.c */
void range_checks _ANSI_ARGS_((void));
void profile_
www.eeworm.com/read/110034/6167429
s semaphore.s
/*
* linux/arch/m68k/lib/semaphore.S
*
* Copyright (C) 1996 Linus Torvalds
*
* m68k version by Andreas Schwab
*/
#include
#include
/*
* The semaphore o
www.eeworm.com/read/110034/6170519
c rfc1201.c
/*
* Linux ARCnet driver - RFC1201 (standard) packet encapsulation
*
* Written 1994-1999 by Avery Pennarun.
* Derived from skeleton.c by Donald Becker.
*
* Special thanks to Contemporary Contro
www.eeworm.com/read/108242/6184138
c ckuscr.c
char *loginv = "Script Command, V2.0(007) 3 Aug 87";
/* C K U S C R -- Login script for logging onto remote system */
/*
This module should work under all versions of Unix. It calls externally
www.eeworm.com/read/103510/6215035
c skeleton.c
/*
* Written by Gilles Chanteperdrix .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Lic
www.eeworm.com/read/102935/6226277
s semaphore.s
/*
* linux/arch/m68k/lib/semaphore.S
*
* Copyright (C) 1996 Linus Torvalds
*
* m68k version by Andreas Schwab
*/
#include
#include
/*
* The semaphore o
www.eeworm.com/read/102935/6229324
c rfc1201.c
/*
* Linux ARCnet driver - RFC1201 (standard) packet encapsulation
*
* Written 1994-1999 by Avery Pennarun.
* Derived from skeleton.c by Donald Becker.
*
* Special thanks to Contemporary Contro
www.eeworm.com/read/101082/6241501
c getpid_.c
/*
char id_getpid[] = "@(#)getpid_.c 1.1";
*
* get process id
*
* calling sequence:
* integer getpid, pid
* pid = getpid()
* where:
* pid will be the current process id
*/
long getpid_()
{
www.eeworm.com/read/101082/6241523
c getgid_.c
/*
char id_getgid[] = "@(#)getgid_.c 1.1";
*
* get group id
*
* calling sequence:
* integer getgid, gid
* gid = getgid()
* where:
* gid will be the real group id
*/
long getgid_()
{
return(