Home
last modified time | relevance | path

Searched refs:argument_count (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.1.4/build/tools/THPConv/src/
DTHPConv.c170 static s32 checkArguments ( u32 argument_count, char *argv[] );
417 static s32 checkArguments(u32 argument_count, char *argv[]) in checkArguments() argument
421 if (argument_count < 2) in checkArguments()
428 for (i = 1; i < argument_count; i++) in checkArguments()
455 if (i >= argument_count) in checkArguments()
464 while (i < argument_count && argv[i][0] != '-') in checkArguments()
501 if (i >= argument_count || argv[i][0] == '-') in checkArguments()
528 if (i >= argument_count || argv[i][0] == '-') in checkArguments()
560 if (i >= argument_count) in checkArguments()
569 while ((i < argument_count) && argv[i][0] != '-') in checkArguments()
[all …]