Lines Matching refs:linestart

497 hal_util_grep_file (const gchar *directory, const gchar *file, const gchar *linestart, gboolean reu…  in hal_util_grep_file()  argument
538 linestart_len = strlen (linestart); in hal_util_grep_file()
554 if (strncmp (line, linestart, linestart_len) == 0) { in hal_util_grep_file()
570 const gchar *linestart, guint elem, gboolean reuse) in hal_util_grep_string_elem_from_file() argument
581 …if (((line = hal_util_grep_file (directory, file, linestart, reuse)) == NULL) || (strlen (line) ==… in hal_util_grep_string_elem_from_file()
605 const gchar *linestart, guint elem, guint base, gboolean reuse) in hal_util_grep_int_elem_from_file() argument
613 strvalue = hal_util_grep_string_elem_from_file (directory, file, linestart, elem, reuse); in hal_util_grep_int_elem_from_file()
652 const gchar *linestart, guint elem, gboolean reuse) in hal_util_set_string_elem_from_file() argument
659 …if ((value = hal_util_grep_string_elem_from_file (directory, file, linestart, elem, reuse)) == NUL… in hal_util_set_string_elem_from_file()
692 const gchar *linestart, guint elem, guint base, gboolean reuse) in hal_util_set_int_elem_from_file() argument
701 strvalue = hal_util_grep_string_elem_from_file (directory, file, linestart, elem, reuse); in hal_util_set_int_elem_from_file()
749 const gchar *linestart, guint elem, const gchar *expected, gboolean reuse) in hal_util_set_bool_elem_from_file() argument
759 …if (((line = hal_util_grep_file (directory, file, linestart, reuse)) == NULL) || (strlen (line) ==… in hal_util_set_bool_elem_from_file()