Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/ntpsnmpd/
HDntpSnmpSubagentObject.c67 size_t valuesize in ntpsnmpd_parse_string() argument
77 if (fieldsize < 1 || valuesize < 1) in ntpsnmpd_parse_string()
112 val_cnt = min(j + 1, valuesize - 1); in ntpsnmpd_parse_string()
116 if (j < valuesize) in ntpsnmpd_parse_string()
124 strlcpy(value, &value[1], valuesize); in ntpsnmpd_parse_string()
218 size_t valuesize in read_ntp_value() argument
231 valuesize); in read_ntp_value()
HDntpSnmpSubagentObject.h15 fieldsize, char *value, size_t valuesize);
19 size_t valuesize);
/NextBSD/contrib/binutils/gas/
HDexpr.c276 #define valuesize 64 in integer_constant() macro
278 #define valuesize 32 in integer_constant() macro
331 too_many_digits = valuesize + 1; in integer_constant()
335 too_many_digits = (valuesize + 2) / 3 + 1; in integer_constant()
339 too_many_digits = (valuesize + 3) / 4 + 1; in integer_constant()
343 too_many_digits = (valuesize + 11) / 4; /* Very rough. */ in integer_constant()
345 #undef valuesize in integer_constant()