Home
last modified time | relevance | path

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

/openbsd/src/sbin/isakmpd/
Dmonitor.c202 char pathreal[PATH_MAX]; in monitor_open() local
205 strlcpy(pathreal, path, sizeof pathreal); in monitor_open()
207 snprintf(pathreal, sizeof pathreal, "%s/%s", m_state.root, in monitor_open()
213 len = strlen(pathreal); in monitor_open()
215 must_write(&pathreal, len); in monitor_open()