Home
last modified time | relevance | path

Searched refs:xlde (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
55 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
62 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
63 strcmp(xlde->d_name, "..") == 0) in copydir()
66 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
67 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
98 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
102 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
103 strcmp(xlde->d_name, "..") == 0) in copydir()
106 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
55 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
62 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
63 strcmp(xlde->d_name, "..") == 0) in copydir()
66 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
67 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
98 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
102 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
103 strcmp(xlde->d_name, "..") == 0) in copydir()
106 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
55 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
62 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
63 strcmp(xlde->d_name, "..") == 0) in copydir()
66 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
67 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
98 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
102 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
103 strcmp(xlde->d_name, "..") == 0) in copydir()
106 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
51 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
58 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
59 strcmp(xlde->d_name, "..") == 0) in copydir()
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
63 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
90 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
94 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
95 strcmp(xlde->d_name, "..") == 0) in copydir()
98 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
51 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
58 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
59 strcmp(xlde->d_name, "..") == 0) in copydir()
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
63 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
90 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
94 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
95 strcmp(xlde->d_name, "..") == 0) in copydir()
98 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
51 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
58 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
59 strcmp(xlde->d_name, "..") == 0) in copydir()
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
63 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
90 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
94 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
95 strcmp(xlde->d_name, "..") == 0) in copydir()
98 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
51 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
58 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
59 strcmp(xlde->d_name, "..") == 0) in copydir()
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
63 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
90 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
94 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
95 strcmp(xlde->d_name, "..") == 0) in copydir()
98 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
51 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
58 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
59 strcmp(xlde->d_name, "..") == 0) in copydir()
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
63 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
90 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
94 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
95 strcmp(xlde->d_name, "..") == 0) in copydir()
98 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
51 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
58 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
59 strcmp(xlde->d_name, "..") == 0) in copydir()
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
63 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
90 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
94 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
95 strcmp(xlde->d_name, "..") == 0) in copydir()
98 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
51 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
58 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
59 strcmp(xlde->d_name, "..") == 0) in copydir()
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
63 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
90 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
94 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
95 strcmp(xlde->d_name, "..") == 0) in copydir()
98 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
51 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
58 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
59 strcmp(xlde->d_name, "..") == 0) in copydir()
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
63 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
90 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
94 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
95 strcmp(xlde->d_name, "..") == 0) in copydir()
98 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
51 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
58 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
59 strcmp(xlde->d_name, "..") == 0) in copydir()
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
63 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
90 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
94 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
95 strcmp(xlde->d_name, "..") == 0) in copydir()
98 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
51 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
58 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
59 strcmp(xlde->d_name, "..") == 0) in copydir()
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
63 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
90 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
94 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
95 strcmp(xlde->d_name, "..") == 0) in copydir()
98 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
55 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
62 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
63 strcmp(xlde->d_name, "..") == 0) in copydir()
66 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
67 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
98 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
102 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
103 strcmp(xlde->d_name, "..") == 0) in copydir()
106 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
51 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
58 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
59 strcmp(xlde->d_name, "..") == 0) in copydir()
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
63 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
90 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
94 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
95 strcmp(xlde->d_name, "..") == 0) in copydir()
98 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
51 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
58 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
59 strcmp(xlde->d_name, "..") == 0) in copydir()
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
63 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
90 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
94 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
95 strcmp(xlde->d_name, "..") == 0) in copydir()
98 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
51 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
58 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
59 strcmp(xlde->d_name, "..") == 0) in copydir()
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
63 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
90 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
94 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
95 strcmp(xlde->d_name, "..") == 0) in copydir()
98 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
51 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
58 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
59 strcmp(xlde->d_name, "..") == 0) in copydir()
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
63 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
90 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
94 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
95 strcmp(xlde->d_name, "..") == 0) in copydir()
98 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
51 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
58 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
59 strcmp(xlde->d_name, "..") == 0) in copydir()
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
63 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
90 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
94 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
95 strcmp(xlde->d_name, "..") == 0) in copydir()
98 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
51 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
58 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
59 strcmp(xlde->d_name, "..") == 0) in copydir()
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
63 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
90 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
94 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
95 strcmp(xlde->d_name, "..") == 0) in copydir()
98 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
51 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
58 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
59 strcmp(xlde->d_name, "..") == 0) in copydir()
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
63 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
90 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
94 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
95 strcmp(xlde->d_name, "..") == 0) in copydir()
98 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
55 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
62 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
63 strcmp(xlde->d_name, "..") == 0) in copydir()
66 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
67 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
98 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
102 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
103 strcmp(xlde->d_name, "..") == 0) in copydir()
106 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
51 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
58 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
59 strcmp(xlde->d_name, "..") == 0) in copydir()
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
63 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
90 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
94 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
95 strcmp(xlde->d_name, "..") == 0) in copydir()
98 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
51 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
58 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
59 strcmp(xlde->d_name, "..") == 0) in copydir()
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
63 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
90 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
94 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
95 strcmp(xlde->d_name, "..") == 0) in copydir()
98 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/storage/file/
H A Dcopydir.c40 struct dirent *xlde; in copydir() local
51 while ((xlde = ReadDir(xldir, fromdir)) != NULL) in copydir()
58 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
59 strcmp(xlde->d_name, "..") == 0) in copydir()
62 snprintf(fromfile, sizeof(fromfile), "%s/%s", fromdir, xlde->d_name); in copydir()
63 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()
90 while ((xlde = ReadDir(xldir, todir)) != NULL) in copydir()
94 if (strcmp(xlde->d_name, ".") == 0 || in copydir()
95 strcmp(xlde->d_name, "..") == 0) in copydir()
98 snprintf(tofile, sizeof(tofile), "%s/%s", todir, xlde->d_name); in copydir()

12345678910>>...13