Lines Matching refs:SET
270 Set the time of the specified clock clk_id.");
303 Set the time of the specified clock clk_id with nanoseconds.");
425 #define SET(i,val) PyStructSequence_SET_ITEM(v, i, PyLong_FromLong((long) val))
427 SET(0, p->tm_year + 1900);
428 SET(1, p->tm_mon + 1); /* Want January == 1 */
429 SET(2, p->tm_mday);
430 SET(3, p->tm_hour);
431 SET(4, p->tm_min);
432 SET(5, p->tm_sec);
433 SET(6, (p->tm_wday + 6) % 7); /* Want Monday == 0 */
434 SET(7, p->tm_yday + 1); /* Want January, 1 == 1 */
435 SET(8, p->tm_isdst);
439 SET(10, p->tm_gmtoff);
445 #undef SET
550 /* Convert 9-item tuple to tm structure. Return 1 on success, set
596 * asctime(). Return 1 if all values are valid, otherwise set an exception
986 * cannot remain set to -1 if mktime succeeded. */
990 * tm_wday cannot remain set to -1 if mktime succeeded. */
1046 fall back to UTC. If the TZ environment variable is not set, the local\n\
1047 timezone is set to the systems best guess of wallclock time.\n\
1750 /* Set, or reset, module variables like time.timezone */
1805 set an exception; else return 0. */