Searched refs:absolute (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-11.0-release/contrib/ntp/lib/isc/win32/
H A Dtime.c94 i1.LowPart = t->absolute.dwLowDateTime;
95 i1.HighPart = t->absolute.dwHighDateTime;
100 t->absolute.dwLowDateTime = i1.LowPart;
101 t->absolute.dwHighDateTime = i1.HighPart;
108 t->absolute.dwLowDateTime = 0;
109 t->absolute.dwHighDateTime = 0;
116 if (t->absolute.dwLowDateTime == 0 &&
117 t->absolute.dwHighDateTime == 0)
127 GetSystemTimeAsFileTime(&t->absolute);
139 GetSystemTimeAsFileTime(&t->absolute);
[all...]
H A Dfile.c215 &time->absolute))
241 &time->absolute,
242 &time->absolute))
/freebsd-11.0-release/lib/libc/mips/gen/
H A Dfabs.S53 * Return absolute value of x.
57 abs.d $f0, $f12 # compute absolute value of x
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dtarget.c64 /* Get the absolute path of the first target. */
83 /* Copy the targets array, but with absolute paths instead of
85 common in all of the absolute paths. NOTE: This is not as
100 const char *absolute;
104 absolute = apr_pstrdup(pool, rel); /* ### TODO: avoid pool dup? */
106 SVN_ERR(svn_dirent_get_absolute(&absolute, rel, pool));
108 APR_ARRAY_PUSH(abs_targets, const char *) = absolute;
121 *pcommon = svn_uri_get_longest_ancestor(*pcommon, absolute, pool);
123 *pcommon = svn_dirent_get_longest_ancestor(*pcommon, absolute,
263 /* Create our list of absolute path
98 const char *absolute; local
[all...]
H A Ddirent_uri.c123 /* Calculates the length of the dirent absolute or non absolute root in
165 * in the case in which DIRENT is absolute and there are no more
202 /* We have an absolute uri */
223 a non absolute root. (E.g. '/' or 'F:' on Windows) */
234 /* On Windows, dirent is also absolute when it starts with 'H:' or 'H:/'
269 * in the case in which URI is absolute and there are no more
436 /* If this is an absolute path, then just copy over the initial
770 * 1) PATH1 is empty, and PATH2 is not empty and not an absolute path.
800 /* check if this is an absolute pat
2005 const char *absolute; local
[all...]
/freebsd-11.0-release/share/mk/
H A Dnetbsd-tests.test.mk9 .error "Please define TESTSRC to the absolute path of the test sources, e.g. $${SRCTOP}/contrib/netbsd-tests/lib/libc/stdio"
H A Dgendirdeps.mk37 # _CURDIR is the absolute version of ${.CURDIR}
38 # _OBJDIR is the absolute version of ${.OBJDIR}
89 # they should all be absolute paths
H A Dlocal.meta.sys.mk179 # the target is usually an absolute path
/freebsd-11.0-release/contrib/ntp/lib/isc/win32/include/isc/
H A Dtime.h82 FILETIME absolute; member in struct:isc_time
124 * Set 't' to the current absolute time.
143 * Set *t to the current absolute time + i.
/freebsd-11.0-release/contrib/ldns-host/
H A Dldns-host.c593 "\t-N consider names with at least this many dots as absolute\n"
774 bool absolute, bool close_tcp) {
778 if (absolute && query(res, domain, pkt, close_tcp))
795 if (!absolute && query(res, domain, pkt, close_tcp))
858 dosearch(ldns_resolver *res, ldns_rdf *domain, bool absolute) { argument
862 dname = search(res, domain, &pkt, absolute, true);
871 dozonetransfer(ldns_resolver *res, ldns_rdf *domain, bool absolute) { argument
880 dname = search(res, domain, &pkt, absolute, false);
912 dosoa(ldns_resolver *res, ldns_rdf *domain, bool absolute) { argument
919 if ((dname = search(res, domain, &pkt, absolute, tru
773 search(ldns_resolver *res, ldns_rdf *domain, ldns_pkt **pkt, bool absolute, bool close_tcp) argument
[all...]
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc52 // Swap a and b if necessary so that a has the larger absolute value.
H A Dfp_extend_impl.inc63 // Break a into a sign and representation of the absolute value
H A Dfp_trunc_impl.inc73 // Break a into a sign and representation of the absolute value
/freebsd-11.0-release/usr.sbin/makefs/
H A Dmtree.c1008 mtree_error("absolute path cannot contain "
1022 mtree_error("absolute path cannot contain . or .. "
1028 /* Ignore absolute specfications that end with a slash. */
/freebsd-11.0-release/libexec/rtld-elf/powerpc/
H A Drtld_start.S54 * convert to absolute addresses.
57 * - Use this instruction to determine the GOT absolute address
59 * value of _DYNAMIC. Subtract this value from the absolute
76 add %r3,%r4,%r3 /* r3 = &_DYNAMIC, absolute value */
79 mflr %r4 /* &_GLOBAL_OFFSET_TABLE_, absolute value */
141 mtctr %r3 # move absolute target addr into ctr
158 * area at the start of the PLT. The absolute address of the _rtld_bind_start
185 * the absolute address of the jumptable.
190 * absolute address of the external routine is loaded from the
/freebsd-11.0-release/libexec/rtld-elf/powerpc64/
H A Drtld_start.S54 * convert to absolute addresses.
63 add %r3,%r4,%r3 /* r3 = &_DYNAMIC, absolute value */
152 mtctr %r3 # move absolute target addr into ctr
/freebsd-11.0-release/contrib/llvm/lib/Support/Windows/
H A DPath.inc64 // Convert a UTF-8 path to UTF-16. Also, if the absolute equivalent of the
65 // path is longer than CreateDirectory can tolerate, make it absolute and
76 // If we made this path absolute, how much longer would it get?
86 // Would the absolute path be longer than our limit?
813 fs::make_absolute(Result); // Make it absolute if not already.
/freebsd-11.0-release/contrib/bmake/mk/
H A Dgendirdeps.mk36 # _CURDIR is the absolute version of ${.CURDIR}
37 # _OBJDIR is the absolute version of ${.OBJDIR}
88 # they should all be absolute paths
H A Dmanifest.mk23 # that provides the absolute path to the contents
H A Dmeta.stage.mk51 # and make sure we have absolute paths so that bmake
H A Dsys.mk89 # convert path to absolute
/freebsd-11.0-release/contrib/llvm/lib/Support/Unix/
H A DPath.inc91 /* First approach: absolute path. */
/freebsd-11.0-release/sys/boot/i386/zfsboot/
H A Dzfsldr.S173 pushl %ecx # Starting absolute block
/freebsd-11.0-release/contrib/gcc/config/ia64/
H A Dcrtbegin.asm196 add r16 = r15, loc2 // r16 <- dtor_ptr (absolute)
/freebsd-11.0-release/contrib/apr-util/
H A DMakefile.win155 !MESSAGE or all absolute paths).

Completed in 219 milliseconds

123