Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Ddhcp6.c174 static void fill_option(uint16_t option_id, uint16_t option_len, uint8_t **dhmesg) in fill_option() argument
178 *((uint16_t*)tmp) = htons(option_id); in fill_option()
/third_party/python/Lib/
Doptparse.py119 self.option_id = str(option)
122 if self.option_id:
123 return "option %s: %s" % (self.option_id, self.msg)
/third_party/python/Lib/test/
Dtest_optparse.py1310 self.assertEqual(err.option_id, "-v/--version")