Home
last modified time | relevance | path

Searched refs:remove_cmd (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/socket_wrapper/socket_wrapper-1.1.9/tests/
H A Dtest_ioctl.c38 char remove_cmd[PATH_MAX] = {0}; in teardown() local
46 snprintf(remove_cmd, sizeof(remove_cmd), "rm -rf %s", s); in teardown()
49 rc = system(remove_cmd); in teardown()
51 fprintf(stderr, "%s failed: %s", remove_cmd, strerror(errno)); in teardown()
H A Dtorture.c235 char remove_cmd[1024] = {0}; in torture_teardown_socket_dir() local
241 snprintf(remove_cmd, sizeof(remove_cmd), "rm -rf %s", s->socket_dir); in torture_teardown_socket_dir()
243 rc = system(remove_cmd); in torture_teardown_socket_dir()
245 fprintf(stderr, "%s failed: %s", remove_cmd, strerror(errno)); in torture_teardown_socket_dir()
/dports/security/tpm2-tss/tpm2-tss-3.1.0/test/integration/
H A Dmain-fapi.c39 char *remove_cmd = NULL; variable
194 SAFE_FREE(remove_cmd); in init_fapi()
397 if (remove_cmd) free(remove_cmd); in init_fapi()
415 char *remove_cmd = NULL; in main() local
435 size = asprintf(&remove_cmd, "rm -r -f %s", tmpdir); in main()
441 if (system(remove_cmd) != 0) { in main()
454 if (remove_cmd) free(remove_cmd); in main()
/dports/devel/resolv_wrapper/resolv_wrapper-1.1.5/tests/
H A Dtorture.c255 char remove_cmd[1024] = {0}; in torture_teardown_socket_dir() local
261 snprintf(remove_cmd, sizeof(remove_cmd), "rm -rf %s", s->socket_dir); in torture_teardown_socket_dir()
263 rc = system(remove_cmd); in torture_teardown_socket_dir()
265 fprintf(stderr, "%s failed: %s", remove_cmd, strerror(errno)); in torture_teardown_socket_dir()
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libmongoc/src/mongoc/
H A Dmongoc-async.c172 bool remove_cmd = false; in mongoc_async_run() local
185 remove_cmd = true; in mongoc_async_run()
188 remove_cmd = true; in mongoc_async_run()
192 if (remove_cmd) { in mongoc_async_run()
/dports/databases/galera/galera-release_25.3.35/tests/scripts/
H A Dremove.sh5 remove_cmd() function
14 start_jobs remove_cmd
/dports/databases/galera26/galera-release_26.4.10/tests/scripts/
H A Dremove.sh5 remove_cmd() function
14 start_jobs remove_cmd
/dports/emulators/kcemu/KCemu-0.5.1/src/cmd/
H A Dcmd.cc62 CMD_Repository::instance()->remove_cmd(this, list_name, context); in unregister_cmd()
125 CMD_Repository::remove_cmd(CMD *cmd, in remove_cmd() function in CMD_Repository
142 list->remove_cmd(cmd, context); in remove_cmd()
/dports/misc/vifm/vifm-0.11/src/
H A Dundo.c233 static void remove_cmd(cmd_t *cmd);
268 remove_cmd(cmds.next); in un_reset()
324 remove_cmd(current->next); in un_group_add_op()
327 remove_cmd(cmds.next); in un_group_add_op()
368 remove_cmd(cmd); in un_group_add_op()
412 remove_cmd(cmd_t *cmd) in remove_cmd() function
468 remove_cmd(cmds.next); in un_group_close()
940 remove_cmd(cur); in un_clear_cmds_with_trash()
948 remove_cmd(cur); in un_clear_cmds_with_trash()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/packaging/os/
H A Dopenbsd_pkg.py323 remove_cmd = 'pkg_delete -I'
326 remove_cmd += 'n'
329 remove_cmd += 'c'
332 remove_cmd += 'q'
337 …[name]['stdout'], pkg_spec[name]['stderr']) = execute_command("%s %s" % (remove_cmd, name), module)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/packaging/os/
H A Dopenbsd_pkg.py333 remove_cmd = 'pkg_delete -I'
336 remove_cmd += 'n'
339 remove_cmd += 'c'
342 remove_cmd += 'q'
347 …[name]['stdout'], pkg_spec[name]['stderr']) = execute_command("%s %s" % (remove_cmd, name), module)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dopenbsd_pkg.py333 remove_cmd = 'pkg_delete -I'
336 remove_cmd += 'n'
339 remove_cmd += 'c'
342 remove_cmd += 'q'
347 …[name]['stdout'], pkg_spec[name]['stderr']) = execute_command("%s %s" % (remove_cmd, name), module)
/dports/misc/pubs/pubs-0.8.3/pubs/commands/
H A D__init__.py7 from . import remove_cmd
/dports/sysutils/auto-admin/auto-admin-0.7.8.1/Scripts/
H A Dauto-software-manager48 remove_cmd='pkg remove -y'
66 remove_cmd='pkgin -y remove'
133 $remove_cmd $names
/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dslposdir.c404 static int remove_cmd (char *);
491 status = remove_cmd (s); in rmdir_cmd()
512 static int remove_cmd (char *s) in remove_cmd() function
970 MAKE_INTRINSIC_S("remove", remove_cmd, SLANG_INT_TYPE),
/dports/editors/hnb/hnb-1.9.18/src/
H A Dtree_misc.c224 static uint64_t remove_cmd (int argc, char **argv, void *data) in remove_cmd() function
253 cli_add_command ("remove", remove_cmd, ""); in init_remove()
/dports/emulators/kcemu/KCemu-0.5.1/include/cmd/
H A Dcmd.h78 virtual void remove_cmd(CMD *cmd,
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslposdir.c595 static int remove_cmd (char *);
681 status = remove_cmd (s); in rmdir_cmd()
701 static int remove_cmd (char *s) in remove_cmd() function
1211 MAKE_INTRINSIC_S("remove", remove_cmd, SLANG_INT_TYPE),
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-2.0/
H A Dwldlg.c312 GtkWidget *up_cmd, *down_cmd, *prepend_cmd, *append_cmd, *remove_cmd; member
910 gtk_widget_set_sensitive(ptr->remove_cmd, TRUE); in dst_selection_callback()
912 gtk_widget_set_sensitive(ptr->remove_cmd, FALSE); in dst_selection_callback()
917 gtk_widget_set_sensitive(ptr->remove_cmd, FALSE); in dst_selection_callback()
1174 ptr->remove_cmd = button; in create_worklist()
1183 gtk_widget_set_sensitive(ptr->remove_cmd, FALSE); in create_worklist()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.22/
H A Dwldlg.c317 GtkWidget *up_cmd, *down_cmd, *prepend_cmd, *append_cmd, *remove_cmd; member
915 gtk_widget_set_sensitive(ptr->remove_cmd, TRUE); in dst_selection_callback()
917 gtk_widget_set_sensitive(ptr->remove_cmd, FALSE); in dst_selection_callback()
922 gtk_widget_set_sensitive(ptr->remove_cmd, FALSE); in dst_selection_callback()
1180 ptr->remove_cmd = button; in create_worklist()
1188 gtk_widget_set_sensitive(ptr->remove_cmd, FALSE); in create_worklist()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.0/
H A Dwldlg.c317 GtkWidget *up_cmd, *down_cmd, *prepend_cmd, *append_cmd, *remove_cmd; member
915 gtk_widget_set_sensitive(ptr->remove_cmd, TRUE); in dst_selection_callback()
917 gtk_widget_set_sensitive(ptr->remove_cmd, FALSE); in dst_selection_callback()
922 gtk_widget_set_sensitive(ptr->remove_cmd, FALSE); in dst_selection_callback()
1180 ptr->remove_cmd = button; in create_worklist()
1188 gtk_widget_set_sensitive(ptr->remove_cmd, FALSE); in create_worklist()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.0/
H A Dwldlg.c317 GtkWidget *up_cmd, *down_cmd, *prepend_cmd, *append_cmd, *remove_cmd; member
915 gtk_widget_set_sensitive(ptr->remove_cmd, TRUE); in dst_selection_callback()
917 gtk_widget_set_sensitive(ptr->remove_cmd, FALSE); in dst_selection_callback()
922 gtk_widget_set_sensitive(ptr->remove_cmd, FALSE); in dst_selection_callback()
1180 ptr->remove_cmd = button; in create_worklist()
1188 gtk_widget_set_sensitive(ptr->remove_cmd, FALSE); in create_worklist()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-2.0/
H A Dwldlg.c312 GtkWidget *up_cmd, *down_cmd, *prepend_cmd, *append_cmd, *remove_cmd; member
910 gtk_widget_set_sensitive(ptr->remove_cmd, TRUE); in dst_selection_callback()
912 gtk_widget_set_sensitive(ptr->remove_cmd, FALSE); in dst_selection_callback()
917 gtk_widget_set_sensitive(ptr->remove_cmd, FALSE); in dst_selection_callback()
1174 ptr->remove_cmd = button; in create_worklist()
1183 gtk_widget_set_sensitive(ptr->remove_cmd, FALSE); in create_worklist()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.22/
H A Dwldlg.c317 GtkWidget *up_cmd, *down_cmd, *prepend_cmd, *append_cmd, *remove_cmd; member
915 gtk_widget_set_sensitive(ptr->remove_cmd, TRUE); in dst_selection_callback()
917 gtk_widget_set_sensitive(ptr->remove_cmd, FALSE); in dst_selection_callback()
922 gtk_widget_set_sensitive(ptr->remove_cmd, FALSE); in dst_selection_callback()
1180 ptr->remove_cmd = button; in create_worklist()
1188 gtk_widget_set_sensitive(ptr->remove_cmd, FALSE); in create_worklist()
/dports/misc/pubs/pubs-0.8.3/pubs/
H A Dpubs_cmd.py24 ('remove', commands.remove_cmd),

123