代码搜索:MISC
找到约 10,000 项符合「MISC」的源代码
代码结果 10,000
www.eeworm.com/read/186920/8891467
o misc.o
www.eeworm.com/read/186920/8891473
c misc.c
//========================================================================
//
// misc.c
//
// ARM misc functions
//
//======================================================================
www.eeworm.com/read/186917/8891545
o misc.o
www.eeworm.com/read/186917/8891551
c misc.c
//========================================================================
//
// misc.c
//
// ARM misc functions
//
//======================================================================
www.eeworm.com/read/428036/8903308
c misc.c
#ifndef LINT
/* derived from: misc.c 2.6 88/08/15 16:17:23 */
static char sccsid[]="$Source: /usr/home/dhesi/zoo/RCS/misc.c,v $\n\
$Id: misc.c,v 1.8 91/07/09 01:54:08 dhesi Exp $";
#endif /* LINT
www.eeworm.com/read/383883/8912985
c misc.c
/*
* File: misc.c
* Auth: lxw
*/
#include
#include "gmclient.h"
static GtkWidget *filew;
static char *sFilename = NULL;
static gint current_list_row=0;
static GtkAccelGroup *
www.eeworm.com/read/383713/8923798
c misc.c
/*
* misc.c
*
* This is a collection of several routines from gzip-1.0.3
* adapted for Linux.
*
* malloc by Hannu Savolainen 1993
* puts by Nick Holloway 1993
*/
#include "gzip.h"
www.eeworm.com/read/383713/8925693
c misc.c
/*
* linux/fs/msdos/misc.c
*
* Written 1992,1993 by Werner Almesberger
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/427300/8952819
h misc.h
/******************************************************************************
// (C) Copyright 2006 Marvell International Ltd.
// All Rights Reserved
// INTEL CONFIDENTIAL
// Copyright 2000 ~ 20
www.eeworm.com/read/186080/8961012
c misc.c
/* misc.c :
*
* Misc. Code:
*/
#include "quotes.h"
/*
* Return the basename of the pathname:
*/
char *
Basename(char *cmd) {
char *bname = strrchr(cmd,'/');
return bname ? bname + 1 : c