Home
last modified time | relevance | path

Searched refs:linestart_len (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/
H A Dutil.c504 gsize linestart_len; in hal_util_grep_file() local
538 linestart_len = strlen (linestart); in hal_util_grep_file()
554 if (strncmp (line, linestart, linestart_len) == 0) { in hal_util_grep_file()
555 result = line + linestart_len; in hal_util_grep_file()