Home
last modified time | relevance | path

Searched refs:cwdir (Results 1 – 23 of 23) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/site_scons/site_tools/
H A Dcommand_output.py74 def RunCommand(cmdargs, cwdir=None, env=None, echo_output=True, timeout=None, argument
96 child = subprocess.Popen(cmdargs, cwd=cwdir, env=env, shell=True,
168 cwdir = env.subst('$COMMAND_OUTPUT_RUN_DIR', target=target, source=source)
169 if cwdir:
170 cwdir = os.path.normpath(cwdir)
171 env.AppendENVPath('PATH', cwdir)
172 env.AppendENVPath('LD_LIBRARY_PATH', cwdir)
174 cwdir = None
179 retcode, output = RunCommand(cmdline, cwdir=cwdir, env=env['ENV'],
/dports/comms/tilp2/tilp2-1.18/src/
H A Dscreenshot.c74 filename = create_fsel(local.cwdir, NULL, "*.jpg;*.png;*.xpm;*.bmp", FALSE); in on_sc_load1_activate()
106 filename = create_fsel(local.cwdir, "screenshot.xpm", "*.xpm", TRUE); in on_sc_save1_activate()
115 filename = create_fsel(local.cwdir, "screenshot.bmp", "*.bmp", TRUE); in on_sc_save1_activate()
124 filename = create_fsel(local.cwdir, "screenshot.jpg", "*.jpg", TRUE); in on_sc_save1_activate()
133 filename = create_fsel(local.cwdir, "screenshot.png", "*.png", TRUE); in on_sc_save1_activate()
142 filename = create_fsel(local.cwdir, "screenshot.pdf", "*.pdf", TRUE); in on_sc_save1_activate()
150 filename = create_fsel(local.cwdir, "screenshot.eps", "*.eps", TRUE); in on_sc_save1_activate()
H A Dtilp.c253 dst_filename = create_fsel(local.cwdir, filename, "*.rom", TRUE); in on_rom_dump1_activate()
308 dst_filename = create_fsel(local.cwdir, "backup", ext, TRUE); in on_tilp_button3b_clicked()
351 filename = create_fsel(local.cwdir, NULL, ext, FALSE); in on_tilp_button4_clicked()
379 dst_filename = create_fsel(local.cwdir, "group", ext, TRUE); in save_group()
544 filenames = create_fsels(local.cwdir, NULL, ext); in on_tilp_button6_clicked()
576 dst_filename = create_fsel(local.cwdir, "backup", "*.tig", TRUE); in on_tilp_button7_clicked()
613 filename = create_fsel(local.cwdir, NULL, "*.tig", FALSE); in on_tilp_button8_clicked()
674 folder = msg_entry(_("Path"), _("Enter new path"), local.cwdir); in on_button14_clicked()
680 g_free(local.cwdir); in on_button14_clicked()
681 local.cwdir = g_get_current_dir(); in on_button14_clicked()
H A Dtilp_misc.c34 g_snprintf(local.cwdir, 8, "%c:\\", (char) drive_letter); in tilp_drive_change()
36 s = g_strdup(local.cwdir); in tilp_drive_change()
H A Dtilp_calcs.c266 gchar *filename = g_strconcat(local.cwdir, G_DIR_SEPARATOR_S, "IDLIST.txt", NULL); in tilp_calc_idlist()
707 dst_filename = g_strconcat(local.cwdir, G_DIR_SEPARATOR_S, in tilp_calc_recv_var1()
711 dst_filename = g_strconcat(local.cwdir, G_DIR_SEPARATOR_S, in tilp_calc_recv_var1()
810 dst_filename = g_strconcat(local.cwdir, G_DIR_SEPARATOR_S, in tilp_calc_recv_var1()
822 tilp_file_chdir(local.cwdir); in tilp_calc_recv_var1()
863 dst_filename = g_strconcat(local.cwdir, G_DIR_SEPARATOR_S, basename, in tilp_calc_recv_var2()
1076 gchar *filename = g_strconcat(local.cwdir, G_DIR_SEPARATOR_S, in tilp_calc_recv_cert()
H A Dmain.c169 g_free(local.cwdir); in main()
170 local.cwdir = g_get_current_dir(); in main()
H A Dclist.c130 full_path = g_strconcat(local.cwdir, G_DIR_SEPARATOR_S, fe->name, NULL); in tree_selection_changed()
403 g_free(local.cwdir); in on_treeview2_button_press_event()
404 local.cwdir = g_get_current_dir(); in on_treeview2_button_press_event()
H A Dtilp_struct.h138 gchar* cwdir; // current active directory member
H A Dlabels.c131 utf8 = g_filename_to_utf8(local.cwdir, -1, &br, &bw, NULL); in labels_refresh()
H A Dclist_rbm.c133 dst = g_strconcat(local.cwdir, G_DIR_SEPARATOR_S, g_path_get_basename(src), NULL); in rbm_paste1_activate()
H A Dtilp_files.c537 dir = g_dir_open(local.cwdir, 0, &error); in tilp_file_dirlist()
/dports/devel/kde-dev-scripts/kde-dev-scripts-21.12.3/kf5/
H A Dfix-ecm-install-icons.pl64 my $cwdir = dirname($cmakelists);
70 chdir($cwdir);
/dports/editors/helix/helix-0.5.0/helix-core/src/
H A Dpath.rs86 let cwdir = std::env::current_dir().expect("couldn't determine current directory"); in get_relative_path() localVariable
87 path.strip_prefix(cwdir).unwrap_or(path) in get_relative_path()
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-testsuite/Test/Cabal/
H A DRun.hs41 cwdir <- getCurrentDirectory
43 = cwdir </> path0
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-testsuite/src/Test/Cabal/
H A DRun.hs41 cwdir <- getCurrentDirectory
43 = cwdir </> path0
/dports/science/silo/silo-4.10.2-bsd/tests/
H A Drocket.cxx747 DIR *cwdir = opendir(dirs[d]); in WriteAllFormats() local
748 if (!cwdir) continue; in WriteAllFormats()
751 while ((dent = readdir(cwdir))) in WriteAllFormats()
787 closedir(cwdir); in WriteAllFormats()
/dports/textproc/dblatex/dblatex-0.3.11py3/lib/dbtexmf/core/
H A Ddbtex.py273 self.outputdir = self.cwdir
358 self.cwdir = os.getcwd()
378 os.chdir(self.cwdir)
386 self.inputdir = self.stdindir or self.cwdir
/dports/lang/ghc/ghc-8.10.7/utils/gen-dll/
H A DMain.hs420 cwdir <- getCurrentDirectory
422 { std_out = CreatePipe, cwd = Just cwdir }
/dports/misc/mc/mc-4.8.27/src/vfs/ftpfs/
H A Dftpfs.c452 char *cwdir = ftp_super->current_dir; in ftpfs_reconnect() local
460 if (cwdir == NULL) in ftpfs_reconnect()
463 sock = ftpfs_chdir_internal (me, super, cwdir); in ftpfs_reconnect()
464 g_free (cwdir); in ftpfs_reconnect()
468 ftp_super->current_dir = cwdir; in ftpfs_reconnect()
/dports/misc/mc-nox11/mc-4.8.27/src/vfs/ftpfs/
H A Dftpfs.c452 char *cwdir = ftp_super->current_dir; in ftpfs_reconnect() local
460 if (cwdir == NULL) in ftpfs_reconnect()
463 sock = ftpfs_chdir_internal (me, super, cwdir); in ftpfs_reconnect()
464 g_free (cwdir); in ftpfs_reconnect()
468 ftp_super->current_dir = cwdir; in ftpfs_reconnect()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/
H A Dtilespec.c4343 enum direction8 cwdir = t->valid_tileset_dirs[cw]; in fill_road_corner_sprites() local
4347 && (road_near[cwdir] && road_near[ccwdir] in fill_road_corner_sprites()
4348 && !(hider_near[cwdir] && hider_near[ccwdir])) in fill_road_corner_sprites()
/dports/games/freeciv/freeciv-2.6.6/client/
H A Dtilespec.c4343 enum direction8 cwdir = t->valid_tileset_dirs[cw]; in fill_road_corner_sprites() local
4347 && (road_near[cwdir] && road_near[ccwdir] in fill_road_corner_sprites()
4348 && !(hider_near[cwdir] && hider_near[ccwdir])) in fill_road_corner_sprites()
/dports/editors/helix/helix-0.5.0/helix-term/src/
H A Dcommands.rs2996 let cwdir = std::env::current_dir().expect("couldn't determine current directory"); in goto_impl() localVariable
3016 path.strip_prefix(&cwdir) in goto_impl()