HomeSort by: relevance | last modified time | path
    Searched defs:intvalue (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/modload/
main.c 210 int64_t intvalue; local in function:parse_int_param
215 if (dehumanize_number(value, &intvalue) != 0)
218 if (!prop_dictionary_set_int64(props, name, intvalue))

Completed in 11 milliseconds