Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for regnexec (0.08 sec)

  1. src/regexp/testdata/testregex.c

    						}
    					}
    				}
    				goto compile;
    			}
    
    #if _REG_nexec
    		execute:
    			if (nexec >= 0)
    				fun = "regnexec";
    			else
    #endif
    				fun = "regexec";
    			
    			for (i = 0; i < elementsof(match); i++)
    				match[i] = state.NOMATCH;
    
    #if _REG_nexec
    			if (nexec >= 0)
    			{
    				eret = regnexec(&preg, s, nexec, nmatch, match, eflags);
    				s[nexec] = 0;
    			}
    			else
    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. pkg/apis/certificates/validation/validation_test.go

    		// testcase name
    		name string
    
    		// csr being validated
    		csr *capi.CertificateSigningRequest
    
    		// options that allow the csr to pass validation
    		lenientOpts certificateValidationOptions
    
    		// regexes matching expected errors when validating strictly
    		strictRegexes []regexp.Regexp
    
    		// expected errors (after filtering out errors matched by strictRegexes) when validating strictly
    		strictErrs []string
    	}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 61K bytes
    - Viewed (0)
Back to top