Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for regdecomp (0.22 sec)

  1. src/regexp/testdata/testregex.c

    						continue;
    					cret = REG_EFLAGS;
    				}
    			}
    #endif
    #if _REG_decomp
    			if (!cret && (test & TEST_DECOMP))
    			{
    				char	buf[128];
    
    				if ((j = nmatch) > sizeof(buf))
    					j = sizeof(buf);
    				fun = "regdecomp";
    				p = re + preg.re_npat;
    				if (!(test & TEST_CATCH))
    					i = regdecomp(&preg, -1, buf, j);
    				else if (!(cret = setjmp(state.gotcha)))
    				{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
  2. src/regexp/exec_test.go

    		//     $	                        expand C \c escapes in fields 2 and 3
    		//     /	                        field 2 is a regsubcomp() expression
    		//     =	                        field 3 is a regdecomp() expression
    		//
    		//   Field 1 control lines:
    		//
    		//     C		set LC_COLLATE and LC_CTYPE to locale in field 2
    		//
    		//     ?test ...	output field 5 if passed and != EXPECTED, silent otherwise
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:36:03 UTC 2024
    - 20.7K bytes
    - Viewed (0)
Back to top