OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSH2_FILEXFER_ATTR_UIDGID
(Results
1 - 5
of
5
) sorted by null
/external/openssh/
sftp.h
69
#define
SSH2_FILEXFER_ATTR_UIDGID
0x00000002
sftp-common.c
73
a->flags |=
SSH2_FILEXFER_ATTR_UIDGID
;
91
if (a->flags &
SSH2_FILEXFER_ATTR_UIDGID
) {
116
if (a->flags &
SSH2_FILEXFER_ATTR_UIDGID
) {
164
if (a->flags &
SSH2_FILEXFER_ATTR_UIDGID
) {
sftp-client.c
[
all
...]
sftp-server.c
933
if (a.flags &
SSH2_FILEXFER_ATTR_UIDGID
) {
994
if (a.flags &
SSH2_FILEXFER_ATTR_UIDGID
) {
[
all
...]
sftp.c
[
all
...]
Completed in 256 milliseconds