Lines Matching defs:tb

241 	char *tb = &tmpbuf[0];
262 tb = tmpbuf;
263 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL ||
264 strlen(tb) == 0) {
267 t = strtol(tmpbuf, &tb, 10);
268 if (*tb) {
279 tb = tmpbuf;
280 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL ||
281 strlen(tb) == 0) {
284 t = strtol(tmpbuf, &tb, 10);
285 if (*tb) {
304 tb = tmpbuf;
305 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL ||
306 strlen(tb) == 0) {
309 t = strtol(tmpbuf, &tb, 10);
310 if (*tb) {
321 tb = tmpbuf;
322 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL ||
323 strlen(tb) == 0) {
326 t = strtol(tmpbuf, &tb, 10);
327 if (*tb) {
485 char *tb;
511 tb = tmpbuf;
512 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL ||
513 strlen(tb) == 0U) {
516 t = strtol(tmpbuf, &tb, 10);
517 if (*tb) {
651 char *tb;
682 tb = tmpbuf;
683 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL ||
684 strlen(tb) == 0U) {
687 t = strtol(tmpbuf, &tb, 10);
688 if (*tb) {
804 char *tb;
836 tb = tmpbuf;
837 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL ||
838 strlen(tb) == 0U) {
841 t = strtol(tmpbuf, &tb, 10);
842 if (*tb) {
1002 char *tb;
1036 tb = tmpbuf;
1037 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL ||
1038 strlen(tb) == 0U) {
1050 tb = tmpbuf;
1051 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL ||
1052 strlen(tb) == 0U) {
1055 t = strtol(tmpbuf, &tb, 10);
1056 if (*tb) {
1388 char *tb;
1419 tb = tmpbuf;
1420 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL ||
1421 strlen(tb) == 0U) {
1433 tb = tmpbuf;
1434 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL ||
1435 strlen(tb) == 0U) {
1562 char *tb;
1593 tb = tmpbuf;
1594 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL ||
1595 strlen(tb) == 0U) {
1607 tb = tmpbuf;
1608 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL ||
1609 strlen(tb) == 0U) {