Home
last modified time | relevance | path

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

/env/
A Dcommon.c477 const char *buf2, int buf2_read_fail) in env_check_redund() argument
485 if (buf1_read_fail && buf2_read_fail) { in env_check_redund()
488 } else if (buf1_read_fail || buf2_read_fail) { in env_check_redund()
496 if (!buf2_read_fail) in env_check_redund()
525 const char *buf2, int buf2_read_fail, in env_import_redund() argument
531 ret = env_check_redund(buf1, buf1_read_fail, buf2, buf2_read_fail); in env_import_redund()

Completed in 11 milliseconds