Home
last modified time | relevance | path

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

/NextBSD/contrib/atf/atf-c/
HDutils.c434 const size_t save_prefix_length = strlen(save_prefix); in atf_utils_wait() local
436 if (strlen(expout) > save_prefix_length && in atf_utils_wait()
437 strncmp(expout, save_prefix, save_prefix_length) == 0) { in atf_utils_wait()
439 expout + save_prefix_length); in atf_utils_wait()
445 if (strlen(experr) > save_prefix_length && in atf_utils_wait()
446 strncmp(experr, save_prefix, save_prefix_length) == 0) { in atf_utils_wait()
448 experr + save_prefix_length); in atf_utils_wait()