Home
last modified time | relevance | path

Searched refs:CMD_CHMOD (Results 1 – 7 of 7) sorted by relevance

/dports/devel/kf5-kio/kio-5.89.0/src/core/
H A Dcommands_p.h37 CMD_CHMOD = 'L', // 76 enumerator
H A Dslavebase.cpp883 case CMD_CHMOD: in unsupportedActionErrorString()
975 error(ERR_UNSUPPORTED_ACTION, unsupportedActionErrorString(protocolName(), CMD_CHMOD)); in chmod()
1342 case CMD_CHMOD: { in dispatch()
H A Dsimplejob.cpp360 return SimpleJobPrivate::newJob(url, CMD_CHMOD, packedArgs); in chmod()
/dports/devel/dev86/dev86-0.16.20/tests/
H A Dft.c82 #define CMD_CHMOD (3+OK_DIR+IGN_LNK+DO_ADIR) macro
105 { "chmod", CMD_CHMOD, 1, "vfR" },
172 if( cmd_tok == CMD_CHMOD && strchr("rwx", *p) != 0 ) break;
320 case CMD_CHMOD: in do_prep()
496 case CMD_CHMOD: /* And fall */
/dports/net/megacmd/MEGAcmd-1.4.1_Win/build/QNAP_NAS/megacmdpkg/
H A Dpackage_routines7 #CMD_CHMOD="/bin/chmod"
/dports/net/nfsshell/nfsshell-09cdd52/
H A Dnfsshell.c140 #define CMD_CHMOD 23 /* chmod <mode> <file> */ macro
168 { "chmod", CMD_CHMOD, "<mode> <file> - change mode" },
361 case CMD_CHMOD: in main()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkio.py176 CMD_CHMOD = 0 variable in KIO