Home
last modified time | relevance | path

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

/external/bluetooth/glib/tests/
Dunicode-collate.c93 gsize term_pos; in main() local
97 if (g_io_channel_read_line (in, &str, NULL, &term_pos, &error) != G_IO_STATUS_NORMAL) in main()
100 str[term_pos] = '\0'; in main()
Dunicode-normalize.c168 gsize term_pos; in main() local
171 if (g_io_channel_read_line_string (in, buffer, &term_pos, &error) != G_IO_STATUS_NORMAL) in main()
177 buffer->str[term_pos] = '\0'; in main()
/external/bluetooth/bluez/audio/
Dipctest.c944 gsize term_pos; in input_cb() local
956 if (g_io_channel_read_line(gin, &line, NULL, &term_pos, &error) != in input_cb()
960 line[term_pos] = '\0'; in input_cb()