Home | History | Annotate | Download | only in openssh

Lines Matching full:pathname

511 pathname_is_dir(char *pathname)
513 size_t l = strlen(pathname);
515 return l > 0 && pathname[l - 1] == '/';
1169 /* Get first pathname (mandatory) */
1176 /* Get second pathname (optional) */
1205 /* Get pathname (mandatory) */
1262 /* Get pathname (mandatory) */