Home
last modified time | relevance | path

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

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dparse.y70 static char depth1_directory[PATH_MAX]; variable
191 if (depth1_directory[0] == '\0') {
192 (void)strlcpy(depth1_directory, ADIST_DIRECTORY_SENDER,
193 sizeof(depth1_directory));
205 depth1_directory,
227 depth1_directory[0] = '\0';
301 if (depth1_directory[0] == '\0') {
302 (void)strlcpy(depth1_directory,
304 sizeof(depth1_directory));
312 depth1_directory, curhost->adh_name) >=
[all …]