Lines Matching refs:errstr
221 const char *errstr;
275 num = strtonum(word, 1, UINT16_MAX, &errstr);
276 if (errstr != NULL) {
279 word, errstr);
307 num = strtonum(word, 0, 65535, &errstr);
308 if (errstr != NULL) {
311 "\"nas-port\"\n", word, errstr);
323 TEST_TRIES_MIN, TEST_TRIES_MAX, &errstr);
324 if (errstr != NULL) {
326 " for \"tries\"\n", word, errstr);
337 TEST_INTERVAL_MIN, TEST_INTERVAL_MAX, &errstr);
338 if (errstr != NULL) {
340 " for \"interval\"\n", word, errstr);
351 TEST_MAXWAIT_MIN, TEST_MAXWAIT_MAX, &errstr);
352 if (errstr != NULL) {
354 " for \"maxwait\"\n", word, errstr);
374 res.session_seq = strtonum(word, 1, UINT_MAX, &errstr);
375 if (errstr != NULL) {
377 "\"session-id\"\n", word, errstr);