Home
last modified time | relevance | path

Searched refs:TALLOC (Results 1 – 25 of 141) sorted by relevance

123456

/dports/devel/dmake/dmake-4.13.1/
H A Dpercent.c73 TALLOC( dl, 1, DFALINK );
144 TALLOC(nfa, 1, NFA);
178 TALLOC(dfa, 1, DFA);
179 TALLOC(sp=dfa->c_state=dfa->states, nstates, STATE);
H A Ddag.c170 TALLOC( hp, 1, HASH ); /* allocate a cell and add it in */
343 TALLOC(hp,1,HASH);
496 TALLOC( cp, 1, CELL );
537 TALLOC( lp, 1, LINK );
551 TALLOC( tlp, 1, LINK );
651 TALLOC(nsp, 1, STRING);
H A Dalloc.h56 #define TALLOC(p, n, t) if ((p = CALLOC(n, t)) == (t*)0) {No_ram();} macro
H A Dstate.c65 TALLOC(sp, 1, KSTATE); in Read_state()
194 TALLOC(nst, 1, KSTATE);
H A Dmake.c225 TALLOC( Root->ce_recipe, 1, STRING ); in Make_targets()
231 TALLOC( Targets->ce_recipe, 1, STRING ); in Make_targets()
1082 TALLOC(tlp, 1, LINK);
1148 TALLOC(tlp->cl_next,1,LINK);
1232 TALLOC(parent->cl_prq, 1, CELL);
1241 TALLOC(dp->cl_prq,1,CELL);
1559 TALLOC( new_dir, 1, STRING );
1736 TALLOC( key, 1, POOL ); /* not found so add string */
H A Dfunction.c447 TALLOC(tokens, i, char *);
484 TALLOC(tokens, i, char *);
485 TALLOC(tokens_after, i, char *);
H A Dmacparse.c153 TALLOC(sp,1,STRING);
/dports/devel/dmake/dmake-4.13.1/unix/
H A Ddcache.c142 TALLOC(dp,1,DirEntry);
162 TALLOC(ep,1,Entry);
222 TALLOC(ep,1,Entry);
H A Drmprq.c71 TALLOC(tlp, 1, LINK);
72 TALLOC(tlp->cl_prq, 1, CELL);
H A Drunargv.c894 TALLOC( _procs, Max_proc, PR );
896 TALLOC( _wpList, Max_proc, HANDLE );
1093 TALLOC( rp, 1, RCP );
/dports/lang/mosml/mosml-ver-2.10.1/src/dynlibs/mregex/
H A Dmregex.c302 #define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) macro
331 regs.start = TALLOC (nmatch, regoff_t);
332 regs.end = TALLOC (nmatch, regoff_t);
/dports/devel/dmake/dmake-4.13.1/msdos/zortech/
H A Denviron.c45 TALLOC(environ, i+1, char*); in make_env()
/dports/x11/libXext/libXext-1.3.4/src/
H A DXMultibuf.c180 #define TALLOC(type,count) ((type *) Xmalloc ((unsigned) count * sizeof(type))) macro
184 xMbufBufferInfo *netbuf = TALLOC (xMbufBufferInfo, nbufs); in read_buffer_info()
191 bufinfo = TALLOC (XmbufBufferInfo, nbufs); in read_buffer_info()
219 #undef TALLOC
/dports/devel/dmake/dmake-4.13.1/win95/microsft/vpp40/
H A Drunargv.c154 TALLOC( _procs, Max_proc, PR );
274 TALLOC( rp, 1, RCP );
/dports/devel/dmake/dmake-4.13.1/winnt/microsft/vpp40/
H A Drunargv.c154 TALLOC( _procs, Max_proc, PR );
274 TALLOC( rp, 1, RCP );
/dports/devel/dmake/dmake-4.13.1/qssl/
H A Drunargv.c164 TALLOC( _procs, Max_proc, PR );
285 TALLOC( rp, 1, RCP );
/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dprefs.c513 TALLOC(keys, csize), TALLOC(ext, csize),
514 TALLOC(keylist, lsize),
/dports/lang/gcc12-devel/gcc-12-20211205/libiberty/
H A Dregex.c390 # define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) macro
2351 p = pend = pattern = TALLOC(csize + 1, CHAR_T); in PREFIX()
2352 mbs_offset = TALLOC(csize + 1, int); in PREFIX()
2353 is_binary = TALLOC(csize + 1, char); in PREFIX()
5079 wcs_string1 = TALLOC (size1 + 1, CHAR_T);
5080 mbs_offset1 = TALLOC (size1 + 1, int);
5081 is_binary = TALLOC (size1 + 1, char);
5117 wcs_string2 = TALLOC (size2 + 1, CHAR_T);
5118 mbs_offset2 = TALLOC (size2 + 1, int);
5119 is_binary = TALLOC (size2 + 1, char);
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/libiberty/
H A Dregex.c389 # define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) macro
2350 p = pend = pattern = TALLOC(csize + 1, CHAR_T); in PREFIX()
2351 mbs_offset = TALLOC(csize + 1, int); in PREFIX()
2352 is_binary = TALLOC(csize + 1, char); in PREFIX()
5077 wcs_string1 = TALLOC (size1 + 1, CHAR_T);
5078 mbs_offset1 = TALLOC (size1 + 1, int);
5079 is_binary = TALLOC (size1 + 1, char);
5115 wcs_string2 = TALLOC (size2 + 1, CHAR_T);
5116 mbs_offset2 = TALLOC (size2 + 1, int);
5117 is_binary = TALLOC (size2 + 1, char);
[all …]
/dports/lang/gcc8/gcc-8.5.0/libiberty/
H A Dregex.c390 # define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) macro
2351 p = pend = pattern = TALLOC(csize + 1, CHAR_T); in PREFIX()
2352 mbs_offset = TALLOC(csize + 1, int); in PREFIX()
2353 is_binary = TALLOC(csize + 1, char); in PREFIX()
5079 wcs_string1 = TALLOC (size1 + 1, CHAR_T);
5080 mbs_offset1 = TALLOC (size1 + 1, int);
5081 is_binary = TALLOC (size1 + 1, char);
5117 wcs_string2 = TALLOC (size2 + 1, CHAR_T);
5118 mbs_offset2 = TALLOC (size2 + 1, int);
5119 is_binary = TALLOC (size2 + 1, char);
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libiberty/
H A Dregex.c391 # define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) macro
2352 p = pend = pattern = TALLOC(csize + 1, CHAR_T); in PREFIX()
2353 mbs_offset = TALLOC(csize + 1, int); in PREFIX()
2354 is_binary = TALLOC(csize + 1, char); in PREFIX()
5079 wcs_string1 = TALLOC (size1 + 1, CHAR_T);
5080 mbs_offset1 = TALLOC (size1 + 1, int);
5081 is_binary = TALLOC (size1 + 1, char);
5117 wcs_string2 = TALLOC (size2 + 1, CHAR_T);
5118 mbs_offset2 = TALLOC (size2 + 1, int);
5119 is_binary = TALLOC (size2 + 1, char);
[all …]
/dports/lang/gcc48/gcc-4.8.5/libiberty/
H A Dregex.c391 # define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) macro
2352 p = pend = pattern = TALLOC(csize + 1, CHAR_T); in PREFIX()
2353 mbs_offset = TALLOC(csize + 1, int); in PREFIX()
2354 is_binary = TALLOC(csize + 1, char); in PREFIX()
5079 wcs_string1 = TALLOC (size1 + 1, CHAR_T);
5080 mbs_offset1 = TALLOC (size1 + 1, int);
5081 is_binary = TALLOC (size1 + 1, char);
5117 wcs_string2 = TALLOC (size2 + 1, CHAR_T);
5118 mbs_offset2 = TALLOC (size2 + 1, int);
5119 is_binary = TALLOC (size2 + 1, char);
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libiberty/
H A Dregex.c390 # define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) macro
2351 p = pend = pattern = TALLOC(csize + 1, CHAR_T); in PREFIX()
2352 mbs_offset = TALLOC(csize + 1, int); in PREFIX()
2353 is_binary = TALLOC(csize + 1, char); in PREFIX()
5079 wcs_string1 = TALLOC (size1 + 1, CHAR_T);
5080 mbs_offset1 = TALLOC (size1 + 1, int);
5081 is_binary = TALLOC (size1 + 1, char);
5117 wcs_string2 = TALLOC (size2 + 1, CHAR_T);
5118 mbs_offset2 = TALLOC (size2 + 1, int);
5119 is_binary = TALLOC (size2 + 1, char);
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/libiberty/
H A Dregex.c391 # define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) macro
2352 p = pend = pattern = TALLOC(csize + 1, CHAR_T); in PREFIX()
2353 mbs_offset = TALLOC(csize + 1, int); in PREFIX()
2354 is_binary = TALLOC(csize + 1, char); in PREFIX()
5079 wcs_string1 = TALLOC (size1 + 1, CHAR_T);
5080 mbs_offset1 = TALLOC (size1 + 1, int);
5081 is_binary = TALLOC (size1 + 1, char);
5117 wcs_string2 = TALLOC (size2 + 1, CHAR_T);
5118 mbs_offset2 = TALLOC (size2 + 1, int);
5119 is_binary = TALLOC (size2 + 1, char);
[all …]
/dports/devel/rudiments/rudiments-1.2.2/src/
H A Dregex.cpp403 # define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) macro
2415 p = pend = pattern = TALLOC(csize + 1, CHAR_T); in PREFIX()
2416 mbs_offset = TALLOC(csize + 1, int); in PREFIX()
2417 is_binary = TALLOC(csize + 1, char); in PREFIX()
5127 wcs_string1 = TALLOC (size1 + 1, CHAR_T);
5128 mbs_offset1 = TALLOC (size1 + 1, int);
5129 is_binary = TALLOC (size1 + 1, char);
5165 wcs_string2 = TALLOC (size2 + 1, CHAR_T);
5166 mbs_offset2 = TALLOC (size2 + 1, int);
5167 is_binary = TALLOC (size2 + 1, char);
[all …]

123456