Home
last modified time | relevance | path

Searched refs:fcalloc (Results 1 – 25 of 266) sorted by relevance

1234567891011

/dports/security/pgpin/pgp263in/src/
H A Dztailor.h64 # define fcalloc calloc /* Assumes that all arrays are < 64K for MSDOS */ in copy_to_device()
71 # define fcalloc(nitems,itemsize) halloc((long)(nitems),(itemsize)) in copy_to_device()
87 # undef fcalloc in copy_to_device()
94 # define fcalloc calloc in copy_to_device()
104 # define fcalloc calloc in copy_to_device()
H A Dzdeflate.c281 __slide = slide = (uch far*) fcalloc(WSIZE*2*sizeof(uch)+16, 1);
282 __prev = prev = (Pos far*) fcalloc(WSIZE*sizeof(Pos)+16, 1);
283 head = (Pos far*) fcalloc(HASH_SIZE, sizeof(Pos));
H A Dztrees.c349 d_buf = (ush far*) fcalloc(DIST_BUFSIZE, sizeof(ush));
350 l_buf = (uch far*) fcalloc(LIT_BUFSIZE/2, 2);
/dports/sysutils/ssync/ssync-2.3/
H A Dtailor.h137 void * fcalloc (unsigned items, unsigned size);
141 # define fcalloc(nitems,itemsize) halloc((long)(nitems),(itemsize)) macro
146 # define fcalloc(items,size) calloc((items),(size)) macro
148 # define fcalloc(items,size) malloc((size_t)(items)*(size_t)(size)) macro
/dports/lang/ferite/ferite-1.0.2/src/
H A Dferite_utils.c181 rstr = fcalloc( strlen(str) - (end - start) + 1, sizeof( char ) ); in ferite_delete_string()
206 rstr = fcalloc( strlen(str) + strlen(istr) + 1, sizeof( char ) ); in ferite_insert_string()
245 rstr = fcalloc( strlen( str ) + 1, sizeof(char) ); in ferite_replace_string()
247 rstr = fcalloc( strlen( str ) * strlen( pattern ) * strlen( data ), sizeof(char) ); in ferite_replace_string()
H A Dferite_hash.c99 ptr = fcalloc( 1, sizeof( FeriteHash ) + ( size * sizeof( FeriteHashBucket* ) ) ); in ferite_create_hash()
423 newhash = fcalloc( 1, sizeof( FeriteHash ) + ( size * sizeof( FeriteHashBucket ) ) ); in ferite_hash_grow()
H A Dferite_opcode.c136 void **freed_variables = fcalloc( sizeof(void *) * oplist->size, sizeof(char) ); in ferite_delete_opcode_list()
302 ptr->list = fcalloc( sizeof( FeriteOp * ) * ptr->size, sizeof(FeriteOp *) ); in ferite_opcode_dup()
H A Dferite_gc_generation.c59 ptr->contents = fcalloc(sizeof(FeriteObject*)*ptr->size,1); in ferite_generation_create()
H A Dferite_string.c64 ptr->data = fcalloc( length + 1, sizeof(char) ); in ferite_str_new()
H A Dferite_function.c182 str = fcalloc( argcount+1, sizeof(char) ); in ferite_function_generate_sig_string()
/dports/lang/ferite/ferite-1.0.2/include/ferite/
H A Dfmem.h35 #define fcalloc( a, b ) (ferite_calloc)( a, b, __FILE__, __LINE__ ) macro
/dports/audio/festival/festival/src/modules/hts21_engine/
H A Dmlpg.cc85 float *fcalloc(int x) in fcalloc() function
98 ptr[i] = fcalloc(y); in ffcalloc()
426 pst->dw.coef[0] = fcalloc (1); in InitDWin()
447 pst->dw.coef[i] = fcalloc (fsize); in InitDWin()
/dports/graphics/xd3d/xd3d-8.3.1/src/qlib/
H A Dtimestuff.c35 #define fcalloc fcalloc_ macro
438 void fcalloc(char *x,int *t_elem,int *n_elem,int *ofset,int *ie) in fcalloc() function
/dports/lang/ferite/ferite-1.0.2/modules/xml/
H A Dxml_XML_TreeParser.c152 self->odata = fcalloc( 1, sizeof( XMLDoc ) ); in FE_NATIVE_FUNCTION()
/dports/lang/ferite/ferite-1.0.2/modules/date/
H A Ddate_Date.c105 tm = fcalloc( 1, sizeof(struct tm) ); in FE_NATIVE_FUNCTION()
/dports/lang/ferite/ferite-1.0.2/modules/posix/
H A Dposix_Posix.c473 if(!(cargv = fcalloc(args->size + 1, sizeof(char *)))) in FE_NATIVE_FUNCTION()
476 if(!(cenv = fcalloc(env->size + 1, sizeof(char *)))) in FE_NATIVE_FUNCTION()
/dports/lang/ferite/ferite-1.0.2/modules/serialize/
H A Dserialize_Serialize.c90 tbuf = fcalloc( len + 1, sizeof(char) ); in FE_NATIVE_FUNCTION()
H A Dserialize.fec205 tbuf = fcalloc( len + 1, sizeof(char) );
/dports/lang/ferite/ferite-1.0.2/include/
H A Dferite.h169 #define FE_CLEAN_STRING(s) fcalloc( s, sizeof(char) )
/dports/lang/ferite/ferite-1.0.2/modules/stream/
H A Dstream_Stream_Stream.c425 struct Stream *Stream = fcalloc( 1, sizeof( struct Stream ) ); in FE_NATIVE_FUNCTION()
/dports/archivers/arj/arj-3.10.22/
H A Denviron.h221 #define _fcalloc fcalloc
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/tools/turbocharger/
H A Dmod_gzip.c6742 void * fcalloc (unsigned items, unsigned size);
6745 # define fcalloc(nitems,itemsize) halloc((long)(nitems),(itemsize)) macro
6750 # define fcalloc(items,size) calloc((items),(size)) macro
6752 # define fcalloc(items,size) malloc((size_t)(items)*(size_t)(size)) macro
7107 array = (type*)fcalloc((size_t)(((size)+1L)/2), 2*sizeof(type)); \
8054 void * fcalloc( in fcalloc() function
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/tools/turbocharger/
H A Dmod_gzip.c6742 void * fcalloc (unsigned items, unsigned size);
6745 # define fcalloc(nitems,itemsize) halloc((long)(nitems),(itemsize)) macro
6750 # define fcalloc(items,size) calloc((items),(size)) macro
6752 # define fcalloc(items,size) malloc((size_t)(items)*(size_t)(size)) macro
7107 array = (type*)fcalloc((size_t)(((size)+1L)/2), 2*sizeof(type)); \
8054 void * fcalloc( in fcalloc() function
/dports/audio/id3lib/id3lib-3.8.3/zlib/
H A DChangeLog327 - in fcalloc, normalize pointer if size > 65520 bytes
328 - don't use special fcalloc for 32 bit Borland C++
/dports/math/giacxcas/fltk-1.3.0/zlib/
H A DChangeLog337 - in fcalloc, normalize pointer if size > 65520 bytes
338 - don't use special fcalloc for 32 bit Borland C++

1234567891011