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

  /external/bluetooth/glib/gio/
gdatainputstream.c 826 const char *stop_char; local
842 for (stop_char = stop_chars; *stop_char != '\0'; stop_char++)
844 if (buffer[i] == *stop_char)
    [all...]
  /external/kernel-headers/original/linux/
tty.h 90 #define STOP_CHAR(tty) ((tty)->termios->c_cc[VSTOP])

Completed in 157 milliseconds