HomeSort by relevance Sort by last modified time
    Searched refs:_PATH_LS (Results 1 - 2 of 2) sorted by null

  /external/openssh/
pathnames.h 167 #ifndef _PATH_LS
168 #define _PATH_LS "ls"
sftp.c 324 local_do_shell(_PATH_LS);
326 int len = strlen(_PATH_LS " ") + strlen(args) + 1;
330 snprintf(buf, len, _PATH_LS " %s", args);
    [all...]

Completed in 231 milliseconds