Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_main.c74 static char vscand_vlog[MAXPATHLEN]; variable
186 (vscand_vlog[0] == '\0') || in main()
187 (vscand_init_file(vscand_vlog, root_uid, sys_gid, log_mode) != 0)) { in main()
188 *vscand_vlog = 0; in main()
708 (void) strlcpy(vscand_vlog, props.vp_vlog, sizeof (vscand_vlog)); in vscand_get_viruslog()
719 if (vscand_vlog[0] == '\0') in vscand_viruslog()
722 return (vscand_vlog); in vscand_viruslog()