Searched refs:getstr (Results 1 – 2 of 2) sorted by relevance
/u-boot/tools/ |
A D | getline.c | 21 static int getstr(char **lineptr, size_t *n, FILE *stream, in getstr() function 88 return getstr(lineptr, n, stream, '\n', 0); in getline()
|
/u-boot/test/py/tests/ |
A D | vboot_evil.py | 24 def getstr(dt_strings, off): function 84 node_name = getstr(dt_struct, offset) 104 prop_name = getstr(dt_strings, nameoff) 151 node_name = getstr(dt_struct, node_offset)
|
Completed in 3 milliseconds