Lines Matching defs:required
73 * required - If True, and value is not found, an error is issued.
74 * Callers should only set required to True when they know
82 * If no entry is found: If required is True (1), an error is
83 * issued and this routine does not return to the caller. If required
88 int required)
95 if (required)
101 elfedit_atoui_t value, int required)
108 if (required)
114 int required)
117 value, required));