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

  /external/srec/srec/clib/
swicms.c 320 int length_of_params; local
328 length_of_params = strlen ( cmn_params ) + 1;
329 copy_of_params = (char*)MALLOC ( length_of_params, NULL );
334 memcpy ( copy_of_params, cmn_params, length_of_params );
371 if ( current_position == length_of_params )
405 if ( current_position == length_of_params )

Completed in 320 milliseconds