Lines Matching refs:rdncomps
331 char *p, *q, *rdnstart, **rdncomps = NULL;
359 if ( rdncomps == NULL ) {
360 if (( rdncomps = (char **)malloc( 8 * sizeof( char *))) == NULL )
363 if (( rdncomps = (char **)realloc( rdncomps,
368 rdncomps[ count ] = NULL;
389 if (( rdncomps[ count-1 ] = (char *)calloc( 1, len + 1 )) != NULL ) {
390 SAFEMEMCPY( rdncomps[ count-1 ], rdnstart,
392 rdncomps[ count-1 ][ len ] = '\0';
411 return( rdncomps );