Searched refs:linestart_len (Results 1 – 1 of 1) sorted by relevance
505 gsize linestart_len; in hal_util_grep_file() local539 linestart_len = strlen (linestart); in hal_util_grep_file()555 if (strncmp (line, linestart, linestart_len) == 0) { in hal_util_grep_file()556 result = line + linestart_len; in hal_util_grep_file()