Home
last modified time | relevance | path

Searched refs:whitespaces (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libyaml/src/
H A Dscanner.c3033 yaml_string_t whitespaces = NULL_STRING; in yaml_parser_scan_flow_scalar() local
3039 if (!STRING_INIT(parser, whitespaces, INITIAL_STRING_SIZE)) goto error; in yaml_parser_scan_flow_scalar()
3309 if (!READ(parser, whitespaces)) goto error; in yaml_parser_scan_flow_scalar()
3323 CLEAR(parser, whitespaces); in yaml_parser_scan_flow_scalar()
3361 if (!JOIN(parser, string, whitespaces)) goto error; in yaml_parser_scan_flow_scalar()
3362 CLEAR(parser, whitespaces); in yaml_parser_scan_flow_scalar()
3380 STRING_DEL(parser, whitespaces); in yaml_parser_scan_flow_scalar()
3388 STRING_DEL(parser, whitespaces); in yaml_parser_scan_flow_scalar()
3405 yaml_string_t whitespaces = NULL_STRING; in yaml_parser_scan_plain_scalar() local
3412 if (!STRING_INIT(parser, whitespaces, INITIAL_STRING_SIZE)) goto error; in yaml_parser_scan_plain_scalar()
[all …]
/freebsd/
H A D.git-blame-ignore-revs39 # remove stray whitespaces from sys/amd64/
/freebsd/contrib/libyaml/
H A DChanges148 Removed trailing-whitespaces
/freebsd/sys/contrib/libsodium/
H A Dconfigure.ac45 …[AC_MSG_ERROR([The build directory contains whitespaces - This can cause tests/installation to fai…
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td165 "characters names in Unicode escape sequences are sensitive to case and whitespaces">;
/freebsd/crypto/heimdal/lib/roken/
H A DChangeLog725 * strptime.c: let t and n match zero or more whitespaces