Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for matchoffprint (0.17 sec)

  1. src/regexp/testdata/testregex.c

    			break;
    	for (i = 0; i < nmatch; i++)
    	{
    		printf("(");
    		matchoffprint(match[i].rm_so);
    		printf(",");
    		matchoffprint(match[i].rm_eo);
    		printf(")");
    	}
    	if (!(test & (TEST_ACTUAL|TEST_BASELINE)))
    	{
    		if (ans)
    			printf(" expected: %s", ans);
    		printf("\n");
    	}
    }
    
    static int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
Back to top