Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/tools/THPConv/src/
DTHPConv.c175 static s32 checkArguments ( u32 argument_count, char *argv[] );
422 static s32 checkArguments(u32 argument_count, char *argv[]) in checkArguments() argument
426 if (argument_count < 2) in checkArguments()
433 for (i = 1; i < argument_count; i++) in checkArguments()
460 if (i >= argument_count) in checkArguments()
469 while (i < argument_count && argv[i][0] != '-') in checkArguments()
506 if (i >= argument_count || argv[i][0] == '-') in checkArguments()
533 if (i >= argument_count || argv[i][0] == '-') in checkArguments()
565 if (i >= argument_count) in checkArguments()
574 while ((i < argument_count) && argv[i][0] != '-') in checkArguments()
[all …]