Home
last modified time | relevance | path

Searched refs:last_cwd (Results 1 – 4 of 4) sorted by relevance

/dports/games/wargus/wargus-3.2.0/
H A Drip_music_unix.cpp62 char last_cwd[PATH_MAX]; in find_mnt_dir() local
90 if ( ! getcwd(last_cwd, sizeof(last_cwd)) ) { in find_mnt_dir()
129 mnt_dir = strdup(last_cwd); in find_mnt_dir()
143 strcpy(last_cwd, cwd); in find_mnt_dir()
/dports/www/p5-CGI-SpeedyCGI/CGI-SpeedyCGI-2.22/src/
H A Dspeedy_perl.c99 SpeedyCwd *last_cwd; member
224 if (scr->last_cwd) in dump_hash()
225 dump_cwd(scr->last_cwd, pio); in dump_hash()
260 retval->last_cwd = NULL; in find_scr()
510 SpeedyCwd *prev_ptr = *last_cwd; in store_last_cwd()
513 *last_cwd = cwd; in store_last_cwd()
708 store_last_cwd(&(scr->last_cwd), cwd); in onerun()
727 done = scr->last_cwd && in onerun()
728 DEVINO_SAME(fe_cwd, scr->last_cwd->devino) && in onerun()
729 chdir_path_sv(scr->last_cwd->path) != -1; in onerun()
[all …]
/dports/sysutils/e2tools/e2tools-0.1.0/
H A De2tool-e2cp.c978 static char last_cwd[BUF_SIZE];
983 if (first || strcmp(last_cwd, newdir))
996 strncpy(last_cwd, newdir, BUF_SIZE);
997 last_cwd[BUF_SIZE-1] = '\0';
/dports/ftp/lftp/lftp-4.9.2/src/
H A Dftpclass.cc714 Expect *last_cwd=expect->FindLastCWD(); in SendCWD() local
715 if(last_cwd) in SendCWD()
717 LogNote(9,"CWD path to be sent is `%s'",last_cwd->arg.get()); in SendCWD()
718 last_cwd->check_case=c; in SendCWD()
1740 Expect *last_cwd=expect->FindLastCWD(); in Do() local
1744 || (last_cwd && xstrcmp(last_cwd->arg,cwd))) in Do()
1748 else if(last_cwd && !xstrcmp(last_cwd->arg,cwd)) in Do()
1751 last_cwd->check_case=Expect::CWD_CURR; in Do()
3743 Expect *last_cwd=0; in FindLastCWD() local
3751 last_cwd=scan; in FindLastCWD()
[all …]