Searched defs:ctl_path (Results 1 - 1 of 1) sorted by relevance
/external/openssh/openbsd-compat/ | ||
H A D | port-solaris.c | 145 char ctl_path[256]; local 174 snprintf(ctl_path, sizeof(ctl_path), 176 if ((ctl_fd = open64(ctl_path, O_WRONLY)) < 0) { |
Completed in 85 milliseconds