Home
last modified time | relevance | path

Searched refs:long_opt (Results 1 - 3 of 3) sorted by relevance

/third_party/nghttp2/doc/bash_completion/
H A Dmake_bash_completion.py11 def __init__(self, long_opt, short_opt):
12 self.long_opt = long_opt
25 long_opt = match.group(2)
27 opts[long_opt] = Option(long_opt, short_opt)
50 out.write(opt.long_opt)
/third_party/python/Lib/unittest/test/
H A Dtest_program.py242 long_opt = '--%s' % arg
243 for opt in short_opt, long_opt:
/third_party/f2fs-tools/fsck/
H A Dmain.c237 struct option long_opt[] = { in f2fs_parse_options() local
249 long_opt, &opt)) != EOF) { in f2fs_parse_options()

Completed in 3 milliseconds