Home
last modified time | relevance | path

Searched refs:initial_cwd (Results 1 – 25 of 103) sorted by relevance

12345

/dports/mail/exim-doc-html/exim-html-4.94.2/exim-html-4.94.2/doc/html/static/doc/security/CVE-2020-qualys/patches-rebase/
H A D0004-CVE-2020-28010-Heap-out-of-bounds-write-in-main.patch18 initial_cwd = os_getcwd(NULL, 0);
19 +if (initial_cwd && strlen(CCS initial_cwd) >= BIG_BUFFER_SIZE) {
29 - Ustrncpy(p + 4, initial_cwd, big_buffer_size-5);
30 - p += 4 + Ustrlen(initial_cwd);
35 + snprintf(CS p, big_buffer_size - (p - big_buffer), "%s", CCS initial_cwd);
/dports/devel/svk/SVK-v2.2.3/t/
H A D36push-pull.t10 my $initial_cwd = getcwd;
119 chdir ($initial_cwd);
288 chdir ($initial_cwd);
H A D07smerge-bidi-inc.t14 my $initial_cwd = getcwd;
/dports/mail/emailrelay/emailrelay-1.9/src/gui/
H A Ddir.h80 static G::Path thisdir( const std::string & argv0 , const G::Path & initial_cwd ) ;
83 static G::Path thisexe( const std::string & argv0 , const G::Path & initial_cwd ) ;
/dports/devel/svk/SVK-v2.2.3/t/bm/
H A Dpush-pull.t10 my $initial_cwd = getcwd;
128 chdir ($initial_cwd);
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtlink.c42 static char initial_cwd[MAXPATHLEN + 1]; variable
278 getcwd (initial_cwd, sizeof (initial_cwd)); in tlink_init()
538 || chdir (initial_cwd) != 0) in recompile_files()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtlink.c47 static char *initial_cwd; variable
284 initial_cwd = getpwd (); in tlink_init()
549 || chdir (initial_cwd) != 0) in recompile_files()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtlink.c47 static char *initial_cwd; variable
284 initial_cwd = getpwd (); in tlink_init()
549 || chdir (initial_cwd) != 0) in recompile_files()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtlink.c47 static char *initial_cwd; variable
284 initial_cwd = getpwd (); in tlink_init()
549 || chdir (initial_cwd) != 0) in recompile_files()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtlink.c46 static char *initial_cwd; variable
281 initial_cwd = getpwd (); in tlink_init()
547 || chdir (initial_cwd) != 0) in recompile_files()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtlink.c46 static char *initial_cwd; variable
281 initial_cwd = getpwd (); in tlink_init()
547 || chdir (initial_cwd) != 0) in recompile_files()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtlink.c46 static char *initial_cwd; variable
281 initial_cwd = getpwd (); in tlink_init()
547 || chdir (initial_cwd) != 0) in recompile_files()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtlink.c46 static char *initial_cwd; variable
281 initial_cwd = getpwd (); in tlink_init()
547 || chdir (initial_cwd) != 0) in recompile_files()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtlink.c46 static char *initial_cwd; variable
281 initial_cwd = getpwd (); in tlink_init()
547 || chdir (initial_cwd) != 0) in recompile_files()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtlink.c46 static char *initial_cwd; variable
281 initial_cwd = getpwd (); in tlink_init()
547 || chdir (initial_cwd) != 0) in recompile_files()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtlink.c46 static char *initial_cwd; variable
281 initial_cwd = getpwd (); in tlink_init()
547 || chdir (initial_cwd) != 0) in recompile_files()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtlink.c46 static char *initial_cwd; variable
281 initial_cwd = getpwd (); in tlink_init()
547 || chdir (initial_cwd) != 0) in recompile_files()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtlink.c46 static char *initial_cwd; variable
281 initial_cwd = getpwd (); in tlink_init()
547 || chdir (initial_cwd) != 0) in recompile_files()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtlink.c46 static char *initial_cwd; variable
281 initial_cwd = getpwd (); in tlink_init()
547 || chdir (initial_cwd) != 0) in recompile_files()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtlink.c46 static char *initial_cwd; variable
281 initial_cwd = getpwd (); in tlink_init()
547 || chdir (initial_cwd) != 0) in recompile_files()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/test/
H A Dtest_read_disk_directory_traversals.c65 char *initial_cwd, *cwd; in test_basic() local
509 initial_cwd = getcwd(NULL, PATH_MAX);/* Solaris getcwd needs the size. */ in test_basic()
511 initial_cwd = getcwd(NULL, 0); in test_basic()
545 assertEqualString(initial_cwd, cwd); in test_basic()
546 free(initial_cwd); in test_basic()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/libarchive/test/
H A Dtest_read_disk_directory_traversals.c65 char *initial_cwd, *cwd; in test_basic() local
509 initial_cwd = getcwd(NULL, PATH_MAX);/* Solaris getcwd needs the size. */ in test_basic()
511 initial_cwd = getcwd(NULL, 0); in test_basic()
545 assertEqualString(initial_cwd, cwd); in test_basic()
546 free(initial_cwd); in test_basic()
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/test/
H A Dtest_read_disk_directory_traversals.c88 char *initial_cwd, *cwd; in test_basic() local
532 initial_cwd = getcwd(NULL, PATH_MAX);/* Solaris getcwd needs the size. */ in test_basic()
534 initial_cwd = getcwd(NULL, 0); in test_basic()
568 assertEqualString(initial_cwd, cwd); in test_basic()
569 free(initial_cwd); in test_basic()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dcfgparse.c111 static char initial_cwd[PATH_MAX]; variable
1609 if (!*initial_cwd) { in cfg_apply_default_path()
1610 if (getcwd(initial_cwd, sizeof(initial_cwd)) == NULL) { in cfg_apply_default_path()
1616 else if (chdir(initial_cwd) == -1) { in cfg_apply_default_path()
1618 …memprintf(err, "Impossible to get back to initial directory '%s': %s", initial_cwd, strerror(errno… in cfg_apply_default_path()
1665 memprintf(err, "Impossible to get back to directory '%s': %s", initial_cwd, strerror(errno)); in cfg_apply_default_path()
2357 if (*initial_cwd && chdir(initial_cwd) == -1) { in readcfgfile()
2358 ha_alert("Impossible to get back to initial directory '%s' : %s\n", initial_cwd, strerror(errno)); in readcfgfile()
/dports/devel/p5-Alien-Base-ModuleBuild/Alien-Base-ModuleBuild-1.15/lib/Alien/Base/
H A DModuleBuild.pm940 my $initial_cwd = $CWD;
963 $CWD = $initial_cwd;

12345