HomeSort by relevance Sort by last modified time
    Searched full:copy_of_params (Results 1 - 1 of 1) sorted by null

  /external/srec/srec/clib/
swicms.c 324 char *copy_of_params; local
329 copy_of_params = (char*)MALLOC ( length_of_params, NULL );
331 if ( copy_of_params != NULL )
334 memcpy ( copy_of_params, cmn_params, length_of_params );
338 parsed_strings [dim_count] = copy_of_params + current_position;
342 switch ( *( copy_of_params + current_position ) )
368 *( copy_of_params + current_position) = '\0';
376 parsed_strings [dim_count] = copy_of_params + current_position;
441 FREE ( copy_of_params );

Completed in 641 milliseconds