<dec f='src/src/sys/lib/libkern/libkern.h' l='381' type='char * strsep(char ** , const char * )'/>
<use f='src/src/sys/dev/dm/dm_target_linear.c' l='73' u='c' c='dm_target_linear_init'/>
<use f='src/src/sys/dev/dm/dm_target_stripe.c' l='149' u='c' c='dm_target_stripe_init'/>
<def f='src/src/common/lib/libc/string/strsep.c' l='68' ll='96' type='char * strsep(char ** stringp, const char * delim)'/>
<doc f='src/src/common/lib/libc/string/strsep.c' l='57'>/*
 * Get next token from string *stringp, where tokens are possibly-empty
 * strings separated by characters from delim.  
 *
 * Writes NULs into the string at *stringp to end tokens.
 * delim need not remain constant from call to call.
 * On return, *stringp points past the last NUL written (if there might
 * be further tokens), or is NULL (if there are definitely no more tokens).
 *
 * If *stringp is NULL, strsep returns NULL.
 */</doc>
