OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:term_pos
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/tests/
unicode-collate.c
93
gsize
term_pos
;
local
97
if (g_io_channel_read_line (in, &str, NULL, &
term_pos
, &error) != G_IO_STATUS_NORMAL)
100
str[
term_pos
] = '\0';
unicode-normalize.c
168
gsize
term_pos
;
local
171
if (g_io_channel_read_line_string (in, buffer, &
term_pos
, &error) != G_IO_STATUS_NORMAL)
177
buffer->str[
term_pos
] = '\0';
/external/bluetooth/bluez/test/
ipctest.c
944
gsize
term_pos
;
local
956
if (g_io_channel_read_line(gin, &line, NULL, &
term_pos
, &error) !=
960
line[
term_pos
] = '\0';
Completed in 27 milliseconds