Home
last modified time | relevance | path

Searched refs:special_chars (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/tools/
Dffescape.c66 char *special_chars = NULL; in main() local
124 special_chars = optarg; in main()
172 if (av_escape(&dst_buf, src_buf, special_chars, escape_mode, escape_flags) < 0) { in main()
/third_party/jerryscript/tools/
Djs2c.py48 special_chars = re.compile(r'[-\\?\'".]')
49 return special_chars.sub('_', os.path.splitext(os.path.basename(path))[0])
/third_party/boost/libs/log/test/run/
Dform_c_decor.cpp47 …static const char* special_chars() { return "\a\b\f\n\r\t\v !\"#$%&'()*+,-./0123456789:;<=>?@ABCDE… in special_chars() function
59 …static const wchar_t* special_chars() { return L"\a\b\f\n\r\t\v !\"#$%&'()*+,-./0123456789:;<=>?@A… in special_chars() function
/third_party/ffmpeg/libavutil/
Ddict.c236 char special_chars[] = {pairs_sep, key_val_sep, '\0'}; in av_dict_get_string() local
251 av_bprint_escape(&bprint, t->key, special_chars, AV_ESCAPE_MODE_BACKSLASH, 0); in av_dict_get_string()
253 av_bprint_escape(&bprint, t->value, special_chars, AV_ESCAPE_MODE_BACKSLASH, 0); in av_dict_get_string()
Dbprint.c265 void av_bprint_escape(AVBPrint *dstbuf, const char *src, const char *special_chars, in av_bprint_escape() argument
321 int is_strictly_special = special_chars && strchr(special_chars, *src); in av_bprint_escape()
Dbprint.h216 void av_bprint_escape(AVBPrint *dstbuf, const char *src, const char *special_chars,
Davstring.h377 int av_escape(char **dst, const char *src, const char *special_chars,
Davstring.c335 int av_escape(char **dst, const char *src, const char *special_chars, in av_escape() argument
342 av_bprint_escape(&dstbuf, src, special_chars, mode, flags); in av_escape()
Dopt.c2088 const char special_chars[] = {pairs_sep, key_val_sep, '\0'}; in av_opt_serialize() local
2118 av_bprint_escape(&bprint, o->name, special_chars, AV_ESCAPE_MODE_BACKSLASH, 0); in av_opt_serialize()
2120 av_bprint_escape(&bprint, buf, special_chars, AV_ESCAPE_MODE_BACKSLASH, 0); in av_opt_serialize()
/third_party/gettext/build-aux/
Dtexi2html16007 my $special_chars = quotemeta ('\{}');
16011 $special_chars .= quotemeta(',') if ($multi_args);
16016 if (s/^([^$special_chars]*)([$special_chars])//)