HomeSort by relevance Sort by last modified time
    Searched full:strstrip (Results 1 - 1 of 1) sorted by null

  /device/google/dragon/audio/hal/
iniparser.c 74 static char * strstrip(const char * s) function
565 strcpy(line, strstrip(input_line));
578 strcpy(section, strstrip(section));
585 strcpy(key, strstrip(key));
587 strcpy(value, strstrip(value));
604 strcpy(key, strstrip(key));

Completed in 416 milliseconds