Home
last modified time | relevance | path

Searched refs:maptemp (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/urt/urt-3.1b1_12/lib/
H A Drle_getrow.c149 register char *maptemp; local
153 maptemp = (char *)malloc( 2 * maplen );
154 if ( the_hdr->cmap == NULL || maptemp == NULL )
163 fread( maptemp, 2, maplen, infile );
165 the_hdr->cmap[i] = vax_gshort( &maptemp[i * 2] );
166 free( maptemp );
/dports/graphics/netpbm/netpbm-10.91.01/urt/
H A Drle_getrow.c144 char *maptemp; in rle_get_setup() local
147 MALLOCARRAY(maptemp, 2 * maplen); in rle_get_setup()
148 if (the_hdr->cmap == NULL || maptemp == NULL) { in rle_get_setup()
155 fread(maptemp, 2, maplen, infile); in rle_get_setup()
157 the_hdr->cmap[i] = vax_gshort(&maptemp[i * 2]); in rle_get_setup()
158 free(maptemp); in rle_get_setup()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dg_mapinfo.cpp1526 char maptemp[8]; in ParseMapHeader() local
1527 mysnprintf (maptemp, countof(maptemp), "MAP%02d", sc.Number); in ParseMapHeader()
1528 mapname = maptemp; in ParseMapHeader()
/dports/net-mgmt/super_mediator/super_mediator-1.6.0/src/
H A Dmediator_config_parse.y39 smFieldMap_t *maptemp = NULL; variable
1220 md_config.maps = maptemp;
2329 map = maptemp; in parseMapStmt()
2942 map = maptemp; in parseFileList()
3267 attachHeadToSLL((mdSLL_t **)&(maptemp), (mdSLL_t *)mapitem); in parseVlanMapBegin()
3280 attachHeadToSLL((mdSLL_t **)&(maptemp), (mdSLL_t *)mapitem); in parseObidMapBegin()
H A Dmediator_config_parse.c104 smFieldMap_t *maptemp = NULL; variable
3574 md_config.maps = maptemp; in validateConfFile()
4683 map = maptemp; in parseMapStmt()
5296 map = maptemp; in parseFileList()
5621 attachHeadToSLL((mdSLL_t **)&(maptemp), (mdSLL_t *)mapitem); in parseVlanMapBegin()
5634 attachHeadToSLL((mdSLL_t **)&(maptemp), (mdSLL_t *)mapitem); in parseObidMapBegin()