Searched refs:command (Results 1 - 25 of 173) sorted by relevance

1234567

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/visibility/
H A Dwarn5.C10 struct CommandEntry { EditorInternalCommand command; }; member in struct:CommandEntry
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr33923.c19 int command; local
26 return command;
41 command = 0X2200;
43 command |= 0001;
45 command |= 0002;
47 command |= 0004;
49 command |= 0010;
51 command |= 0020;
53 command |= 0040;
55 command |
[all...]
/haiku-buildtools/legacy/gcc/libio/
H A Dprocbuf.cc34 procbuf::procbuf(const char *command, int mode) : filebuf() argument
36 _IO_proc_open(this, command, (mode & ios::in) ? "r" : "w");
39 procbuf *procbuf::open(const char *command, int mode) argument
41 return (procbuf*)_IO_proc_open(this, command, (mode & ios::in) ? "r" : "w");
H A Dprocbuf.h42 procbuf(const char *command, int mode);
43 procbuf* open(const char *command, int mode);
H A Dpfstream.cc38 // Look for '| command' (as used by ftp).
48 // Look for 'command |'
55 char *command = new char[p-name+1]; local
57 char command[p-name+1]; local
59 memcpy(command, name, p-name);
60 command[p-name] = '\0';
63 if (pbuf->open(command, mode))
66 delete command;
79 // Look for '| command'.
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr33922.c21 int command; local
28 return command;
43 command = 0X2200;
45 command |= 0001;
47 command |= 0002;
49 command |= 0004;
51 command |= 0010;
53 command |= 0020;
55 command |= 0040;
57 command |
[all...]
/haiku-buildtools/legacy/gcc/libio/stdio/
H A Dpopen.c6 popen(command, mode)
7 const char *command; const char *mode;
9 return _IO_popen(command, mode);
/haiku-buildtools/binutils/gas/testsuite/gas/tic6x/
H A Ddummy.s1 # Dummy input file for tests of command-line options.
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dcmdline-bad-arch.d1 # name: Bad -march command line
H A Dcmdline-bad-cpu.d1 # name: Bad -mcpu command line
/haiku-buildtools/binutils/gas/testsuite/gas/arc/
H A Dcl-warn.s1 ; Test command line option compatibility checking.
H A Dcpu-pseudop-2.s1 ;;; Check if user can use additional command line options.
H A Dcpu-pseudop-1.s1 ;;; Check if user can use additional command line options.
/haiku-buildtools/binutils/bfd/
H A Delf32-am33lin.c83 elf_tdata (abfd)->core->command
92 char *command = elf_tdata (abfd)->core->command; local
93 int n = strlen (command);
95 if (0 < n && command[n - 1] == ' ')
96 command[n - 1] = '\0';
H A Delf32-tilegx.c65 elf_tdata (abfd)->core->command
73 char *command = elf_tdata (abfd)->core->command; local
74 int n = strlen (command);
76 if (0 < n && command[n - 1] == ' ')
77 command[n - 1] = '\0';
H A Delf64-tilegx.c65 elf_tdata (abfd)->core->command
73 char *command = elf_tdata (abfd)->core->command; local
74 int n = strlen (command);
76 if (0 < n && command[n - 1] == ' ')
77 command[n - 1] = '\0';
/haiku-buildtools/binutils/gas/testsuite/gas/sh/
H A Derr-be.s5 ! Check that a mismatch between command-line options and the .big
H A Derr-le.s5 ! Check that a mismatch between command-line options and the .big
/haiku-buildtools/binutils/gas/testsuite/gas/sh/sh64/
H A Derr-noexp-cmd1.s1 ! Check command-line error checking. The option -no-expand is not valid
H A Derr-pt32-cmd1.s1 ! Check command-line error checking. The option -expand-pt32 is only valid
H A Derr-pt32-cmd2.s1 ! Check command-line error checking. The option -expand-pt32 is invalid with
/haiku-buildtools/jam/
H A DStatCacheServer.h19 int32 command; member in struct:stat_cache_request
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-am33lin.c91 char *command = elf_tdata (abfd)->core_command; local
92 int n = strlen (command);
94 if (0 < n && command[n - 1] == ' ')
95 command[n - 1] = '\0';
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/sh/
H A Derr-be.s5 ! Check that a mismatch between command-line options and the .big
H A Derr-le.s5 ! Check that a mismatch between command-line options and the .big

Completed in 74 milliseconds

1234567