Files
xemu/include
Keno Fischer 5c99fa375d cutils: Provide strchrnul
strchrnul is a GNU extension and thus unavailable on a number of targets.
In the review for a commit removing strchrnul from 9p, I was asked to
create a qemu_strchrnul helper to factor out this functionality.
Do so, and use it in a number of other places in the code base that inlined
the replacement pattern in a place where strchrnul could be used.

Signed-off-by: Keno Fischer <keno@juliacomputing.com>
Acked-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Greg Kurz <groug@kaod.org>
2018-06-29 12:32:10 +02:00
..
2018-03-07 08:30:28 +13:00
2018-06-27 13:01:40 +01:00
2018-06-15 14:40:56 +01:00
2018-03-27 10:17:45 -05:00
2018-06-29 12:32:10 +02:00
2018-06-01 14:41:48 +01:00