Home
last modified time | relevance | path

Searched refs:encoding_style (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/elftoolchain/strings/
H A Dstrings.c62 enum encoding_style { enum
77 static enum encoding_style encoding;
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dpath.c1120 int encoding_style; in get_path_encoding() local
1122 apr_err = apr_filepath_encoding(&encoding_style, pool); in get_path_encoding()
1130 *path_is_utf8 = (encoding_style == APR_FILEPATH_ENCODING_UTF8); in get_path_encoding()