Searched refs:hal_util_grep_string_elem_from_file (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | util.c | 569 hal_util_grep_string_elem_from_file (const gchar *directory, const gchar *file, in hal_util_grep_string_elem_from_file() function 613 strvalue = hal_util_grep_string_elem_from_file (directory, file, linestart, elem, reuse); in hal_util_grep_int_elem_from_file() 659 …if ((value = hal_util_grep_string_elem_from_file (directory, file, linestart, elem, reuse)) == NUL… in hal_util_set_string_elem_from_file() 701 strvalue = hal_util_grep_string_elem_from_file (directory, file, linestart, elem, reuse); in hal_util_set_int_elem_from_file()
|
H A D | util.h | 79 gchar *hal_util_grep_string_elem_from_file (const gchar *directory, const gchar *file,
|