Searched refs:NOTIFY_TZ_PRINTF (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Libc-1044.1.2/stdtime/FreeBSD/
H A Dlocaltime.c327 #define NOTIFY_TZ_PRINTF(fmt, args...) \ macro
336 #define NOTIFY_TZ_PRINTF(args...) fprintf(stdout, ## args) macro
470 NOTIFY_TZ_PRINTF("notify_check_tz: %s changed\n", (p == &lcl_notify) ? "lcl" : "gmt");
474 NOTIFY_TZ_PRINTF("notify_check_tz: %s unchanged\n", (p == &lcl_notify) ? "lcl" : "gmt");
515 NOTIFY_TZ_PRINTF("notify_register_tz: file=%s name=%s\n", file, name);
522 NOTIFY_TZ_PRINTF("***notify_register_tz: notify_register_check failed: %u\n", nstat);
532 NOTIFY_TZ_PRINTF("notify_register_tz: monitor %s\n", file);
540 NOTIFY_TZ_PRINTF("***notify_register_tz: notify_monitor_file failed: %u\n", nstat);
569 NOTIFY_TZ_PRINTF("tzload: name=%s\n", name);
638 NOTIFY_TZ_PRINTF("tzloa
[all...]

Completed in 121 milliseconds