代码搜索:utils
找到约 10,000 项符合「utils」的源代码
代码结果 10,000
www.eeworm.com/read/419980/10824819
c utils.c
/*
* Cisco C7200 (Predator) simulation platform.
* Copyright (c) 2005,2006 Christophe Fillot. All rights reserved.
*
* Utility functions.
*/
#define _GNU_SOURCE
#include
#include
www.eeworm.com/read/419980/10825218
h utils.h
/*
* Cisco 7200 (Predator) simulation platform.
* Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr)
*/
#ifndef __UTILS_H__
#define __UTILS_H__
#include
#include
#incl
www.eeworm.com/read/349227/10839980
o utils.o
www.eeworm.com/read/349227/10840024
c utils.c
/****************************************************************************
# Spcaview: Spca5xx Grabber #
# Copyright (C) 2004 2005 Michel Xhaard
www.eeworm.com/read/349227/10840097
h utils.h
/****************************************************************************
# spcaview: Sdl video recorder and viewer with sound. #
#This package work with the spca5xx based webcam with th
www.eeworm.com/read/348903/10860794
c utils.c
/*
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
** Copyright (C) 2003 M. Bakker, Ahead Software AG, http://www.nero.com
**
** This program is free software; you can redist
www.eeworm.com/read/348903/10861180
h utils.h
/*
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
** Copyright (C) 2003 M. Bakker, Ahead Software AG, http://www.nero.com
**
** This program is free software; you can redist
www.eeworm.com/read/419541/10863283
c utils.c
#include "tdestr.h"
#include "common.h"
#include "define.h"
#include "tdefunc.h"
int myiswhitespc( int c )
{
return( c == ' ' || (ispunct( c ) && c != '_') || iscntrl( c ) );
}
www.eeworm.com/read/273826/10899788
c utils.c
/**
* utils.c - Originated from the Linux-NTFS project.
*
* Copyright (c) 2002-2005 Richard Russon
* Copyright (c) 2003-2006 Anton Altaparmakov
* Copyright (c) 2003 Lode Leroy
*
* A set of shar
www.eeworm.com/read/273826/10899794
h utils.h
/*
* utils.h - Originated from the Linux-NTFS project.
*
* Copyright (c) 2002-2005 Richard Russon
* Copyright (c) 2004 Anton Altaparmakov
*
* A set of shared functions for ntfs utilities
*
* T