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

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

Completed in 48 milliseconds