Searched refs:hal_util_grep_file (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/hal/hald/ |
H A D | util.h | 74 gchar *hal_util_grep_file (const gchar *directory, const gchar *file, const gchar *linestart, gbool…
|
H A D | util.c | 497 hal_util_grep_file (const gchar *directory, const gchar *file, const gchar *linestart, gboolean reu… in hal_util_grep_file() function 581 …if (((line = hal_util_grep_file (directory, file, linestart, reuse)) == NULL) || (strlen (line) ==… in hal_util_grep_string_elem_from_file() 759 …if (((line = hal_util_grep_file (directory, file, linestart, reuse)) == NULL) || (strlen (line) ==… in hal_util_set_bool_elem_from_file()
|