Files
xserver/os
Peter Hutterer 3ac43df5d4 Add xstrtokenize to the dix.
Move tokenize out of the parser, make it a dix util function instead.
Splitting a string into multiple substrings is useful by other places, so
let's use it across the line. Future users include config/hal, config/udev
and of course the parser.

Example usage:
char **substrings = xstrtokenize(my_string, "\n");

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
2010-02-11 19:25:39 +10:00
..
2009-09-04 12:51:02 +10:00
2009-01-22 02:11:16 -05:00
2009-01-22 02:11:16 -05:00
2010-02-11 19:25:39 +10:00
2009-07-15 17:00:05 +10:00
2009-01-22 02:11:16 -05:00
2009-11-05 18:34:50 -08:00