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

/bind-9.11.3/unit/atf-src/atf-c/
H A Dutils.c433 const char *save_prefix = "save:"; local
434 const size_t save_prefix_length = strlen(save_prefix);
437 strncmp(expout, save_prefix, save_prefix_length) == 0) {
446 strncmp(experr, save_prefix, save_prefix_length) == 0) {

Completed in 75 milliseconds