Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/atf-c/
H A Dutils.c395 const size_t save_prefix_length = strlen(save_prefix); in atf_utils_wait() local
397 if (strlen(expout) > save_prefix_length && in atf_utils_wait()
398 strncmp(expout, save_prefix, save_prefix_length) == 0) { in atf_utils_wait()
400 expout + save_prefix_length); in atf_utils_wait()
405 if (strlen(experr) > save_prefix_length && in atf_utils_wait()
406 strncmp(experr, save_prefix, save_prefix_length) == 0) { in atf_utils_wait()
408 experr + save_prefix_length); in atf_utils_wait()