OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:argCount
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/zstd/dist/tests/
roundTripCrash.c
225
int main(int
argCount
, const char** argv) {
228
if (
argCount
< 2) {
/src/external/bsd/zstd/dist/programs/
zstdcli.c
802
if (argNb >=
argCount
) { \
844
int main(int
argCount
, const char* argv[])
885
FileNamesTable* filenames = UTIL_allocateFileNamesTable((size_t)
argCount
); /*
argCount
>= 1 */
886
FileNamesTable* file_of_names = UTIL_allocateFileNamesTable((size_t)
argCount
); /*
argCount
>= 1 */
916
assert(
argCount
>= 1);
943
for (argNb=1; argNb<
argCount
; argNb++) {
/src/external/bsd/zstd/dist/zlibWrapper/examples/
zwrapbench.c
875
int main(int
argCount
, char** argv)
885
FileNamesTable* filenames = UTIL_allocateFileNamesTable((size_t)
argCount
);
901
for(argNb=1; argNb<
argCount
; argNb++) {
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
variant.d
599
auto
argCount
= p.get!size_t;
605
enforce(t.length ==
argCount
,
608
" argument(s), not ",
argCount
, "."));
609
auto variantArgs = p[1 ..
argCount
+ 1];
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
func.d
2751
auto
argCount
= tf.parameterList[0];
2752
argerr |= !!(
argCount
.storageClass & invalidSTC);
2753
argerr |=
argCount
.type.toBasetype().ty != Tint32;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
115
unsigned
argCount
= call->getNumArgs();
116
if (
argCount
== desiredArgCount) return false;
118
if (
argCount
< desiredArgCount)
120
<< 0 /*function call*/ << desiredArgCount <<
argCount
125
call->getArg(
argCount
- 1)->getEndLoc());
128
<< 0 /*function call*/ << desiredArgCount <<
argCount
/src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
package.d
10116
static foreach (
argCount
; 2 .. 5)
10118
auto values = only(data[0 ..
argCount
]);
10128
assert(values.length ==
argCount
);
/src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c
[
all
...]
Completed in 52 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026