Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgiounix.c457 MODE_PLUS = 1 << 3, in g_io_channel_new_file() enumerator
458 MODE_R_PLUS = MODE_R | MODE_PLUS, in g_io_channel_new_file()
459 MODE_W_PLUS = MODE_W | MODE_PLUS, in g_io_channel_new_file()
460 MODE_A_PLUS = MODE_A | MODE_PLUS in g_io_channel_new_file()
491 mode_num |= MODE_PLUS; in g_io_channel_new_file()
520 case MODE_PLUS: in g_io_channel_new_file()
570 case MODE_PLUS: in g_io_channel_new_file()
Dgiowin32.c1638 MODE_PLUS = 1 << 3, in g_io_channel_new_file() enumerator
1669 mode_num |= MODE_PLUS; in g_io_channel_new_file()
1692 case MODE_R | MODE_PLUS: in g_io_channel_new_file()
1696 case MODE_W | MODE_PLUS: in g_io_channel_new_file()
1700 case MODE_A | MODE_PLUS: in g_io_channel_new_file()
1747 case MODE_R | MODE_PLUS: in g_io_channel_new_file()
1748 case MODE_W | MODE_PLUS: in g_io_channel_new_file()
1749 case MODE_A | MODE_PLUS: in g_io_channel_new_file()