Searched defs:tmpfilepath (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c2990 char *name, tmpfilepath[32]; local
3071 (void) sprintf(tmpfilepath, "/var/run/%x", (int)gethrtime());
3072 fd = open(tmpfilepath, O_RDWR | O_CREAT | O_EXCL,
3078 if (unlink(tmpfilepath) < 0) {

Completed in 231 milliseconds