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

  /system/core/toolbox/
readtty.c 73 int exit_match = 0; local
125 if(exit_string && current_char == exit_string[exit_match]) {
126 exit_match++;
127 if(exit_string[exit_match] == '\0')
131 exit_match = 0;
162 if(exit_string && current_char == exit_string[exit_match]) {
163 exit_match++;
164 if(exit_string[exit_match] == '\0')
168 exit_match = 0;

Completed in 152 milliseconds