Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dgsubprocess-testprog.c71 GIOChannel *chan_stdin; in cat_mode() local
79 chan_stdin = g_io_channel_unix_new (0); in cat_mode()
80 g_io_channel_set_encoding (chan_stdin, NULL, error); in cat_mode()
89 status = g_io_channel_read_chars (chan_stdin, buf, sizeof (buf), in cat_mode()
105 g_io_channel_unref (chan_stdin); in cat_mode()