Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/src/compilation_database/
H A Dbuild_broken.json.in4 "command": "g++ -c -o main.o main.c -Wall -DDEBUG -Dvariable=value", string
10 "command": "cc -c -o broken-one.o broken-one.c -Wall -DDEBUG \"-Dvariable=value with space\"", string
16 "command": "g++ -c -o broken-two.o broken-two.c -Wall -DDEBUG -Dvariable=value", string
22 …"command": "cc -c -o clean-one.o clean-one.c -Wall -DDEBUG \"-Dvariable=value with space\" -Iinclu… string
28 "command": "g++ -c -o clean-two.o clean-two.c -Wall -DDEBUG -Dvariable=value -I ./include", string
34 "command": "cc -c -o emit-one.o emit-one.c -Wall -DDEBUG \"-Dvariable=value with space\"", string
40 "command": "g++ -c -o emit-two.o emit-two.c -Wall -DDEBUG -Dvariable=value", string
H A Dbuild_regular.json.in4 "command": "g++ -c -o main.o main.c -Wall -DDEBUG -Dvariable=value", string
10 …"command": "cc -c -o clean-one.o clean-one.c -Wall -DDEBUG \"-Dvariable=value with space\" -Iinclu… string
16 "command": "g++ -c -o clean-two.o clean-two.c -Wall -DDEBUG -Dvariable=value -I ./include", string
22 "command": "cc -c -o emit-one.o emit-one.c -Wall -DDEBUG \"-Dvariable=value with space\"", string
28 "command": "g++ -c -o emit-two.o emit-two.c -Wall -DDEBUG -Dvariable=value", string
H A Dbuild_clean.json.in4 "command": "g++ -c -o main.o main.c -Wall -DDEBUG -Dvariable=value", string
10 …"command": "cc -c -o clean-one.o clean-one.c -Wall -DDEBUG \"-Dvariable=value with space\" -Iinclu… string
16 "command": "g++ -c -o clean-two.o clean-two.c -Wall -DDEBUG -Dvariable=value -I ./include", string
/netbsd-src/usr.bin/sdpquery/
H A Dsdpquery.c62 static struct command { struct
63 const char *command; member
76 struct command *cmd; in main() argument
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dtools.h124 struct command { struct
128 command_fn fn; argument
130 unsigned flags;
132 int num_args;
133 int *valid_args;
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/INPUTS/
H A Dcompile_commands.json4 "command": "clang++ -o project.o -c /home/john.doe/MyProject/project.cpp", string
9 "command": "clang++ -o project2.o -c /home/john.doe/MyProject/project2.cpp", string
14 "command": "clang++ -DFEATURE=1 -o project2-feature.o -c /home/john.doe/MyProject/project2.cpp", string
/netbsd-src/usr.bin/usbhidaction/
H A Dusbhidaction.c59 struct command { struct
60 struct command *next; argument
69 static struct command *commands; argument
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Drkpty.c66 struct command { struct
70 struct command *next; argument
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Djavaexec.c114 char *command = shell_quote_argv (argv); in execute_java_class() local
139 char *command; in execute_java_class() local
236 char *command = shell_quote_argv (argv); in execute_java_class() local
291 char *command = shell_quote_argv (argv); in execute_java_class() local
345 char *command = shell_quote_argv (argv); in execute_java_class() local
400 char *command = shell_quote_argv (argv); in execute_java_class() local
/netbsd-src/usr.bin/systat/
H A Dsystat.h48 struct command { struct
49 const char *c_name;
50 void (*c_cmd)(char *args);
51 const char *helptext;
/netbsd-src/lib/libwrap/
H A Dshell_cmd.c46 shell_cmd(char *command) in shell_cmd()
72 do_child(char *command) in do_child()
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DEncoreBootImageGenerator.cpp203 EncoreBootImage::FillCommand * command = new EncoreBootImage::FillCommand(); in processLoadOperation() local
217 EncoreBootImage::LoadCommand * command = new EncoreBootImage::LoadCommand(); in processLoadOperation() local
229 void EncoreBootImageGenerator::setFillPatternFromValue(EncoreBootImage::FillCommand & command, Size… in setFillPatternFromValue()
260 EncoreBootImage::JumpCommand * command; in processExecuteOperation() local
281 EncoreBootImage::ModeCommand * command = new EncoreBootImage::ModeCommand(); in processBootModeOperation() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Dcompilation.py59 def split_command(command): argument
129 def compiler_language(command): argument
H A Dclang.py38 def get_arguments(command, cwd): argument
175 def get_triple_arch(command, cwd): argument
H A D__init__.py46 def run_build(command, *args, **kwargs): argument
59 def run_command(command, cwd=None): argument
/netbsd-src/sbin/dmctl/
H A Ddmctl.c61 struct command { struct
70 static const char *cmdname; /* command user issued */ argument
/netbsd-src/sbin/dkctl/
H A Ddkctl.c75 struct command { struct
82 static struct command *lookup(const char *); argument
189 struct command *command; run() local
[all...]
/netbsd-src/usr.sbin/pcictl/
H A Dpcictl.c59 struct command { struct
83 static const struct command commands[] = { argument
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_help.cpp123 const cli::cli_command* command = commands->find(*i2); in general_help() local
168 const cli::cli_command* command) in subcommand_help()
238 const cli::cli_command* command = _commands->find(cmdname); in run() local
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dexecute_command_line.c82 execute_command_line (const char *command, bool wait, int *exitstat, in execute_command_line()
182 execute_command_line_i4 (const char *command, GFC_LOGICAL_4 *wait, in execute_command_line_i4()
211 execute_command_line_i8 (const char *command, GFC_LOGICAL_8 *wait, in execute_command_line_i8()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dexecute_command_line.c82 execute_command_line (const char *command, bool wait, int *exitstat, in execute_command_line()
182 execute_command_line_i4 (const char *command, GFC_LOGICAL_4 *wait, in execute_command_line_i4()
211 execute_command_line_i8 (const char *command, GFC_LOGICAL_8 *wait, in execute_command_line_i8()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dmach-o.c1270 bfd_mach_o_write_thread (bfd *abfd, bfd_mach_o_load_command *command) in bfd_mach_o_write_thread()
1301 bfd_mach_o_write_dylinker (bfd *abfd, bfd_mach_o_load_command *command) in bfd_mach_o_write_dylinker()
1324 bfd_mach_o_write_dylib (bfd *abfd, bfd_mach_o_load_command *command) in bfd_mach_o_write_dylib()
1350 bfd_mach_o_write_main (bfd *abfd, bfd_mach_o_load_command *command) in bfd_mach_o_write_main()
1366 bfd_mach_o_write_dyld_info (bfd *abfd, bfd_mach_o_load_command *command) in bfd_mach_o_write_dyld_info()
1915 bfd_mach_o_write_segment_32 (bfd *abfd, bfd_mach_o_load_command *command) in bfd_mach_o_write_segment_32()
1949 bfd_mach_o_write_segment_64 (bfd *abfd, bfd_mach_o_load_command *command) in bfd_mach_o_write_segment_64()
2077 bfd_mach_o_write_symtab (bfd *abfd, bfd_mach_o_load_command *command) in bfd_mach_o_write_symtab()
2242 bfd_mach_o_write_dysymtab (bfd *abfd, bfd_mach_o_load_command *command) in bfd_mach_o_write_dysymtab()
4014 bfd_mach_o_read_dylinker (bfd *abfd, bfd_mach_o_load_command *command) in bfd_mach_o_read_dylinker()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/
H A Dtest_create_cdb.py130 def run_intercept(tmpdir, command): argument
139 def assert_creates_number_of_entries(self, command, count): argument
154 def assert_command_creates_entry(self, command, expected): argument
/netbsd-src/usr.sbin/autofs/
H A Dpopen.c68 char *command; member
86 char *arg, *argv[ARGV_LEN], *command; in auto_popen() local
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dmach-o.c1269 bfd_mach_o_write_thread (bfd *abfd, bfd_mach_o_load_command *command) in bfd_mach_o_write_thread()
1300 bfd_mach_o_write_dylinker (bfd *abfd, bfd_mach_o_load_command *command) in bfd_mach_o_write_dylinker()
1323 bfd_mach_o_write_dylib (bfd *abfd, bfd_mach_o_load_command *command) in bfd_mach_o_write_dylib()
1349 bfd_mach_o_write_main (bfd *abfd, bfd_mach_o_load_command *command) in bfd_mach_o_write_main()
1365 bfd_mach_o_write_dyld_info (bfd *abfd, bfd_mach_o_load_command *command) in bfd_mach_o_write_dyld_info()
1930 bfd_mach_o_write_segment_32 (bfd *abfd, bfd_mach_o_load_command *command) in bfd_mach_o_write_segment_32()
1964 bfd_mach_o_write_segment_64 (bfd *abfd, bfd_mach_o_load_command *command) in bfd_mach_o_write_segment_64()
2094 bfd_mach_o_write_symtab (bfd *abfd, bfd_mach_o_load_command *command) in bfd_mach_o_write_symtab()
2259 bfd_mach_o_write_dysymtab (bfd *abfd, bfd_mach_o_load_command *command) in bfd_mach_o_write_dysymtab()
4035 bfd_mach_o_read_dylinker (bfd *abfd, bfd_mach_o_load_command *command) in bfd_mach_o_read_dylinker()
[all …]

12345678910>>...18