Lines Matching full:endp
1292 char *endp;
1293 long int llt = strtol(llt_str, &endp, 0);
1295 if (*endp || llt < 0 || (unsigned long int) llt > FST_MAX_LLT_MS) {
1375 char *endp;
1386 fsts_id = fst_read_next_int_param(params, &is_valid, &endp);
1412 if (!fst_read_next_text_param(endp, additional_param,
1413 sizeof(additional_param), &endp)) {
1427 char *endp;
1440 fsts_id = fst_read_next_int_param(params, &is_valid, &endp);
1448 if (!fst_read_next_text_param(endp, response, sizeof(response),
1449 &endp)) {
1487 if (!fst_read_next_text_param(endp, response, sizeof(response),
1488 &endp)) {
1502 char *endp;
1510 fsts_id = fst_read_next_int_param(params, &is_valid, &endp);
1530 char *endp;
1538 fsts_id = fst_read_next_int_param(params, &is_valid, &endp);
1558 char *endp;
1566 fsts_id = fst_read_next_int_param(params, &is_valid, &endp);
1585 char *endp;
1591 sid = fst_read_next_int_param(params, &is_valid, &endp);
1605 char *endp;
1613 if (fst_read_next_text_param(request, ifname, sizeof(ifname), &endp) ||