Lines Matching defs:value
212 /* Initialize *S to a value based on UTOFF, ISDST, and DESIGIDX. */
349 Return 0 on success, an errno value if a time zone abbreviation is
408 success, an errno value on failure. */
589 any value; these requirements are more generous than
769 format if DOEXTEND. Return 0 on success, an errno value on failure. */
860 return NULL; /* illegal value */
864 return NULL; /* illegal value */
1000 register int_fast32_t value;
1015 value = (rulep->r_day - 1) * SECSPERDAY;
1017 value += SECSPERDAY;
1026 value = rulep->r_day * SECSPERDAY;
1065 value = d * SECSPERDAY;
1067 value += mon_lengths[leapyear][i] * SECSPERDAY;
1074 ** "value" is the year-relative time of 00:00:00 UT on the day in
1079 return value + rulep->r_time + offset;
1365 /* Initialize *SP to a value appropriate for the TZ setting NAME.
1366 Return 0 on success, an errno value on failure. */
1491 ** but it is actually a boolean and its value should be 0 or 1.
2172 ** (in case tm_sec contains a value associated with a leap second).