Home
last modified time | relevance | path

Searched refs:chmod_cmd (Results 1 – 21 of 21) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/mac/
H A Dhost_service_main.cc269 base::CommandLine chmod_cmd(base::FilePath("/bin/chmod")); in Enable() local
270 chmod_cmd.AppendArg("+a"); in Enable()
271 chmod_cmd.AppendArg("user:" + GetUsername() + ":allow:read"); in Enable()
272 chmod_cmd.AppendArgPath(config_file_); in Enable()
274 if (!base::GetAppOutputAndError(chmod_cmd, &output)) { in Enable()
/dports/misc/sfm/sfm-0.4/
H A Dconfig.def.h34 static const char *chmod_cmd[] = { "chmod" }; /* change file mode bits */ variable
42 static const size_t chmod_cmd_len = LEN(chmod_cmd);
H A Dsfm.c1524 if (spawn(chmod_cmd, chmod_cmd_len, tmp, 1, CURSOR(cpane).name, in chngm()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/utils/libcxx/test/
H A Dexecutor.py170 chmod_cmd = ['chmod', '+x', target_exe_path]
175 return self._execute_command_remote(chmod_cmd + ['&&'] + cmd,
/dports/devel/libc++/libcxx-10.0.1.src/utils/libcxx/test/
H A Dexecutor.py170 chmod_cmd = ['chmod', '+x', target_exe_path]
175 return self._execute_command_remote(chmod_cmd + ['&&'] + cmd,
/dports/misc/mc/mc-4.8.27/src/filemanager/
H A Dcmd.h99 void chmod_cmd (WPanel * panel);
H A Dchmod.c527 chmod_cmd (WPanel * panel) in chmod_cmd() function
H A Dfilemanager.c1153 chmod_cmd (current_panel); in midnight_execute_cmd()
/dports/misc/mc-nox11/mc-4.8.27/src/filemanager/
H A Dcmd.h99 void chmod_cmd (WPanel * panel);
H A Dchmod.c527 chmod_cmd (WPanel * panel) in chmod_cmd() function
H A Dfilemanager.c1153 chmod_cmd (current_panel); in midnight_execute_cmd()
/dports/www/phpbb3/phpBB3/includes/
H A Dfunctions_transfer.php396 $chmod_cmd = 'CHMOD ' . base_convert($perms, 10, 8) . ' ' . $file;
397 $err = $this->_site($chmod_cmd);
/dports/chinese/phpbb3-tw/phpBB3/includes/
H A Dfunctions_transfer.php395 $chmod_cmd = 'CHMOD ' . base_convert($perms, 10, 8) . ' ' . $file;
396 $err = $this->_site($chmod_cmd);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/utils/libcxx/test/
H A Dexecutor.py244 chmod_cmd = ['chmod', '+x', target_exe_path]
249 …mote_cmd, out, err, rc) = self._execute_command_remote(cmd, target_cwd, pre_cmd=chmod_cmd, env=env)
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/modules/
H A Dsystem_monitor.php564 $chmod_cmd = 'chown ' . $current_user . ' ' . $cgroup_path . '/tasks';
565 $command = $sudo_cmd . '"' . $mkdir_cmd . ' && ' . $chmod_cmd . '"';
/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dslposdir.c306 static int chmod_cmd (char *file, int *mode) in chmod_cmd() function
962 MAKE_INTRINSIC_SI("chmod", chmod_cmd, SLANG_INT_TYPE),
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslposdir.c520 static int chmod_cmd (char *file, int *mode) in chmod_cmd() function
1203 MAKE_INTRINSIC_SI("chmod", chmod_cmd, SLANG_INT_TYPE),
/dports/misc/vifm/vifm-0.11/src/
H A Dcmd_handlers.c136 static int chmod_cmd(const cmd_info_t *cmd_info);
390 .handler = &chmod_cmd, .min_args = 0, .max_args = NOT_DEF, },
399 .handler = &chmod_cmd, .min_args = 0, .max_args = 0, },
1518 chmod_cmd(const cmd_info_t *cmd_info) in chmod_cmd() function
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmain.h558 char chmod_cmd[PATH_MAX]; member
H A Dutils.c4477 …char *com = lives_strdup_printf("%s %s \"%s\" >\"%s\" 2>&1", capable->chmod_cmd, mode, target, pre… in lives_chmod()
H A Dmain.c3058 get_location("chmod", capable->chmod_cmd, PATH_MAX); in get_capabilities()