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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c1504 char sbuf[TBUF_SIZE];
1505 char tbuf[TBUF_SIZE];
1527 if (strftime(tbuf, TBUF_SIZE, NULL,
1530 TBUF_SIZE);
1535 (void) strlcpy(sbuf, gettext("was successful at "), TBUF_SIZE);
1538 (void) strlcpy(sbuf, gettext("failed at "), TBUF_SIZE);
1541 (void) strlcpy(sbuf, gettext("is in progress."), TBUF_SIZE);
1571 char tbuf[TBUF_SIZE];
1576 if (strftime(tbuf, TBUF_SIZE, NULL, localtime(&scratch)) == 0)
1578 TBUF_SIZE);
[all...]
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.h97 * TBUF_SIZE is pretty arbitrary. Perhaps it shouldn't be.
99 #define TBUF_SIZE 50 macro
H A Dipsec_util.c1850 char tbuf[TBUF_SIZE]; /* For strftime() call. */
1862 if (strftime(tbuf, TBUF_SIZE, NULL, localtime_r(&t, &res)) == 0)
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm.c958 #define TBUF_SIZE 64 macro
959 char tbuf[TBUF_SIZE];
1109 snprintf(tbuf, TBUF_SIZE, "%u", pUM->props.link_speed);

Completed in 78 milliseconds