Home
last modified time | relevance | path

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

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dparse.y66 static char depth1_source[ADIST_ADDRSIZE]; variable
210 depth1_source,
226 depth1_source[0] = '\0';
458 if (strlcpy(depth1_source, $2,
459 sizeof(depth1_source)) >=
460 sizeof(depth1_source)) {