Lines Matching refs:depth1_directory
70 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) >=
329 depth1_directory[0] = '\0';
409 if (strlcpy(depth1_directory, $2,
410 sizeof(depth1_directory)) >=
411 sizeof(depth1_directory)) {
416 if (!adjust_directory(depth1_directory))
429 if (depth1_directory[0] == '\0') {
436 depth1_directory, $2) >=