HomeSort by: relevance | last modified time | path
    Searched defs:relative_path (Results 1 - 16 of 16) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/engine/
test_program.cpp 301 engine::test_program::relative_path(void) const function in class:engine::test_program
368 relative_path());
480 % text::quote(object.relative_path().str(), '\'')
  /src/external/gpl2/groff/dist/src/libs/libgroff/
relocate.cpp 216 char *relative_path = (char *)path + INSTALLPATHLEN; local
217 size_t relative_path_len = strlen(relative_path);
220 strcat(relocated_path, relative_path);
  /src/external/gpl2/groff/dist/src/preproc/pic/
pic.y 265 %type <pth> path label_path relative_path
1345 relative_path: label
1360 relative_path
1362 | '(' relative_path ',' relative_path ')'
1368 | ORDINAL LAST object_type relative_path
1374 | LAST object_type relative_path
1380 | ORDINAL object_type relative_path
1386 | LABEL relative_path
  /src/external/ibm-public/postfix/dist/src/global/
dict_proxy.c 436 char *relative_path; local
470 relative_path = concatenate(MAIL_CLASS_PRIVATE "/",
472 if (access(relative_path, F_OK) == 0)
482 myfree(relative_path);
  /src/external/bsd/kyua-cli/dist/store/
migrate_v1_v2.sql 55 -- * Added missing column affinities to the absolute_path and relative_path
101 relative_path TEXT NOT NULL,
108 root, relative_path, test_suite_name,
110 SELECT test_program_id, action_id, absolute_path, root, relative_path,
schema_v1.sql 141 -- because it is basically the concatenation of root and relative_path.
144 -- combinations of root + relative_path can map to the same absolute path).
151 relative_path NOT NULL,
schema_v2.sql 175 -- because it is basically the concatenation of root and relative_path.
178 -- combinations of root + relative_path can map to the same absolute path).
185 relative_path TEXT NOT NULL,
  /src/external/bsd/pkg_install/dist/lib/
pkg_io.c 305 int relative_path; local
323 relative_path = !IS_FULLPATH(start) && !IS_URL(start);
326 relative_path ? cwd : "", len && relative_path ? "/" : "",
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
path.cc 200 path::relative_path() const function in class:path
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
path.cc 200 path::relative_path() const function in class:path
std-path.cc 216 path::relative_path() const function in class:path
  /src/external/bsd/ntp/dist/ntpd/
ntp_loopfilter.c 134 static char relative_path[PATH_MAX + 1]; /* relative path per recursive make */ variable
214 (void)strncpy(relative_path, __FILE__, PATH_MAX);
215 for (this_file=relative_path;
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
fs_path.cc 1375 // Find start of this->relative_path()
1386 // Find start of p.relative_path()
1566 path::relative_path() const function in class:path
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
fs_path.cc 1361 // Find start of this->relative_path()
1372 // Find start of p.relative_path()
1552 path::relative_path() const function in class:path
  /src/external/gpl3/gcc/dist/gcc/
lto-streamer-in.cc 256 char *relative_path = relative_path_prefix (data_wd, cwd); local
257 const char *relative = relative_path ? relative_path : data_wd;
284 free (relative_path);
  /src/external/gpl3/gcc.old/dist/gcc/
lto-streamer-in.cc 256 char *relative_path = relative_path_prefix (data_wd, cwd); local
257 const char *relative = relative_path ? relative_path : data_wd;
284 free (relative_path);

Completed in 78 milliseconds