Home
last modified time | relevance | path

Searched refs:get_fullpath (Results 1 – 16 of 16) sorted by relevance

/dports/net-im/farstream/farstream-0.2.9/tests/check/
H A Dtestutils.h30 gchar *get_fullpath (const gchar *filename);
H A Dtestutils.c89 get_fullpath (const gchar *filename) in get_fullpath() function
/dports/net-im/farstream/farstream-0.2.9/tests/check/base/
H A Dfscodec.c259 filename = get_fullpath ("base/test1.conf"); in GST_START_TEST()
351 filename = get_fullpath ("base/test1.conf"); in GST_START_TEST()
376 filename = get_fullpath ("base/test1.conf"); in GST_START_TEST()
/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Ddload.c61 static char *get_fullpath(const char *path, const char *filename, in get_fullpath() function
396 payload->destfile_name = get_fullpath(localpath, payload->remote_name, ""); in curl_download_internal()
397 payload->tempfile_name = get_fullpath(localpath, payload->remote_name, ".part"); in curl_download_internal()
537 payload->destfile_name = get_fullpath(localpath, in curl_download_internal()
551 payload->destfile_name = get_fullpath(localpath, effective_filename, ""); in curl_download_internal()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/aix/vm/
H A Dloadlib_aix.hpp55 const char* get_fullpath() const { in get_fullpath() function in LoadedLibraryModule
H A Dporting_aix.cpp312 dladdr_fixed_strings.intern(lib->get_fullpath()); in dladdr()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/aix/vm/
H A Dloadlib_aix.hpp55 const char* get_fullpath() const { in get_fullpath() function in LoadedLibraryModule
H A Dporting_aix.cpp312 dladdr_fixed_strings.intern(lib->get_fullpath()); in dladdr()
/dports/devel/clewn/clewn-1.14/
H A Dmisc.h88 char * get_fullpath __ARGS((char *, char *, char *, char *, struct obstack *));
H A Dmisc.c480 get_fullpath(name, sourcedir, source_cur, source_list, obs) in get_fullpath() function
H A Dnetbeans.c1198 pathname = get_fullpath(name, sourcedir, source_cur, source_list, obs);
/dports/databases/dbh/libdbh2-5.0.22/examples/
H A Dperformance.c161 get_fullpath(const gchar *path, struct dirent *d, struct stat *st){ in get_fullpath() function
212 gchar *fullpath=get_fullpath(path, d, &st); in check_filesystem()
263 gchar *fullpath=get_fullpath(path, d, &st); in qread_filesystem()
350 gchar *fullpath=get_fullpath(path, d, &st); in read_filesystem()
457 gchar *fullpath=get_fullpath(path, d, &st); in gread_filesystem()
/dports/net-im/farstream/farstream-0.2.9/tests/check/utils/
H A Dbinadded.c274 filename = get_fullpath ("utils/gstelements.conf"); in GST_START_TEST()
/dports/misc/sfm/sfm-0.4/
H A Dsfm.c130 static char *get_fullpath(char *, char *);
582 get_fullpath(char *first, char *second) in get_fullpath() function
632 ent_full = get_fullpath(fullpath, entry->d_name); in get_dirsize()
1730 tmpfull = get_fullpath(pane->dirn, entry->d_name); \ in set_direntr()
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dsavedata.c85 static char *get_fullpath(char *filename) { in get_fullpath() function
118 fullpath = get_fullpath(fc); in fileopen()
/dports/net-im/farstream/farstream-0.2.9/
H A DChangeLog8230 tests: Put get_fullpath into the generic testutils file