Searched refs:relative (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-13-stable/contrib/tcsh/
H A Dtc.sched.c65 int relative; /* time specified as +hh:mm */ local
129 relative = 0;
133 cp++, relative++;
146 if (*cp && relative)
152 if (relative) {
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarname-dot-parsedir.mk6 # The .PARSEDIR may be absolute or relative, therefore there is not much that
32 # being parsed is a relative pathname. See PrintLocation for details.
H A Dvarname-dot-parsefile.mk27 # being parsed is a relative pathname. See PrintLocation for details.
/freebsd-13-stable/tools/regression/security/cap_test/
H A Dcap_test.c54 TEST_INIT(relative),
/freebsd-13-stable/sys/i386/linux/
H A Dlinux_locore.asm102 .long .startsigcode-. /* PC-relative start address */
112 .long .startrtsigcode-. /* PC-relative start address */
144 .long .startvsyscall-. /* PC-relative start address */
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_locore.asm109 .long .startsigcode-. /* PC-relative start address */
119 .long .startrtsigcode-. /* PC-relative start address */
151 .long .startvsyscall-. /* PC-relative start address */
/freebsd-13-stable/contrib/atf/test-programs/
H A Dsrcdir_test.sh108 atf_test_case relative
111 atf_set "descr" "Checks that passing a relative path through -s" \
142 atf_add_test_case relative
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_path.h88 * can be any path, absolute or relative to @a base.
99 * use this function for constructing URLs, or for relative URLs or
332 /** Convert @a relative canonicalized path to an absolute path and
335 * @a relative may be a URL, in which case no attempt is made to convert it,
344 const char *relative,
374 * to an array of targets relative to @a *pcommon, and if
438 * actually tweaks those targets to be relative to the "grandfather
679 /** Repository relative URLs
681 * @defgroup svn_path_repos_relative_urls Repository relative URLs
686 * Return @c TRUE iff @a path is a repository-relative UR
[all...]
H A Dsvn_dirent_uri.h24 * @brief A library to manipulate URIs, relative paths and directory entries.
29 * either relative or absolute format.
44 * - a relative path (relpath) is an unrooted path that can be joined
45 * to any other relative path, uri or dirent. A relative path is
76 * path within a repository -- is a path relative to the root of
101 * - If your path is relative, and is somewhat ambiguous unless it's
107 * paths. We'd prefer to use relpaths (relative to the root
120 * always go via the relative path format, perhaps by truncating a
676 /** Return the longest common path shared by two relative path
[all...]
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_locore.asm103 .long .startrtsigcode-. /* PC-relative start address */
/freebsd-13-stable/bin/sh/
H A Dhistedit.c358 * relative histnums.
436 int relative = 0; local
442 relative = 1;
449 if (relative) {
/freebsd-13-stable/lib/libbe/tests/
H A Dbe_create.sh165 # create a recursive boot environment named 'relative-snap'.
166 # This test is to ensure that a relative snapshot label can be used,
169 relative-snap \
174 zfs list "${zpool}/ROOT/relative-snap"
177 zfs list "${zpool}/ROOT/relative-snap/usr"
/freebsd-13-stable/contrib/netbsd-tests/lib/libutil/
H A Dt_parsedate.c228 ATF_TC(relative); variable
230 ATF_TC_HEAD(relative, tc)
232 atf_tc_set_md_var(tc, "descr", "Test relative items"
236 ATF_TC_BODY(relative, tc)
264 * Test relative to a number of fixed dates. Avoid the
266 * of the relative date, and use a prime step for maximum
576 ATF_TP_ADD_TC(tp, relative);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddirent_uri.c516 if (seglen > 2) /* drive relative path */
1029 /* '/' is drive relative on Windows, not absolute like on Posix */
1629 const char *relative,
1636 SVN_ERR_ASSERT(! svn_path_is_url(relative));
1638 /* Merge the current working directory with the relative dirent. */
1639 SVN_ERR(svn_path_cstring_from_utf8(&path_apr, relative, pool));
1659 if (svn_dirent_is_absolute(relative)
1660 && svn_dirent_is_canonical(relative, pool)
1661 && !svn_path_is_backpath_present(relative))
1663 *pabsolute = apr_pstrdup(pool, relative);
1626 svn_dirent_get_absolute(const char **pabsolute, const char *relative, apr_pool_t *pool) argument
[all...]
H A Dpath.c1106 const char *relative,
1109 if (svn_path_is_url(relative))
1111 *pabsolute = apr_pstrdup(pool, relative);
1115 return svn_dirent_get_absolute(pabsolute, relative, pool);
1301 /* Repository relative URLs (^/). */
1317 _("Improper relative URL '%s'"),
1100 svn_path_get_absolute(const char **pabsolute, const char *relative, apr_pool_t *pool) argument
/freebsd-13-stable/contrib/bmake/mk/
H A Dauto.obj.mk66 # watch out for __objdir being relative path
H A Ddirdeps-targets.mk22 # DIRDEPS_TARGETS_DIRS which are relative to SRCTOP.
/freebsd-13-stable/share/mk/
H A Dauto.obj.mk67 # watch out for __objdir being relative path
H A Ddirdeps-targets.mk23 # DIRDEPS_TARGETS_DIRS which are relative to SRCTOP.
/freebsd-13-stable/contrib/kyua/integration/
H A Dcmd_list_test.sh133 kyua: E: Program name '/a/b' must be relative to the test suite, not absolute.
174 kyua: E: Program name '/foo' must be relative to the test suite, not absolute.
/freebsd-13-stable/libexec/rtld-elf/powerpc/
H A Drtld_start.S68 lwz %r28,0(%r30) # get base-relative &_DYNAMIC
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql115 on each node in the WC, relative to the NODES table row for the
122 path is known to have text or property changes relative to its
141 the properties, relative to WORKING/BASE as appropriate. */
443 logically unmodified relative to its base, taking account of keywords
/freebsd-13-stable/contrib/kyua/engine/
H A Dscheduler.cpp288 /// path is relative. We should fix somehow: maybe making the fs module grab
298 const std::string& relative = program.relative_path().str(); local
302 0, absolute.length() - relative.length());
555 /// \param binary_ The name of the test program binary relative to root_.
/freebsd-13-stable/contrib/apr-util/
H A DMakefile.win26 # Provide the APR_PATH, API_PATH and APU_PATH entirely relative
175 !MESSAGE or provide APR_PATH, API_PATH and APU_PATH (all relative to each other,
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzfs-tests.sh330 -t PATH Run single test at PATH relative to test suite

Completed in 292 milliseconds

12