Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DInputClass.c223 xstrtokenize(xf86_lex_val.str, TOKEN_SEP), in xf86parseInputClassSection()
234 xstrtokenize(xf86_lex_val.str, TOKEN_SEP), in xf86parseInputClassSection()
245 xstrtokenize(xf86_lex_val.str, TOKEN_SEP), in xf86parseInputClassSection()
255 add_group_entry(&ptr->match_os, xstrtokenize(xf86_lex_val.str, in xf86parseInputClassSection()
267 xstrtokenize(xf86_lex_val.str, TOKEN_SEP), in xf86parseInputClassSection()
278 xstrtokenize(xf86_lex_val.str, TOKEN_SEP), in xf86parseInputClassSection()
289 xstrtokenize(xf86_lex_val.str, TOKEN_SEP), in xf86parseInputClassSection()
299 add_group_entry(&ptr->match_tag, xstrtokenize(xf86_lex_val.str, in xf86parseInputClassSection()
311 xstrtokenize(xf86_lex_val.str, TOKEN_SEP), in xf86parseInputClassSection()
H A DOutputClass.c140 xstrtokenize(xf86_lex_val.str, TOKEN_SEP)); in xf86parseOutputClassSection()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxarg.c123 a->argv = (const char **)xstrtokenize(string, ","); in dmxArgParse()
/OK3568_Linux_fs/external/xserver/include/
H A Dmisc.h236 extern _X_EXPORT char **xstrtokenize(const char *str, const char *separators);
/OK3568_Linux_fs/external/xserver/config/
H A Dudev.c200 attrs.tags = xstrtokenize(tags_prop, ","); in device_added()
H A Dhal.c169 attrs.tags = xstrtokenize(hal_tags, ","); in device_added()
/OK3568_Linux_fs/external/xserver/os/
H A Dutils.c2044 xstrtokenize(const char *str, const char *separators) in xstrtokenize() function
/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c1227 orig->tags = xstrtokenize("tag1 tag2 tag3", " "); in dix_input_attributes()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c225 char **token = xstrtokenize(s, ", \t\n\r"); in drmmode_zaphod_string_matches()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog7360 This code predates xstrtokenize, but that's no excuse.
12064 xstrtokenize() instead of writing/fixing our own tokenizer.
25291 os: Use strtok instead of xstrtokenize in ComputeLocalClient
25294 by xstrtokenize.
51101 Revert "os: xstrtokenize takes and returns const char * now"
52244 os: xstrtokenize takes and returns const char * now
82485 parser: free val.str after xstrtokenize
115810 Add xstrtokenize to the dix.
115818 char **substrings = xstrtokenize(my_string, "\n");