代码搜索:Support

找到约 10,000 项符合「Support」的源代码

代码结果 10,000
www.eeworm.com/read/131315/5939467

sun-support

NOTE: the Free Software Foundation agreed to put this file, and the programs it describes, into the Emacs distribution ONLY on the condition that we would not lift a finger to maintain them! We are w
www.eeworm.com/read/131315/5941886

patch support.patch

If you apply this patch to NNTP's support directory and move the acttimes.c file there also, it will compile the acttimes program rather than the specious mkgrdates. Wayne Davison
www.eeworm.com/read/131315/5945834

asm support.asm

; Copyright (c) 1988, 1993 ; The Regents of the University of California. All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted pro
www.eeworm.com/read/131315/5946322

c support.c

/*- * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are perm
www.eeworm.com/read/130517/5953380

support locale.support

en-US,de
www.eeworm.com/read/127087/6007731

c support.c

static const char rcsid[] = "$Header: /proj/cvs/prod/bind9/lib/bind/dst/support.c,v 1.2.2.1 2001/11/02 22:25:29 gson Exp $"; /* * Portions Copyright (c) 1995-1998 by Trusted Information Systems, In
www.eeworm.com/read/126765/6012304

c support.c

/* support.c - math routines */ /* Copyright 1991-2001 Wind River Systems, Inc. */ /* modification history -------------------- 01j,03oct01,to use IEEE little endian for ARM 01i,20apr01,h_k fixed
www.eeworm.com/read/126092/6018079

h support.h

/* Support - Provides some big and little endian abstraction functions. Copyright (C) 1999 Roberto Arturo Tena Sanchez This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/126092/6018090

c support.c

/* Support - Provides some big and little endian abstraction functions, besides another things. Copyright (C) 1999 Roberto Arturo Tena Sanchez This program is free software; y
www.eeworm.com/read/125819/6021080

c support.c

/** Host specific support routines. */ #include #include void _putchar(char c) { putchar(c); } void _exitEmu(void) { exit(0); }