Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Difplugd.c104 FLAG_IGNORE_RETVAL = 1 << 7, // -I, Don't exit on nonzero return value of program executed enumerator
348 return (option_mask32 & FLAG_IGNORE_RETVAL) ? 0 : r; in run_script()