Searched refs:cmd (Results 1 - 25 of 143) sorted by relevance

123456

/haiku-buildtools/jam/
H A Dcommand.c35 CMD *cmd = (CMD *)malloc( sizeof( CMD ) ); local
37 cmd->rule = rule;
38 cmd->shell = shell;
39 cmd->next = 0;
41 lol_init( &cmd->args );
42 lol_add( &cmd->args, targets );
43 lol_add( &cmd->args, sources );
48 if( var_string( rule->actions, cmd->buf, maxline, &cmd->args ) < 0 )
50 cmd_free( cmd );
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000326-1.c1 long sys_reboot(int magic1, int magic2, int cmd, void * arg) argument
3 switch (cmd) {
H A D20040310-1.c4 int RequestData (char *cmd) argument
H A D20040317-3.c4 int RequestData (char *cmd) argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dsetjmp-3.c16 int execute(int cmd) argument
30 return cmd;
H A Dnon-local-goto-2.c22 int execute(int cmd) argument
49 return cmd;
H A Dnon-local-goto-1.c21 int execute(int cmd) argument
48 return cmd;
H A Dsetjmp-4.c16 int execute(int cmd) argument
32 return cmd;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/stackalign/
H A Dsetjmp-3.c15 int execute(int cmd) argument
29 return cmd;
H A Dnon-local-goto-2.c21 int execute(int cmd) argument
48 return cmd;
H A Dnon-local-goto-1.c20 int execute(int cmd) argument
47 return cmd;
H A Dsetjmp-4.c15 int execute(int cmd) argument
31 return cmd;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dwarn_unused_dummy_argument_4.f9013 namelist /cmd/ a,b namelist in subroutine:read_command_line
15 read(line,nml = cmd)
H A Dnamelist_59.f9018 namelist /cmd/ i,j,k namelist in subroutine:process
19 lines(1)='&cmd'
23 read(lines,nml=cmd,iostat=ios,iomsg=message)
/haiku-buildtools/legacy/gcc/libio/
H A DPlotFile.cc62 PlotFile& PlotFile:: cmd(char c) function in class:PlotFile
91 return cmd('a') << xi << yi << x0 << y0 << x1 << y1;
106 return cmd('c') << x << y << r;
111 return cmd('n') << xi << yi;
117 cmd('d') << xi << yi << dx << n;
124 return cmd('e');
129 return cmd('t') << s << "\n";
135 return cmd('l') << x0 << y0 << x1 << y1;
140 return cmd('f') << s << "\n";
145 return cmd('
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dpr51623.c73 char *cmd, *s; local
79 cmd = argv[1];
81 if (strcmp(cmd, "info") == 0) {
86 if (strcmp(cmd, "device") == 0) {
95 if (strcmp(cmd, "bad") != 0 && strcmp(cmd, "erase") != 0 )
103 if (strcmp(cmd, "erase") == 0 || strcmp(cmd, "scrub") == 0) {
105 int scrub = !strcmp(cmd, "scrub");
109 if (strncmp(cmd, "dum
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/eh/
H A Dunwind1.C14 Command cmd; local
/haiku-buildtools/binutils/bfd/
H A Dmach-o.c41 bfd_mach_o_read_dyld_content (bfd *abfd, bfd_mach_o_dyld_info_command *cmd);
538 bfd_mach_o_append_command (bfd *abfd, bfd_mach_o_load_command *cmd) argument
543 mdata->last_command->next = cmd;
545 mdata->first_command = cmd;
546 mdata->last_command = cmd;
547 cmd->next = NULL;
1145 bfd_mach_o_thread_command *cmd = &command->command.thread; local
1154 for (i = 0; i < cmd->nflavours; i++)
1156 BFD_ASSERT ((cmd->flavours[i].size % 4) == 0);
1157 BFD_ASSERT (cmd
1176 bfd_mach_o_dylinker_command *cmd = &command->command.dylinker; local
1199 bfd_mach_o_dylib_command *cmd = &command->command.dylib; local
1225 bfd_mach_o_main_command *cmd = &command->command.main; local
1241 bfd_mach_o_dyld_info_command *cmd = &command->command.dyld_info; local
1970 bfd_mach_o_build_dysymtab(bfd *abfd, bfd_mach_o_dysymtab_command *cmd) argument
2086 bfd_mach_o_dysymtab_command *cmd = &command->command.dysymtab; local
2464 bfd_mach_o_load_command *cmd; local
2905 bfd_mach_o_load_command *cmd; local
2980 bfd_mach_o_init_segment(bfd_mach_o_data_struct *mdata, bfd_mach_o_load_command *cmd, const char *segname, unsigned int nbr_sect) argument
3129 bfd_mach_o_load_command *cmd; local
3162 bfd_mach_o_load_command *cmd = &commands[symtab_idx]; local
3172 bfd_mach_o_load_command *cmd = &commands[dysymtab_idx]; local
3181 bfd_mach_o_load_command *cmd = &commands[main_idx]; local
3848 bfd_mach_o_dylinker_command *cmd = &command->command.dylinker; local
3874 bfd_mach_o_dylib_command *cmd = &command->command.dylib; local
3916 bfd_mach_o_prebound_dylib_command *cmd = &command->command.prebound_dylib; local
3951 bfd_mach_o_prebind_cksum_command *cmd = &command->command.prebind_cksum; local
3965 bfd_mach_o_twolevel_hints_command *cmd = &command->command.twolevel_hints; local
4006 bfd_mach_o_thread_command *cmd = &command->command.thread; local
4118 bfd_mach_o_dysymtab_command *cmd = &command->command.dysymtab; local
4324 bfd_mach_o_uuid_command *cmd = &command->command.uuid; local
4337 bfd_mach_o_linkedit_command *cmd = &command->command.linkedit; local
4351 bfd_mach_o_str_command *cmd = &command->command.str; local
4385 bfd_mach_o_read_dyld_content(bfd *abfd, bfd_mach_o_dyld_info_command *cmd) argument
4438 bfd_mach_o_dyld_info_command *cmd = &command->command.dyld_info; local
4465 bfd_mach_o_version_min_command *cmd = &command->command.version_min; local
4483 bfd_mach_o_encryption_info_command *cmd = &command->command.encryption_info; local
4498 bfd_mach_o_encryption_info_command *cmd = &command->command.encryption_info; local
4513 bfd_mach_o_main_command *cmd = &command->command.main; local
4527 bfd_mach_o_source_version_command *cmd = &command->command.source_version; local
4635 unsigned int cmd; local
4771 bfd_mach_o_load_command *cmd; local
4816 bfd_mach_o_load_command *cmd; local
4959 bfd_mach_o_load_command *cmd; local
5139 bfd_mach_o_load_command *cmd; local
5410 struct bfd_mach_o_load_command *cmd; local
5537 bfd_mach_o_load_command *cmd; local
[all...]
/haiku-buildtools/legacy/gcc/texinfo/emacs/
H A Ddetexinfo.el26 ;;; detexinfo-remove-inline-cmd, detexinfo-syntax-table: Handle
119 (defun detexinfo-remove-whole-line (cmd)
124 (concat "^@" cmd "[ \n]+") (point-max) t)
129 (defun detexinfo-remove-inline-cmd (cmd)
133 (re-search-forward (concat "@" cmd "{") (point-max) t)
193 (mapcar 'detexinfo-remove-line-cmd-keep-arg
196 (defun detexinfo-remove-line-cmd-keep-arg (cmd)
201 (concat "^@" cmd "[ \
[all...]
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-sh/sh64/
H A Drd-sh64.exp34 set cmd "cp tmpdir/dump \
36 send_log "$cmd\n"
37 set cmdret [catch "exec $cmd" comp_output]
/haiku-buildtools/binutils/ld/testsuite/ld-sh/sh64/
H A Drd-sh64.exp37 set cmd "cp tmpdir/dump \
39 send_log "$cmd\n"
40 set cmdret [catch "exec $cmd" comp_output]
/haiku-buildtools/binutils/ld/testsuite/ld-spu/
H A Dspu.exp30 set cmd "$AS $ASFLAGS -o tmpdir/ear.o $srcdir/$subdir/ear.s"
31 send_log "$cmd\n"
32 set cmdret [catch "exec $cmd" comp_output]
41 set cmd "$LD $LDFLAGS -o tmpdir/ear tmpdir/ear.o"
42 send_log "$cmd\n"
43 set cmdret [catch "exec $cmd" comp_output]
52 set cmd "sh $srcdir/../../binutils/embedspu.sh -m32 ear tmpdir/ear tmpdir/embed.o"
53 send_log "$cmd\n"
54 set cmdret [catch "exec $cmd" comp_output]
67 set cmd "
[all...]
/haiku-buildtools/gcc/contrib/
H A Drepro_fail93 cmd=${commands[$cmd_num]}
95 $cmd $debug_args "$@"
H A Dcompare-debug110 cmd=
116 cmd=$t
118 $cmd --section-headers "$1.$suf1" | grep '\.eh_frame' > /dev/null
121 $cmd --section-headers "$2.$suf2" | grep '\.eh_frame' > /dev/null
131 if test "x$cmp1" != "x$cmp2" || test "x$cmd" = "x" ||
132 $cmd --section-headers "$1.$suf1" | grep '.gnu.lto_' > /dev/null ||
133 $cmd --section-headers "$2.$suf2" | grep '.gnu.lto_' > /dev/null ; then
149 if test "x$cmd" != "x"; then
150 seclist="$seclist "`{ $cmd --section-headers "$1.$suf1"; $cmd
[all...]
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-sh/arch/
H A Darch.exp53 set cmd "$OBJDUMP -f $ofile"
54 verbose -log $cmd
55 catch "exec $cmd" objdump_output
155 set cmd "$AS $endian -isa=any $sfile -o $ofile"
156 verbose -log $cmd
157 catch "exec $cmd" as_output
171 set cmd {xxd sh4al-dsp.o | sed {s/\(^0000020: .... .... \)06/\100/} | xxd -r - sh-unknown.o}
173 set cmd {xxd sh4al-dsp.o | sed {s/\(^0000020: .... .... .... ..\)06/\100/} | xxd -r - sh-unknown.o}
175 verbose -log $cmd
176 catch "exec $cmd" xxd_outpu
[all...]

Completed in 156 milliseconds

123456