代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/132069/5923295
c xmltok.c
/*
Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
See the file copying.txt for copying permission.
*/
#include "xmldef.h"
#include "xmltok.h"
#include "nametab.h"
#ifdef XML_
www.eeworm.com/read/131315/5936238
h xm-irix4.h
#include "xm-mips.h"
#define USG
#define HAVE_VPRINTF
#define bcopy(a,b,c) memcpy (b,a,c)
#define bzero(a,b) memset (a,0,b)
#define bcmp(a,b,c) memcmp (a,b,c)
#if 0
#ifdef __GNUC__
/* The normal ir
www.eeworm.com/read/131315/5936628
c genflags.c
/* Generate from machine description:
- some flags HAVE_... saying which simple standard instructions are
available for this machine.
Copyright (C) 1987, 1991 Free Software Foundation, Inc.
www.eeworm.com/read/127694/6002898
c tcpsend01.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
if (argc != 3)
err_quit("usage: tcpsend01 ");
sockfd = Tcp_connect(argv[1], argv[2]);
Write(sockfd, "123", 3);
www.eeworm.com/read/127694/6002905
c tcpsend03.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
if (argc != 3)
err_quit("usage: tcpsend01 ");
sockfd = Tcp_connect(argv[1], argv[2]);
Write(sockfd, "123", 3);
www.eeworm.com/read/127694/6002906
c tcpsend02.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
if (argc != 3)
err_quit("usage: tcpsend01 ");
sockfd = Tcp_connect(argv[1], argv[2]);
Write(sockfd, "123", 3);
www.eeworm.com/read/125688/6022626
c scsi_ioctl.c
#define __NO_VERSION__
#include
#include
#include
#include
#include
#include
#include
#inc
www.eeworm.com/read/125688/6025169
c ugen.c
/* $NetBSD: ugen.c,v 1.11 1999/01/08 11:58:25 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/ugen.c,v 1.8.2.1 1999/05/08 23:04:46 n_hibma Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
www.eeworm.com/read/121089/6070258
tok tokens.tok
[[UIFILE_1]]="Sin_Nombre"
#length of " Fijar colores para ",
# and " ventana, editor de texto:"
[[UIOPTNS_1]]=20
# length of " Texto Normal ",
#
www.eeworm.com/read/120251/6074675
h lwpolygon.h
#ifndef _LWPOLYGON_H_
#define _LWPOLYGON_H_
#include "lwo.h"
class lwPolygon {
public:
lwPolygon()
{
}
lwPolygon(const lwPolygon &p)
{
surface = p.surface;
surfidx = p.surf