Home
last modified time | relevance | path

Searched refs:argc (Results 26 – 50 of 22367) sorted by relevance

12345678910>>...895

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Dpr16302.c6 foo (int argc, char *argv[]) in foo() argument
9 …if (argc < 0 && argc > 10) return 1; /* { dg-warning "'and' of mutually exclusive tests is always … in foo()
10 …if (argc || !argc) return 1; /* { dg-warning "'or' of collectively exhaustive tests is always true… in foo()
11 …if (argc && !argc) return 1; /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
13 …bar (argc < 0 && argc > 10); /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
14 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
15 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
27 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
28 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
41 bar (!argc && argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/warn/
H A Dpr16302.C6 foo (int argc, char *argv[]) in foo() argument
8 …if (argc != 1 || argc != 2) return 1; /* { dg-warning "'or' of collectively exhaustive tests is al… in foo()
10 …if (argc || !argc) return 1; /* { dg-warning "'or' of collectively exhaustive tests is always true… in foo()
11 …if (argc && !argc) return 1; /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
13 …bar (argc < 0 && argc > 10); /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
14 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
15 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
27 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
28 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
41 bar (!argc && argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/warn/
H A Dpr16302.C6 foo (int argc, char *argv[]) in foo() argument
8 …if (argc != 1 || argc != 2) return 1; /* { dg-warning "'or' of collectively exhaustive tests is al… in foo()
10 …if (argc || !argc) return 1; /* { dg-warning "'or' of collectively exhaustive tests is always true… in foo()
11 …if (argc && !argc) return 1; /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
13 …bar (argc < 0 && argc > 10); /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
14 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
15 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
27 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
28 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
41 bar (!argc && argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/
H A Dpr16302.c6 foo (int argc, char *argv[]) in foo() argument
9 …if (argc < 0 && argc > 10) return 1; /* { dg-warning "'and' of mutually exclusive tests is always … in foo()
10 …if (argc || !argc) return 1; /* { dg-warning "'or' of collectively exhaustive tests is always true… in foo()
11 …if (argc && !argc) return 1; /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
13 …bar (argc < 0 && argc > 10); /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
14 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
15 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
27 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
28 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
41 bar (!argc && argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/
H A Dpr16302.c6 foo (int argc, char *argv[]) in foo() argument
9 …if (argc < 0 && argc > 10) return 1; /* { dg-warning "'and' of mutually exclusive tests is always … in foo()
10 …if (argc || !argc) return 1; /* { dg-warning "'or' of collectively exhaustive tests is always true… in foo()
11 …if (argc && !argc) return 1; /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
13 …bar (argc < 0 && argc > 10); /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
14 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
15 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
27 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
28 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
41 bar (!argc && argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/warn/
H A Dpr16302.C6 foo (int argc, char *argv[]) in foo() argument
8 …if (argc != 1 || argc != 2) return 1; /* { dg-warning "'or' of collectively exhaustive tests is al… in foo()
10 …if (argc || !argc) return 1; /* { dg-warning "'or' of collectively exhaustive tests is always true… in foo()
11 …if (argc && !argc) return 1; /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
13 …bar (argc < 0 && argc > 10); /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
14 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
15 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
27 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
28 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
41 bar (!argc && argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A Dpr16302.c6 foo (int argc, char *argv[]) in foo() argument
9 …if (argc < 0 && argc > 10) return 1; /* { dg-warning "'and' of mutually exclusive tests is always … in foo()
10 …if (argc || !argc) return 1; /* { dg-warning "'or' of collectively exhaustive tests is always true… in foo()
11 …if (argc && !argc) return 1; /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
13 …bar (argc < 0 && argc > 10); /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
14 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
15 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
27 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
28 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
41 bar (!argc && argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dpr16302.c6 foo (int argc, char *argv[]) in foo() argument
9 …if (argc < 0 && argc > 10) return 1; /* { dg-warning "'and' of mutually exclusive tests is always … in foo()
10 …if (argc || !argc) return 1; /* { dg-warning "'or' of collectively exhaustive tests is always true… in foo()
11 …if (argc && !argc) return 1; /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
13 …bar (argc < 0 && argc > 10); /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
14 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
15 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
27 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
28 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
41 bar (!argc && argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/
H A Dpr16302.c6 foo (int argc, char *argv[]) in foo() argument
9 …if (argc < 0 && argc > 10) return 1; /* { dg-warning "'and' of mutually exclusive tests is always … in foo()
10 …if (argc || !argc) return 1; /* { dg-warning "'or' of collectively exhaustive tests is always true… in foo()
11 …if (argc && !argc) return 1; /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
13 …bar (argc < 0 && argc > 10); /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
14 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
15 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
27 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
28 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
41 bar (!argc && argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/warn/
H A Dpr16302.C6 foo (int argc, char *argv[]) in foo() argument
8 …if (argc != 1 || argc != 2) return 1; /* { dg-warning "'or' of collectively exhaustive tests is al… in foo()
10 …if (argc || !argc) return 1; /* { dg-warning "'or' of collectively exhaustive tests is always true… in foo()
11 …if (argc && !argc) return 1; /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
13 …bar (argc < 0 && argc > 10); /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
14 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
15 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
27 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
28 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
41 bar (!argc && argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dpr16302.c6 foo (int argc, char *argv[]) in foo() argument
9 …if (argc < 0 && argc > 10) return 1; /* { dg-warning "'and' of mutually exclusive tests is always … in foo()
10 …if (argc || !argc) return 1; /* { dg-warning "'or' of collectively exhaustive tests is always true… in foo()
11 …if (argc && !argc) return 1; /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
13 …bar (argc < 0 && argc > 10); /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
14 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
15 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
27 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
28 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
41 bar (!argc && argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.dg/
H A Dpr16302.c6 foo (int argc, char *argv[]) in foo() argument
9 …if (argc < 0 && argc > 10) return 1; /* { dg-warning "'and' of mutually exclusive tests is always … in foo()
10 …if (argc || !argc) return 1; /* { dg-warning "'or' of collectively exhaustive tests is always true… in foo()
11 …if (argc && !argc) return 1; /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
13 …bar (argc < 0 && argc > 10); /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
14 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
15 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
27 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
28 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
41 bar (!argc && argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/warn/
H A Dpr16302.C6 foo (int argc, char *argv[]) in foo() argument
8 …if (argc != 1 || argc != 2) return 1; /* { dg-warning "'or' of collectively exhaustive tests is al… in foo()
10 …if (argc || !argc) return 1; /* { dg-warning "'or' of collectively exhaustive tests is always true… in foo()
11 …if (argc && !argc) return 1; /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
13 …bar (argc < 0 && argc > 10); /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
14 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
15 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
27 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
28 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
41 bar (!argc && argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/warn/
H A Dpr16302.C6 foo (int argc, char *argv[]) in foo() argument
8 …if (argc != 1 || argc != 2) return 1; /* { dg-warning "'or' of collectively exhaustive tests is al… in foo()
10 …if (argc || !argc) return 1; /* { dg-warning "'or' of collectively exhaustive tests is always true… in foo()
11 …if (argc && !argc) return 1; /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
13 …bar (argc < 0 && argc > 10); /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
14 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
15 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
27 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
28 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
41 bar (!argc && argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A Dpr16302.c6 foo (int argc, char *argv[]) in foo() argument
9 …if (argc < 0 && argc > 10) return 1; /* { dg-warning "'and' of mutually exclusive tests is always … in foo()
10 …if (argc || !argc) return 1; /* { dg-warning "'or' of collectively exhaustive tests is always true… in foo()
11 …if (argc && !argc) return 1; /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
13 …bar (argc < 0 && argc > 10); /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
14 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
15 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
27 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
28 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
41 bar (!argc && argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/warn/
H A Dpr16302.C6 foo (int argc, char *argv[]) in foo() argument
8 …if (argc != 1 || argc != 2) return 1; /* { dg-warning "'or' of collectively exhaustive tests is al… in foo()
10 …if (argc || !argc) return 1; /* { dg-warning "'or' of collectively exhaustive tests is always true… in foo()
11 …if (argc && !argc) return 1; /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
13 …bar (argc < 0 && argc > 10); /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
14 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
15 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
27 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
28 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
41 bar (!argc && argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.dg/
H A Dpr16302.c6 foo (int argc, char *argv[]) in foo() argument
9 …if (argc < 0 && argc > 10) return 1; /* { dg-warning "'and' of mutually exclusive tests is always … in foo()
10 …if (argc || !argc) return 1; /* { dg-warning "'or' of collectively exhaustive tests is always true… in foo()
11 …if (argc && !argc) return 1; /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
13 …bar (argc < 0 && argc > 10); /* { dg-warning "'and' of mutually exclusive tests is always false" }… in foo()
14 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
15 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
27 bar (argc || !argc); /* { dg-warning "'or' of collectively exhaustive tests is always true" } */ in foo()
28 bar (argc && !argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
41 bar (!argc && argc); /* { dg-warning "'and' of mutually exclusive tests is always false" } */ in foo()
[all …]
/dports/biology/vt/vt-0.57721/
H A Dmain.cpp143 int main(int argc, char ** argv) in main() argument
149 if (argc==1) in main()
191 subset(argc-1, ++argv); in main()
243 config(argc-1, ++argv); in main()
247 uniq(argc-1, ++argv); in main()
251 set_ref(argc-1, ++argv); in main()
259 peek(argc-1, ++argv); in main()
271 info2tab(argc-1, ++argv); in main()
367 align(argc-1, ++argv); in main()
411 hfilter(argc-1, ++argv); in main()
[all …]
/dports/devel/git-svn/git-2.34.1/
H A Dbuiltin.h114 int cmd_add(int argc, const char **argv, const char *prefix);
115 int cmd_am(int argc, const char **argv, const char *prefix);
117 int cmd_apply(int argc, const char **argv, const char *prefix);
120 int cmd_blame(int argc, const char **argv, const char *prefix);
149 int cmd_diff(int argc, const char **argv, const char *prefix);
161 int cmd_fsck(int argc, const char **argv, const char *prefix);
162 int cmd_gc(int argc, const char **argv, const char *prefix);
170 int cmd_log(int argc, const char **argv, const char *prefix);
188 int cmd_mv(int argc, const char **argv, const char *prefix);
214 int cmd_rm(int argc, const char **argv, const char *prefix);
[all …]
/dports/devel/git-p4/git-2.34.1/
H A Dbuiltin.h114 int cmd_add(int argc, const char **argv, const char *prefix);
115 int cmd_am(int argc, const char **argv, const char *prefix);
117 int cmd_apply(int argc, const char **argv, const char *prefix);
120 int cmd_blame(int argc, const char **argv, const char *prefix);
149 int cmd_diff(int argc, const char **argv, const char *prefix);
161 int cmd_fsck(int argc, const char **argv, const char *prefix);
162 int cmd_gc(int argc, const char **argv, const char *prefix);
170 int cmd_log(int argc, const char **argv, const char *prefix);
188 int cmd_mv(int argc, const char **argv, const char *prefix);
214 int cmd_rm(int argc, const char **argv, const char *prefix);
[all …]
/dports/devel/git/git-2.34.1/
H A Dbuiltin.h114 int cmd_add(int argc, const char **argv, const char *prefix);
115 int cmd_am(int argc, const char **argv, const char *prefix);
117 int cmd_apply(int argc, const char **argv, const char *prefix);
120 int cmd_blame(int argc, const char **argv, const char *prefix);
149 int cmd_diff(int argc, const char **argv, const char *prefix);
161 int cmd_fsck(int argc, const char **argv, const char *prefix);
162 int cmd_gc(int argc, const char **argv, const char *prefix);
170 int cmd_log(int argc, const char **argv, const char *prefix);
188 int cmd_mv(int argc, const char **argv, const char *prefix);
214 int cmd_rm(int argc, const char **argv, const char *prefix);
[all …]
/dports/devel/git-gui/git-2.34.1/
H A Dbuiltin.h114 int cmd_add(int argc, const char **argv, const char *prefix);
115 int cmd_am(int argc, const char **argv, const char *prefix);
117 int cmd_apply(int argc, const char **argv, const char *prefix);
120 int cmd_blame(int argc, const char **argv, const char *prefix);
149 int cmd_diff(int argc, const char **argv, const char *prefix);
161 int cmd_fsck(int argc, const char **argv, const char *prefix);
162 int cmd_gc(int argc, const char **argv, const char *prefix);
170 int cmd_log(int argc, const char **argv, const char *prefix);
188 int cmd_mv(int argc, const char **argv, const char *prefix);
214 int cmd_rm(int argc, const char **argv, const char *prefix);
[all …]
/dports/devel/git-cvs/git-2.34.1/
H A Dbuiltin.h114 int cmd_add(int argc, const char **argv, const char *prefix);
115 int cmd_am(int argc, const char **argv, const char *prefix);
117 int cmd_apply(int argc, const char **argv, const char *prefix);
120 int cmd_blame(int argc, const char **argv, const char *prefix);
149 int cmd_diff(int argc, const char **argv, const char *prefix);
161 int cmd_fsck(int argc, const char **argv, const char *prefix);
162 int cmd_gc(int argc, const char **argv, const char *prefix);
170 int cmd_log(int argc, const char **argv, const char *prefix);
188 int cmd_mv(int argc, const char **argv, const char *prefix);
214 int cmd_rm(int argc, const char **argv, const char *prefix);
[all …]
/dports/devel/cgit/cgit-1.2.3/git/
H A Dbuiltin.h130 int cmd_add(int argc, const char **argv, const char *prefix);
131 int cmd_am(int argc, const char **argv, const char *prefix);
133 int cmd_apply(int argc, const char **argv, const char *prefix);
136 int cmd_blame(int argc, const char **argv, const char *prefix);
160 int cmd_diff(int argc, const char **argv, const char *prefix);
170 int cmd_fsck(int argc, const char **argv, const char *prefix);
171 int cmd_gc(int argc, const char **argv, const char *prefix);
179 int cmd_log(int argc, const char **argv, const char *prefix);
196 int cmd_mv(int argc, const char **argv, const char *prefix);
222 int cmd_rm(int argc, const char **argv, const char *prefix);
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/
H A Dconsole.h49 bool cmdHelp(int argc, const char **argv);
52 bool cmdOpcodes(int argc, const char **argv);
53 bool cmdSelector(int argc, const char **argv);
63 bool cmdParse(int argc, const char **argv);
65 bool cmdSaid(int argc, const char **argv);
69 bool cmdHexDump(int argc, const char **argv);
73 bool cmdList(int argc, const char **argv);
84 bool cmdQuit(int argc, const char **argv);
131 bool cmdTrace(int argc, const char **argv);
140 bool cmdSend(int argc, const char **argv);
[all …]

12345678910>>...895