Searched refs:strvalue (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | util.c | 609 gchar *strvalue; in hal_util_grep_int_elem_from_file() local 614 strvalue = hal_util_grep_string_elem_from_file (directory, file, linestart, elem, reuse); in hal_util_grep_int_elem_from_file() 615 if (strvalue == NULL) in hal_util_grep_int_elem_from_file() 618 value = strtol (strvalue, &endptr, base); in hal_util_grep_int_elem_from_file() 619 if (endptr == strvalue) { in hal_util_grep_int_elem_from_file() 697 gchar *strvalue; in hal_util_set_int_elem_from_file() local 702 strvalue = hal_util_grep_string_elem_from_file (directory, file, linestart, elem, reuse); in hal_util_set_int_elem_from_file() 703 if (strvalue == NULL) in hal_util_set_int_elem_from_file() 706 value = strtol (strvalue, &endptr, base); in hal_util_set_int_elem_from_file() 707 if (endptr == strvalue) in hal_util_set_int_elem_from_file()
|