代码搜索:MISC
找到约 10,000 项符合「MISC」的源代码
代码结果 10,000
www.eeworm.com/read/447524/7549818
dpk gr32_dsgn_d7.dpk
package GR32_DSGN_D7;
{$R *.res}
{$R '..\GR32_Reg.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
www.eeworm.com/read/198849/7907051
c gdfontl.c
/*
This is a header file for gd font, generated using
bdftogd version 0.5 by Jan Pazdziora, adelton@fi.muni.cz
from bdf font
-misc-fixed-medium-r-normal--16-140-75-75-c-80-iso8859-2
a
www.eeworm.com/read/198849/7907462
c gdfonts.c
/*
This is a header file for gd font, generated using
bdftogd version 0.5 by Jan Pazdziora, adelton@fi.muni.cz
from bdf font
-misc-fixed-medium-r-semicondensed-sans-12-116-75-75-c-60-iso88
www.eeworm.com/read/320252/13429742
h ussp.h
/* -*- linux-c -*- */
/*
* ussp.h
*
* Copyright (C) 2000 R.E.Wolff@BitWizard.nl, patrick@BitWizard.nl
*
* Version 1.0 July 2000 .
*
*
* This program is free software; you can redistribute
www.eeworm.com/read/302845/13826403
makefile
#
# Makefile for the kernel USB device drivers.
#
# Object files in subdirectories
obj-$(CONFIG_USB) += core/
obj-$(CONFIG_USB_MON) += mon/
obj-$(CONFIG_PCI) += host/
obj-$(CONFIG_USB_EHCI_HCD)
www.eeworm.com/read/148359/5714586
c gdfontl.c
/*
This is a header file for gd font, generated using
bdftogd version 0.5 by Jan Pazdziora, adelton@fi.muni.cz
from bdf font
-misc-fixed-medium-r-normal--16-140-75-75-c-80-iso8859-2
a
www.eeworm.com/read/148359/5714636
c gdfonts.c
/*
This is a header file for gd font, generated using
bdftogd version 0.5 by Jan Pazdziora, adelton@fi.muni.cz
from bdf font
-misc-fixed-medium-r-semicondensed-sans-12-116-75-75-c-60-iso
www.eeworm.com/read/147331/5732691
c btowc.c
#include
#include
#include
#include
wint_t
btowc (int c)
{
mbstate_t mbs;
int retval = 0;
wchar_t pwc;
unsigned char b;
b = (unsigned char)c;
/*
www.eeworm.com/read/147331/5732692
c wctob.c
#include
#include
#include
#include
int
wctob (wint_t c)
{
mbstate_t mbs;
int retval = 0;
unsigned char pwc;
/* Put mbs in initial state. */
memset