MCPcopy Create free account
hub / github.com/eggert/tz / time_overflow

Function time_overflow

zic.c:4059–4064  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4057 }
4058 } while (*cp && *cp != '#' && !is_space(*cp));
4059 if (is_space(*cp))
4060 ++cp;
4061 *dp = '\0';
4062 if (nsubs == arrayelts) {
4063 error(N_("Too many input fields"));
4064 exit(EXIT_FAILURE);
4065 }
4066 array[nsubs++] = dstart + (*dstart == '-' && dp == dstart + 1);
4067 }

Callers 3

oaddFunction · 0.85
taddFunction · 0.85
omulFunction · 0.85

Calls 1

errorFunction · 0.85

Tested by

no test coverage detected