代码搜索:realloc
找到约 1,059 项符合「realloc」的源代码
代码结果 1,059
www.eeworm.com/read/189219/8484664
c client.c
#include "opend.h"
#define NALLOC 10 /* #Client structs to alloc/realloc for */
static void
client_alloc(void) /* alloc more entries in the client[] array */
{
int i;
if (client == NULL)
cli
www.eeworm.com/read/185783/8986255
c client.c
#include "opend.h"
#define NALLOC 10 /* #Client structs to alloc/realloc for */
static void
client_alloc(void) /* alloc more entries in the client[] array */
{
int i;
if (client == NULL)
cli
www.eeworm.com/read/281576/9147982
h myalloc.h
/*********************************************************************/
/*** Copyright (c) Robert J. Vanderbei, 1994 ***/
/*** All Rights Reserved
www.eeworm.com/read/183272/9173024
c client.c
#include "opend.h"
#define NALLOC 10 /* # client structs to alloc/realloc for */
static void
client_alloc(void) /* alloc more entries in the client[] array */
{
int i;
if (client == NULL)
cl
www.eeworm.com/read/183272/9173177
36 fig17.36
#include "opend.h"
#define NALLOC 10 /* # client structs to alloc/realloc for */
static void
client_alloc(void) /* alloc more entries in the client[] array */
{
int i;
if (client == NULL)
cl
www.eeworm.com/read/181687/9240765
h hredirect.h
#ifndef HREDIRECT_H_INCLUDED
#define HREDIRECT_H_INCLUDED
#include "hsyscalls.h"
#undef select
#define select Hselect
#ifdef HAVE_POLL
#undef poll
#define poll Hpoll
#endif
#undef socket
#define socke
www.eeworm.com/read/371500/9552040
c client.c
#include "opend.h"
#define NALLOC 10 /* #Client structs to alloc/realloc for */
static void
client_alloc(void) /* alloc more entries in the client[] array */
{
int
www.eeworm.com/read/364932/9887499
c client.c
#include "opend.h"
#define NALLOC 10 /* # client structs to alloc/realloc for */
static void
client_alloc(void) /* alloc more entries in the client[] array */
{
int i;
if (client == NULL)
cl
www.eeworm.com/read/364932/9887657
36 fig17.36
#include "opend.h"
#define NALLOC 10 /* # client structs to alloc/realloc for */
static void
client_alloc(void) /* alloc more entries in the client[] array */
{
int i;
if (client == NULL)
cl
www.eeworm.com/read/281232/10255157
c ttyaccess.c
/***************************************************************************
* copyright : (C) 2002 by Hendrik Sattler *
* mail : post@hendrik-sattle