Home
last modified time | relevance | path

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

/external/aac/libSYS/src/
Dcmdl_parser.cpp108 …CHAR* argv[], TEXTCHAR* search_string, TEXTCHAR type, TEXTCHAR* found_string , INT* switches_used);
111 static INT CheckForUnusedSwitches(INT argc, /*TEXTCHAR* argv[],*/ INT* switches_used);
132 INT* switches_used = 0; in IIS_ScanCmdl() local
158 switches_used = (INT*) FDKcalloc(argc, sizeof(INT)); in IIS_ScanCmdl()
160 if (b_str_opt == NULL || s_str == NULL || c_str_type == NULL || switches_used == NULL) { in IIS_ScanCmdl()
177 if (GetArgFromString(argc, argv, current_str, c_str_type[i], arg, switches_used ) in IIS_ScanCmdl()
285 CheckForUnusedSwitches(argc, /*argv,*/ switches_used); in IIS_ScanCmdl()
292 if (switches_used) FDKfree(switches_used); in IIS_ScanCmdl()
484 INT CheckForUnusedSwitches(INT argc, /*TEXTCHAR* argv[],*/ INT* switches_used) in CheckForUnusedSwitches() argument
490 if ( !switches_used[i] ) in CheckForUnusedSwitches()