Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c1772 char au_debug_input_string[AU_DEBUG_INPUT_STR_LENGTH+1] = {'\0'}; variable
13607 if(scanf("%s", au_debug_input_string)==FALSE) in AU_CUS_Debug_GetString()
13609 memset(au_debug_input_string, 'F', AU_DEBUG_INPUT_STR_LENGTH+1); in AU_CUS_Debug_GetString()
13620 strcpy(au_debug_input_string, non_scanf_paramsStr); in AU_CUS_Debug_GetString()
13623 return au_debug_input_string; in AU_CUS_Debug_GetString()