Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dpathnames.h172 #ifndef _PATH_LS
173 #define _PATH_LS "ls" macro
/titanic_44/usr/src/cmd/ssh/sftp/
H A Dsftp.c280 local_do_shell(_PATH_LS); in local_do_ls()
282 int len = strlen(_PATH_LS " ") + strlen(args) + 1; in local_do_ls()
286 snprintf(buf, len, _PATH_LS " %s", args); in local_do_ls()