Home
last modified time | relevance | path

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

/xen/xen/common/
A Dstring.c279 char *sbegin = *s, *end; in strsep() local
281 if (sbegin == NULL) in strsep()
284 end = strpbrk(sbegin, ct); in strsep()
289 return sbegin; in strsep()

Completed in 3 milliseconds