Lines Matching refs:value
161 /* Get a lock. Return 0 on success, a positive errno value on failure,
182 Return 0 on success, a positive errno value otherwise. */
243 returns a different value in other places in the caller,
378 # define AT_FDCWD (-1) /* any negative value will do */
690 /* Initialize *S to a value based on UTOFF, ISDST, and DESIGIDX. */
867 Return 0 on success, an errno value if a time zone abbreviation is
999 success, an errno value on failure. */
1255 any value; these requirements are more generous than
1385 Return 0 on success, an errno value on failure. */
1480 return NULL; /* illegal value */
1486 return NULL; /* illegal value */
1623 register int_fast32_t value;
1638 value = (rulep->r_day - 1) * SECSPERDAY;
1640 value += SECSPERDAY;
1649 value = rulep->r_day * SECSPERDAY;
1688 value = d * SECSPERDAY;
1690 value += mon_lengths[leapyear][i] * SECSPERDAY;
1697 ** "value" is the year-relative time of 00:00:00 UT on the day in
1702 return value + rulep->r_time + offset;
2013 /* Initialize *SP to a value appropriate for the TZ setting NAME.
2015 Return 0 on success, an errno value on failure. */
2119 return the current time as a monotonically nondecreasing value.
2120 Otherwise the return value does not matter. */
2248 ** but it is actually a boolean and its value should be 0 or 1.
2976 ** (in case tm_sec contains a value associated with a leap second).