Searched refs:hal_util_grep_file (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/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, gboolean reuse_file);
|
H A D | util.c | 497 hal_util_grep_file (const gchar *directory, const gchar *file, const gchar *linestart, gboolean reuse) function 520 /*HAL_INFO (("hal_util_grep_file: reusing buf for %s", filename));*/ 531 /*HAL_INFO (("hal_util_grep_file: read %s of %d bytes", filename, bufsize));*/ 581 if (((line = hal_util_grep_file (directory, file, linestart, reuse)) == NULL) || (strlen (line) == 0)) 759 if (((line = hal_util_grep_file (directory, file, linestart, reuse)) == NULL) || (strlen (line) == 0))
|
Completed in 44 milliseconds