Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Ddefaults.c171 static struct stat df_statbuf; in df_get_string() local
191 if (statbuf.st_mtime != df_statbuf.st_mtime || in df_get_string()
192 statbuf.st_size != df_statbuf.st_size) { in df_get_string()
193 df_statbuf = statbuf; in df_get_string()