Searched refs:strvalue (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/hal/hald/ |
H A D | util.c | 608 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()
|
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | bsd-snprintf.c | 119 char *strvalue; in dopr() local 309 strvalue = va_arg(args, char *); in dopr() 312 fmtstr(buffer, &currlen, maxlen, strvalue, flags, min, max); in dopr() 315 strvalue = va_arg(args, void *); in dopr() 316 fmtint(buffer, &currlen, maxlen, (long) strvalue, 16, min, max, flags); in dopr()
|