Searched refs:opt_end (Results 1 – 1 of 1) sorted by relevance
5301 char *buf_end, *opt_end, *src, *dst; in statmount_opt_process() local5317 for (; src < buf_end; src = opt_end + 1) { in statmount_opt_process()5318 opt_end = strchrnul(src, ','); in statmount_opt_process()5319 *opt_end = '\0'; in statmount_opt_process()