代码搜索:Image
找到约 10,000 项符合「Image」的源代码
代码结果 10,000
www.eeworm.com/read/105668/15661739
gif image.gif
www.eeworm.com/read/105461/15666481
h image.h
/* image.h - Info between installboot and boot. Author: Kees J. Bot
*/
#define IM_NAME_MAX 63
struct image_header {
char name[IM_NAME_MAX + 1]; /* Null terminated. */
struct exec process;
www.eeworm.com/read/105396/15668445
c image.c
/*
//
// image.c
//
// Image file functions
//
// Copyright (c) 1995-96 Jim Nelson. Permission to distribute
// granted by the author. No warranties are made on the fitness of this
// source code.
/
www.eeworm.com/read/105396/15668447
h image.h
/*
//
// image.h
//
// Copyright (c) 1995-96 Jim Nelson. Permission to distribute
// granted by the author. No warranties are made on the fitness of this
// source code.
//
*/
#ifndef IMAGE_H
#defi
www.eeworm.com/read/105272/15672725
in grub-image.in
#! /bin/sh
# grub-image - Create a GRUB boot filesystem image and tarball
# Gordon Matzigkeit , 2000-07-25
#
# Copyright (C) 2000, 2002 Free Software Foundation, Inc.
#
# This file is
www.eeworm.com/read/105052/15679073
in grub-image.in
#! /bin/sh
# grub-image - Create a GRUB boot filesystem image and tarball
# Gordon Matzigkeit , 2000-07-25
#
# Copyright (C) 2000, 2002 Free Software Foundation, Inc.
#
# This file is
www.eeworm.com/read/104816/15682590
gif image.gif
www.eeworm.com/read/104653/15686085
c image.c
/*
* File: image.c
*
* Copyright (C) 1997 Raph Levien
* Copyright (C) 1999 James McCollough
*
* This program is free software; you can redistribute it and/or mod
www.eeworm.com/read/104653/15686092
h image.h
#ifndef __IMAGE_H__
#define __IMAGE_H__
/* The DilloImage data-structure and methods */
#include
#include
#include "dw_image.h"
#include "bitvec.h"
typedef struct _DilloIma
www.eeworm.com/read/104244/15700780