Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/
H A Dutils.c444 const size_t save_prefix_length = strlen(save_prefix); in atf_utils_wait() local
446 if (strlen(expout) > save_prefix_length && in atf_utils_wait()
447 strncmp(expout, save_prefix, save_prefix_length) == 0) { in atf_utils_wait()
449 expout + save_prefix_length); in atf_utils_wait()
455 if (strlen(experr) > save_prefix_length && in atf_utils_wait()
456 strncmp(experr, save_prefix, save_prefix_length) == 0) { in atf_utils_wait()
458 experr + save_prefix_length); in atf_utils_wait()