Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/tools/THPConv/src/
DTHPConv.c169 static s32 checkArguments ( u32 argument_count, char *argv[] );
429 static s32 checkArguments(u32 argument_count, char *argv[]) in checkArguments() argument
433 if (argument_count < 2) in checkArguments()
440 for (i = 1; i < argument_count; i++) in checkArguments()
467 if (i >= argument_count) in checkArguments()
476 while (i < argument_count && argv[i][0] != '-') in checkArguments()
513 if (i >= argument_count || argv[i][0] == '-') in checkArguments()
540 if (i >= argument_count || argv[i][0] == '-') in checkArguments()
572 if (i >= argument_count) in checkArguments()
581 while ((i < argument_count) && argv[i][0] != '-') in checkArguments()
[all …]