代码搜索:util
找到约 10,000 项符合「util」的源代码
代码结果 10,000
www.eeworm.com/read/382751/9003294
c util.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/426701/9003740
h util.h
/*******************************************************************************
***
*** Filename : util.h
*** Purpose : Definitions of utility functions
*** Author : Matt J
www.eeworm.com/read/426701/9003747
c util.c
/*******************************************************************************
***
*** Filename : util.c
*** Purpose : Utility functions
*** Author : Matt J. Gumbley
*** C
www.eeworm.com/read/382649/9008006
c util.c
/*
* Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or with
www.eeworm.com/read/283498/9015971
txt util.txt
Utility Routines
----------------
The following routines are all Utility Routines. The first routines listed
below compute the number of print positions required by a 16-bit and 32-bit
signed a
www.eeworm.com/read/382516/9023427
c util.c
/*
* Boa, an http server
* Copyright (C) 1995 Paul Phillips
* Some changes Copyright (C) 1996,97 Larry Doolittle
* Some changes Copyright (C) 1996 Charles
www.eeworm.com/read/382497/9024324
cpp util.cpp
/*************************************************************************
Copyright (C) 2002 - 2007 Wei Qin
See file COPYING for more information.
This program is free software; you can
www.eeworm.com/read/185598/9026552
mak util.mak
#-----------------------------------------------------------------------
# File : util.mak
# Contents: build utility modules
# Author : Christian Borgelt
# History : 26.01.2003 file created
#
www.eeworm.com/read/185374/9041335
h util.h
#ifndef __MTP__UTIL__H
#define __MTP__UTIL__H
void data_dump(FILE *f, void *buf, uint32_t nbytes);
void data_dump_ascii (FILE *f, void *buf, uint32_t n, uint32_t dump_boundry);
#endif //__MTP__UTIL_
www.eeworm.com/read/185374/9041356
c util.c
/**
* \file util.c
*
* This file contains generic utility functions such as can be
* used for debugging for example.
*/
/* MSVC does not have these */
#ifndef _MSC_VER
#include
#inc