Home
last modified time | relevance | path

Searched full:to_match (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/lyaml/spec/
H A Dlib_lyaml_spec.yaml19 expect (lyaml.dump {""}).to_match "^%-%-%-%s*''\n%.%.%.%s*$"
22 to_match "^%-%-%-%s+one%s*\n%.%.%.%s*\n%-%-%-%s+two%s*\n%.%.%.%s*$"
89 to_match "\n%- anchor: &MAP\n %w+ %w+: %d+\n %w+ %w+: %d+\n%- alias: %*MAP\n"'
H A Dext_yaml_emitter_spec.yaml41 to_match "^%%YAML 1.1\n---"
H A Dext_yaml_scanner_spec.yaml37 expect (k ().encoding).to_match "UTF16[BL]E"
H A Dext_yaml_parser_spec.yaml31 expect (e ().encoding).to_match "UTF16[BL]E"
/freebsd/sys/dev/drm2/
H A Ddrm_edid.c1537 u8 drm_match_cea_mode(struct drm_display_mode *to_match) in drm_match_cea_mode() argument
1545 if (drm_mode_equal(to_match, cea_mode)) in drm_match_cea_mode()
H A Ddrm_crtc.h1037 extern u8 drm_match_cea_mode(struct drm_display_mode *to_match);