Searched refs:opt_end (Results 1 – 2 of 2) sorted by relevance
5411 char *buf_end, *opt_end, *src, *dst; in statmount_opt_process() local5427 for (; src < buf_end; src = opt_end + 1) { in statmount_opt_process()5428 opt_end = strchrnul(src, ','); in statmount_opt_process()5429 *opt_end = '\0'; in statmount_opt_process()