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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dutils.c394 const char *save_prefix = "save:"; local
395 const size_t save_prefix_length = strlen(save_prefix);
398 strncmp(expout, save_prefix, save_prefix_length) == 0) {
406 strncmp(experr, save_prefix, save_prefix_length) == 0) {

Completed in 1798 milliseconds