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

12

/freebsd-11-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-11-stable/gnu/usr.bin/binutils/libiberty/
H A DMakefile23 make-relative-prefix.c \
/freebsd-11-stable/gnu/usr.bin/cc/libiberty/
H A DMakefile20 xmalloc.c xmemdup.c xstrdup.c xstrerror.c make-relative-prefix.c \
/freebsd-11-stable/tools/regression/security/cap_test/
H A Dcap_test.c54 TEST_INIT(relative),
/freebsd-11-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-11-stable/bin/sh/
H A Dhistedit.c353 * relative histnums.
431 int relative = 0; local
437 relative = 1;
444 if (relative) {
/freebsd-11-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-11-stable/release/
H A DMakefile.ec220 EC2_SVNBRANCH!= ${SVN_CMD} info --show-item relative-url ${WORLDDIR} 2>/dev/null | sed -e 's/\^\///'
H A DMakefile.mirrors22 SRCBRANCH!= ${SVN_CMD} info --show-item relative-url ${WORLDDIR}
/freebsd-11-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-11-stable/lib/libbe/tests/
H A Dbe_create.sh155 # create a recursive boot environment named 'relative-snap'.
156 # This test is to ensure that a relative snapshot label can be used,
159 relative-snap \
164 zfs list "${zpool}/ROOT/relative-snap"
167 zfs list "${zpool}/ROOT/relative-snap/usr"
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dcr16-dis.c530 int relative = 0; local
631 relative = 1;
673 number = ((relative ? memaddr : 0) +
/freebsd-11-stable/contrib/bmake/mk/
H A Dauto.obj.mk66 # watch out for __objdir being relative path
H A Ddpadd.mk97 # For the -I's convert the path to a relative one. For separate objdirs
H A Dgendirdeps.mk34 # RELDIR is the relative path from ${SRCTOP} to ${_CURDIR}
/freebsd-11-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-11-stable/contrib/gcclibs/libiberty/
H A DMakefile.in142 make-relative-prefix.c \
173 ./make-relative-prefix.o ./make-temp-file.o \
744 ./make-relative-prefix.o: $(srcdir)/make-relative-prefix.c config.h \
747 $(COMPILE.c) $(PICFLAG) $(srcdir)/make-relative-prefix.c -o pic/$@; \
749 $(COMPILE.c) $(srcdir)/make-relative-prefix.c $(OUTPUT_OPTION)
/freebsd-11-stable/contrib/binutils/libiberty/
H A DMakefile.in142 make-relative-prefix.c \
173 ./make-relative-prefix.o ./make-temp-file.o \
768 ./make-relative-prefix.o: $(srcdir)/make-relative-prefix.c config.h \
771 $(COMPILE.c) $(PICFLAG) $(srcdir)/make-relative-prefix.c -o pic/$@; \
773 $(COMPILE.c) $(srcdir)/make-relative-prefix.c $(OUTPUT_OPTION)
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrtbegin.asm194 .entry: ld8 r15 = [loc0] // r15 <- dtor_ptr (gp-relative)
/freebsd-11-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-11-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-11-stable/sys/dev/mcd/
H A Dmcd.c128 static int msf2hsg(bcd_t *msf, int relative);
770 msf2hsg(bcd_t *msf, int relative) argument
773 bcd2bin(F_msf(msf)) - (!relative) * 150;
/freebsd-11-stable/share/mk/
H A Dgendirdeps.mk35 # RELDIR is the relative path from ${SRCTOP} to ${_CURDIR}

Completed in 305 milliseconds

12