Lines Matching defs:fromstring
472 * char *tostring, *fromstring;
475 mergeProto(tostring, fromstring)
476 char *tostring, *fromstring;
482 if ( *tostring == *fromstring )
489 length = nextProto(fromstring + 1) - fromstring;
490 (void) strncpy(tostring, fromstring, length);
494 fromstring++;
495 if ( (*tostring != '(') && (*fromstring == '(') ) {
497 length = nextProto(fromstring) - fromstring;
498 (void) strncpy(tostring, fromstring, length);