Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Ddefaults.c166 static struct stat df_statbuf; in df_get_string() local
186 if (statbuf.st_mtime != df_statbuf.st_mtime || in df_get_string()
187 statbuf.st_size != df_statbuf.st_size) { in df_get_string()
188 df_statbuf = statbuf; in df_get_string()