Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/hald/
H A Dutil.c608 gchar *strvalue; in hal_util_grep_int_elem_from_file() local
613 strvalue = hal_util_grep_string_elem_from_file (directory, file, linestart, elem, reuse); in hal_util_grep_int_elem_from_file()
614 if (strvalue == NULL) in hal_util_grep_int_elem_from_file()
617 value = strtol (strvalue, &endptr, base); in hal_util_grep_int_elem_from_file()
618 if (endptr == strvalue) { in hal_util_grep_int_elem_from_file()
696 gchar *strvalue; in hal_util_set_int_elem_from_file() local
701 strvalue = hal_util_grep_string_elem_from_file (directory, file, linestart, elem, reuse); in hal_util_set_int_elem_from_file()
702 if (strvalue == NULL) in hal_util_set_int_elem_from_file()
705 value = strtol (strvalue, &endptr, base); in hal_util_set_int_elem_from_file()
706 if (endptr == strvalue) in hal_util_set_int_elem_from_file()