| /src/libexec/httpd/lua/ |
| optparse.lua | 9 -- op=add_option{"<opt>", action=<action>, dest=<dest>, help="<help message for this option>"} 37 function o.add_option(optdesc) 115 o.add_option{"--help", action="store_true", dest="help", 118 o.add_option{"--version", action="store_true", dest="version",
|
| /src/crypto/external/bsd/netpgp/dist/bindings/lua/ |
| optparse.lua | 9 -- op=add_option{"<opt>", action=<action>, dest=<dest>, help="<help message for this option>"} 37 function o.add_option(optdesc) 115 o.add_option{"--help", action="store_true", dest="help", 118 o.add_option{"--version", action="store_true", dest="version",
|
| /src/crypto/external/bsd/netpgp/dist/src/hkpclient/ |
| optparse.lua | 9 -- op=add_option{"<opt>", action=<action>, dest=<dest>, help="<help message for this option>"} 37 function o.add_option(optdesc) 115 o.add_option{"--help", action="store_true", dest="help", 118 o.add_option{"--version", action="store_true", dest="version",
|
| /src/external/mpl/dhcp/dist/tests/DHCPv6/ |
| dhcp_client.pm | 263 sub add_option { subroutine 449 $msg->add_option(@{$option});
|
| /src/external/bsd/pcc/dist/pcc/driver/ |
| options.c | 270 add_option(char *av0, char *av1) function
|
| /src/external/gpl3/binutils/dist/etc/ |
| update-copyright.py | 483 self.add_option ('--help', 'Print this help', self.o_help) 484 self.add_option ('--quilt', '"quilt add" files before changing them', 486 self.add_option ('--this-year', 'Add the current year to every notice', 489 def add_option (self, name, help, handler): member in class:CmdLine
|
| /src/external/gpl3/binutils.old/dist/etc/ |
| update-copyright.py | 483 self.add_option ('--help', 'Print this help', self.o_help) 484 self.add_option ('--quilt', '"quilt add" files before changing them', 486 self.add_option ('--this-year', 'Add the current year to every notice', 489 def add_option (self, name, help, handler): member in class:CmdLine
|
| /src/external/gpl3/gcc/dist/contrib/ |
| update-copyright.py | 471 self.add_option ('--help', 'Print this help', self.o_help) 472 self.add_option ('--quilt', '"quilt add" files before changing them', 474 self.add_option ('--this-year', 'Add the current year to every notice', 477 def add_option (self, name, help, handler): member in class:CmdLine
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| update-copyright.py | 470 self.add_option ('--help', 'Print this help', self.o_help) 471 self.add_option ('--quilt', '"quilt add" files before changing them', 473 self.add_option ('--this-year', 'Add the current year to every notice', 476 def add_option (self, name, help, handler): member in class:CmdLine
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_format_mtree.c | 813 add_option(struct archive_read *a, struct mtree_option **global, function 879 r = add_option(a, global, line, next - line); 1006 r = add_option(a, &entry->options, iter->value, 1027 r = add_option(a, &entry->options, line, next - line);
|
| /src/external/mpl/dhcp/dist/common/ |
| options.c | 4447 add_option(struct option_state *options, function
|