Home
last modified time | relevance | path

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

/third_party/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()