OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_PATH_LS
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
pathnames.h
165
#ifndef
_PATH_LS
166
#define
_PATH_LS
"ls"
sftp.c
305
local_do_shell(
_PATH_LS
);
307
int len = strlen(
_PATH_LS
" ") + strlen(args) + 1;
311
snprintf(buf, len,
_PATH_LS
" %s", args);
[
all
...]
Completed in 1017 milliseconds