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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Ddnssec.c435 if (!daemon->timestamp_file)
438 if (stat(daemon->timestamp_file, &statbuf) != -1)
445 if (utime(daemon->timestamp_file, NULL) == -1)
446 my_syslog(LOG_ERR, _("failed to update mtime on %s: %s"), daemon->timestamp_file, strerror(errno));
456 int fd = open(daemon->timestamp_file, O_WRONLY | O_CREAT | O_NONBLOCK | O_EXCL, 0666);
464 if (utime(daemon->timestamp_file, &timbuf) == 0)
485 if (daemon->timestamp_file)
489 if (utime(daemon->timestamp_file, NULL) != 0)
490 my_syslog(LOG_ERR, _("failed to update mtime on %s: %s"), daemon->timestamp_file, strerror(errno));
H A Ddnsmasq.c723 send_event(err_pipe[1], EVENT_TIME_ERR, errno, daemon->timestamp_file);
1336 if (utime(daemon->timestamp_file, NULL) == -1)
1337 my_syslog(LOG_ERR, _("failed to update mtime on %s: %s"), daemon->timestamp_file, strerror(errno));
H A Ddnsmasq.h1004 char *timestamp_file; member in struct:daemon
H A Doption.c3932 daemon->timestamp_file = opt_string_alloc(arg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Ddnssec.c435 if (!daemon->timestamp_file)
438 if (stat(daemon->timestamp_file, &statbuf) != -1)
445 if (utime(daemon->timestamp_file, NULL) == -1)
446 my_syslog(LOG_ERR, _("failed to update mtime on %s: %s"), daemon->timestamp_file, strerror(errno));
456 int fd = open(daemon->timestamp_file, O_WRONLY | O_CREAT | O_NONBLOCK | O_EXCL, 0666);
464 if (utime(daemon->timestamp_file, &timbuf) == 0)
485 if (daemon->timestamp_file)
489 if (utime(daemon->timestamp_file, NULL) != 0)
490 my_syslog(LOG_ERR, _("failed to update mtime on %s: %s"), daemon->timestamp_file, strerror(errno));
H A Ddnsmasq.c723 send_event(err_pipe[1], EVENT_TIME_ERR, errno, daemon->timestamp_file);
1336 if (utime(daemon->timestamp_file, NULL) == -1)
1337 my_syslog(LOG_ERR, _("failed to update mtime on %s: %s"), daemon->timestamp_file, strerror(errno));
H A Ddnsmasq.h1004 char *timestamp_file; member in struct:daemon
H A Doption.c3932 daemon->timestamp_file = opt_string_alloc(arg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Ddnssec.c435 if (!daemon->timestamp_file)
438 if (stat(daemon->timestamp_file, &statbuf) != -1)
445 if (utime(daemon->timestamp_file, NULL) == -1)
446 my_syslog(LOG_ERR, _("failed to update mtime on %s: %s"), daemon->timestamp_file, strerror(errno));
456 int fd = open(daemon->timestamp_file, O_WRONLY | O_CREAT | O_NONBLOCK | O_EXCL, 0666);
464 if (utime(daemon->timestamp_file, &timbuf) == 0)
485 if (daemon->timestamp_file)
489 if (utime(daemon->timestamp_file, NULL) != 0)
490 my_syslog(LOG_ERR, _("failed to update mtime on %s: %s"), daemon->timestamp_file, strerror(errno));
H A Ddnsmasq.c723 send_event(err_pipe[1], EVENT_TIME_ERR, errno, daemon->timestamp_file);
1336 if (utime(daemon->timestamp_file, NULL) == -1)
1337 my_syslog(LOG_ERR, _("failed to update mtime on %s: %s"), daemon->timestamp_file, strerror(errno));
H A Ddnsmasq.h1004 char *timestamp_file; member in struct:daemon
H A Doption.c3932 daemon->timestamp_file = opt_string_alloc(arg);

Completed in 220 milliseconds