Searched refs:hal_util_grep_file (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/
H A Dutil.h74 gchar *hal_util_grep_file (const gchar *directory, const gchar *file, const gchar *linestart, gboolean reuse_file);
H A Dutil.c497 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 78 milliseconds