Home
last modified time | relevance | path

Searched refs:TIMESTAMP_LEN (Results 1 – 11 of 11) sorted by relevance

/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/libntp/
H A Dmsyslog.c40 #define TIMESTAMP_LEN 128 macro
41 static void humanlogtime(char buf[TIMESTAMP_LEN]);
48 humanlogtime(char buf[TIMESTAMP_LEN]) in humanlogtime() argument
56 strlcpy(buf, "-- --- --:--:--", TIMESTAMP_LEN); in humanlogtime()
66 snprintf(buf, TIMESTAMP_LEN, "%2d %s %02d:%02d:%02d", in humanlogtime()
71 snprintf(buf, TIMESTAMP_LEN, "%04d-%02d-%02dT%02d:%02d:%02d", in humanlogtime()
99 char tbuf[TIMESTAMP_LEN]; in addto_syslog()
/dports/sysutils/rset/rset-2.1/
H A Dhttp.c41 timestamp(time_t t, char buf[TIMESTAMP_LEN]) in timestamp() argument
43 strftime(buf, TIMESTAMP_LEN, "%a, %d %b %Y %T GMT", gmtime(&t)); in timestamp()
51 char t[TIMESTAMP_LEN]; in http_send_status()
291 char realtarget[PATH_MAX], t[TIMESTAMP_LEN]; in http_send_response()
454 char *p, t1[TIMESTAMP_LEN], t2[TIMESTAMP_LEN]; in resp_file()
H A Dhttp.h8 #define TIMESTAMP_LEN 30 macro
/dports/net/reaver/reaver-wps-fork-t6x-1.6.6/src/libwps/
H A Dlibwps.h67 #define TIMESTAMP_LEN 8 macro
129 unsigned char timestamp[TIMESTAMP_LEN];
/dports/www/moinmoin/moin-1.9.11/MoinMoin/security/
H A Dtextcha.py35 TIMESTAMP_LEN = 10 # length of timestamp variable
189 timestamp = int(question[-TIMESTAMP_LEN:])
193 question = question[:-TIMESTAMP_LEN - 1]
/dports/net/reaver/reaver-wps-fork-t6x-1.6.6/src/
H A Ddefs.h53 #define TIMESTAMP_LEN 8 macro
382 unsigned char timestamp[TIMESTAMP_LEN];
/dports/mail/tpop3d/tpop3d-1.5.5/
H A Dconnection.c56 #define TIMESTAMP_LEN 32 macro
61 unsigned char buffer[TIMESTAMP_LEN / 2], *q; in make_timestamp()
72 s = xmalloc(l = 1 + TIMESTAMP_LEN + 1 + strlen(domain) + 2); in make_timestamp()
/dports/x11/xterm/xterm-370/
H A Dprint.c820 char *my_filename = malloc(TIMESTAMP_LEN + strlen(filename)); in xtermPrintImmediately()
H A Dxterm.h1153 #define TIMESTAMP_LEN 20 /* length of TIMESTAMP_FMT */ macro
H A DTekproc.c2021 char buf[TIMESTAMP_LEN + 10]; in TekCopy()
H A Dmain.c2771 char dbglogfile[TIMESTAMP_LEN + 20]; in main()