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
71
a->flags |=
SSH2_FILEXFER_ATTR_UIDGID
;
89
if (a->flags &
SSH2_FILEXFER_ATTR_UIDGID
) {
111
if (a.flags &
SSH2_FILEXFER_ATTR_UIDGID
) {
145
if (a->flags &
SSH2_FILEXFER_ATTR_UIDGID
) {
sftp-server.c
802
if (a->flags &
SSH2_FILEXFER_ATTR_UIDGID
) {
865
if (a->flags &
SSH2_FILEXFER_ATTR_UIDGID
) {
[
all
...]
sftp.c
[
all
...]
sftp-client.c
[
all
...]
Completed in 143 milliseconds