Home
last modified time | relevance | path

Searched refs:secs2str (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dmapfile-vers136 secs2str;
H A Dipsec_util.h361 extern char *secs2str(unsigned int, char *, int);
H A Dipsec_util.c218 (void) secs2str(secs, str, bufsiz); in secs2out()
243 secs2str(unsigned int secs, char *buf, int bufsiz) in secs2str() function