Lines Matching +full:max +full:- +full:msgs
5 # SPDX-License-Identifier: Apache-2.0
32 msgs = {}
37 pat = r'^#define[\s]+(E[A-Z_]*)[\s]+([1-9][0-9]*)[\s]+/\*\*<[\s]+(.*)[\s]+\*/[\s]*$'
48 msgs[symbol] = msg
50 highest_errno = max(int(errno), highest_errno)
67 print(f'[{symbol}] = "{msgs[symbol]}",', file=outf)
76 print(f'[{symbol}] = {len(msgs[symbol]) + 1},', file=outf)
84 '-i',
85 '--input',
90 '-o',
91 '--output',