| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/ |
| D | CodeGenOptions.def | 36 CODEGENOPT(CUDAIsDevice , 1, 0) ///< Set when compiling for CUDA device. 39 ///< aliases to base ctors when possible. 40 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled. 41 CODEGENOPT(DisableFPElim , 1, 0) ///< Set when -fomit-frame-pointer is enabled. 48 CODEGENOPT(DisableRedZone , 1, 0) ///< Set when -mno-red-zone is enabled. 52 ///< Only useful when running CodeGen as a 61 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled. 64 CODEGENOPT(InstrumentFunctions , 1, 0) ///< Set when -finstrument-functions is 66 CODEGENOPT(InstrumentForProfiling , 1, 0) ///< Set when -pg is enabled. 70 CODEGENOPT(NoCommon , 1, 0) ///< Set when -fno-common or C++ is enabled. [all …]
|
| /freebsd-10-stable/contrib/groff/contrib/mom/ |
| D | BUGS | 33 Post-quote spacing still wonky when paragraph spacing is turned on. 46 Spacing under quotes not correct when paragraph spacing is turned 68 Gaps are appearing at the bottom of pages when there's a linebreak 77 Changes made to ALD and LS in version 1.2-c should not apply when 79 conflict with the internal use of ALD when the docheader is only 80 one line long (as, for example, when DOCTYPE is CHAPTER). 102 .PAD not co-operating with mom's fontstyles, esp. when a full 112 Footnote markers not resetting properly on new pages when COLUMNS 124 COL_NEXT and COL_BREAK, when invoked during the last column on a 126 page when there are footnotes in the column. [all …]
|
| D | NEWS | 11 Footnotes can run on when being referenced by line number. 37 running text (after the first page) when using the docprocessing 95 the bottom page has been obsoleted. However, both EL and TN, when 97 arguments to TAB_SET or ST when no QUAD argument is given), must now 122 Adjusted vertical placement of hyphens around page numbering when 182 docprocessing tags (yes, there are times when users want to do 198 running text falls on a "legal" baseline when <distance> is given. 207 that (collated) docs have the correct page numbering style when the 213 when either headers or footers are on, mom picks up the correct 223 BAD NEWS: mom appears to be crippled in some areas when run with [all …]
|
| /freebsd-10-stable/contrib/bmake/unit-tests/ |
| D | varmisc.exp | 2 :D expanded when var set 5 :U expanded when var undef 10 :U skipped when var set 12 :? only lhs when value true 15 :? only rhs when value false
|
| D | varmisc.mk | 18 @echo :U skipped when var set 26 @echo :U expanded when var undef 30 @echo :D expanded when var set 34 @echo :? only lhs when value true 38 @echo :? only rhs when value false
|
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | event-loop.c | 171 struct timeval when; member 980 timer_ptr->when.tv_sec = time_now.tv_sec + delta.tv_sec; in create_timer() 981 timer_ptr->when.tv_usec = time_now.tv_usec + delta.tv_usec; in create_timer() 983 if (timer_ptr->when.tv_usec >= 1000000) in create_timer() 985 timer_ptr->when.tv_sec += 1; in create_timer() 986 timer_ptr->when.tv_usec -= 1000000; in create_timer() 1002 if ((timer_index->when.tv_sec > timer_ptr->when.tv_sec) || in create_timer() 1003 ((timer_index->when.tv_sec == timer_ptr->when.tv_sec) in create_timer() 1004 && (timer_index->when.tv_usec > timer_ptr->when.tv_usec))) in create_timer() 1078 if ((timer_ptr->when.tv_sec > time_now.tv_sec) || in handle_timer_event() [all …]
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/ |
| D | time.c | 90 svn_time_to_cstring(apr_time_t when, apr_pool_t *pool) in svn_time_to_cstring() argument 104 apr_time_exp_gmt(&exploded_time, when); in svn_time_to_cstring() 135 svn_time_from_cstring(apr_time_t *when, const char *data, apr_pool_t *pool) in svn_time_from_cstring() argument 167 apr_err = apr_time_exp_gmt_get(when, &exploded_time); in svn_time_from_cstring() 198 apr_err = apr_time_exp_gmt_get(when, &exploded_time); in svn_time_from_cstring() 211 svn_time_to_human_cstring(apr_time_t when, apr_pool_t *pool) in svn_time_to_human_cstring() argument 219 ret = apr_time_exp_lt(&exploded_time, when); in svn_time_to_human_cstring()
|
| /freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| D | profile.c | 334 profile_online(void *arg, cpu_t *cpu, cyc_handler_t *hdlr, cyc_time_t *when) in profile_online() argument 346 when->cyt_interval = prof->prof_interval; in profile_online() 347 when->cyt_when = dtrace_gethrtime() + when->cyt_interval; in profile_online() 349 pcpu->profc_expected = when->cyt_when; in profile_online() 350 pcpu->profc_interval = when->cyt_interval; in profile_online() 370 cyc_time_t when; in profile_enable() local 380 when.cyt_interval = prof->prof_interval; in profile_enable() 381 when.cyt_when = dtrace_gethrtime() + when.cyt_interval; in profile_enable() 390 prof->prof_cyclic = cyclic_add(&hdlr, &when); in profile_enable()
|
| /freebsd-10-stable/sys/netgraph/ |
| D | ng_pipe.c | 68 struct timeval when; /* this packet's due time */ member 636 struct timeval *when = &hinfo->qin_utime; in ngp_rcvdata() local 637 if (when->tv_sec < now->tv_sec || (when->tv_sec == now->tv_sec in ngp_rcvdata() 638 && when->tv_usec < now->tv_usec)) { in ngp_rcvdata() 639 when->tv_sec = now->tv_sec; in ngp_rcvdata() 640 when->tv_usec = now->tv_usec; in ngp_rcvdata() 768 struct timeval *when; in pipe_dequeue() local 780 when = &hinfo->qin_utime; in pipe_dequeue() 781 if (when->tv_sec > now->tv_sec || (when->tv_sec == now->tv_sec in pipe_dequeue() 782 && when->tv_usec > now->tv_usec)) in pipe_dequeue() [all …]
|
| /freebsd-10-stable/contrib/gcc/config/ |
| D | t-svr4 | 1 # We need to use -fPIC when we are using gcc to compile the routines in 2 # crtstuff.c. This is only really needed when we are going to use gcc/g++ 3 # to produce a shared library, but since we don't know ahead of time when 4 # we will be doing that, we just always use -fPIC when compiling the
|
| /freebsd-10-stable/contrib/gcc/config/i386/ |
| D | t-crtpic | 3 # We need to use -fPIC when we are using gcc to compile the routines in 4 # crtstuff.c. This is only really needed when we are going to use gcc/g++ 5 # to produce a shared library, but since we don't know ahead of time when 6 # we will be doing that, we just always use -fPIC when compiling the
|
| /freebsd-10-stable/bin/sh/tests/expansion/ |
| D | trim6.0 | 18 [ "$y" = @ ] || echo "error when unquoted in non-splitting context" 19 [ "$yq" = @ ] || echo "error when quoted in non-splitting context" 20 [ "${v##*"$e"}" = @ ] || echo "error when quoted in splitting context" 22 [ ${v##*"$e"} = @ ] || echo "error when unquoted in splitting context"
|
| /freebsd-10-stable/crypto/openssl/doc/crypto/ |
| D | RSA_get_ex_new_index.pod | 39 are called when the parent structure (in this case an RSA structure) is 40 initially created, when it is copied and when it is freed up. If any or all of 59 B<new_func()> is called when a structure is initially allocated (for example 64 B<free_func()> is called when a structure is being freed up. The dynamic parent 65 structure members should not be accessed because they will be freed up when 74 B<RSA_get_ex_new_index()> when the functions were initially registered. Finally 76 corresponding parameters when B<RSA_get_ex_new_index()> was called. 78 B<dup_func()> is called when a structure is being copied. Pointers to the 81 the source application data when the function is called, when the function returns 109 present in the parent RSA structure when it is called.
|
| /freebsd-10-stable/contrib/serf/ |
| D | CHANGES | 3 Fix issue #153: SSPI CredHandle not freed when APR pool is destroyed. 26 Fix a race condition when initializing OpenSSL from multiple threads (r2263) 27 Fix issue #138: Incorrect pkg-config file when GSSAPI isn't configured 41 Fix host header when url contains a username or password (r2170) 47 Do not invoke progress callback when no data was received (r2144) 50 Fix build when GSSAPI not in default include path (2155) 55 Fix the .pc file when installing serf in a non-default LIBDIR (r2191) 85 - continue functioning when a server sets KeepAlive: off 108 Fixed issue 94: Serf can enter an infinite loop when server aborts conn. 115 Return error when C-L, chunked, gzip encoded response bodies were [all …]
|
| /freebsd-10-stable/contrib/ipfilter/lib/ |
| D | save_v1trap.c | 299 maketrap_v1(community, buffer, bufsize, msg, msglen, ipaddr, when) in maketrap_v1() argument 306 time_t when; 379 s[0] = when >> 24; 380 s[1] = when >> 16; 381 s[2] = when >> 8; 382 s[3] = when & 0xff; 446 sendtrap_v1_0(fd, community, msg, msglen, when) in sendtrap_v1_0() argument 450 time_t when; 457 (u_char *)msg, msglen, 0, when);
|
| /freebsd-10-stable/contrib/gdb/gdb/doc/ |
| D | observer.texi | 9 when GDB reaches certain states, or certain events occur in GDB. 21 when attaching the callback. In return, the subject will provide 26 as it lacks a mechanism that would deallocate this data when the 32 data when attaching the callback. 42 @value{GDBN} notifies all @code{normal_stop} observers when the 47 Note that the @code{normal_stop} notification is not emitted when 62 Remove @var{observer} from the list of observers to be notified when
|
| /freebsd-10-stable/contrib/subversion/subversion/include/ |
| D | svn_time.h | 45 svn_time_to_cstring(apr_time_t when, 52 svn_time_from_cstring(apr_time_t *when, 60 svn_time_to_human_cstring(apr_time_t when,
|
| /freebsd-10-stable/sys/cddl/dev/profile/ |
| D | profile.c | 493 profile_online(void *arg, cpu_t *cpu, cyc_handler_t *hdlr, cyc_time_t *when) in profile_online() argument 504 when->cyt_interval = prof->prof_interval; in profile_online() 505 when->cyt_when = gethrtime() + when->cyt_interval; in profile_online() 507 pcpu->profc_expected = when->cyt_when; in profile_online() 508 pcpu->profc_interval = when->cyt_interval; in profile_online() 528 cyc_time_t when; in profile_enable() local 537 when.cyt_interval = prof->prof_interval; in profile_enable() 538 when.cyt_when = gethrtime() + when.cyt_interval; in profile_enable() 547 prof->prof_cyclic = cyclic_add(&hdlr, &when); in profile_enable()
|
| /freebsd-10-stable/sbin/dhclient/ |
| D | dispatch.c | 168 if (timeouts->when <= cur_time) { in dispatch() 183 howlong = timeouts->when - cur_time; in dispatch() 351 add_timeout(time_t when, void (*where)(void *), void *what) in add_timeout() argument 385 q->when = when; in add_timeout() 390 if (!timeouts || timeouts->when > q->when) { in add_timeout() 398 if (t->next->when > q->when) { in add_timeout()
|
| /freebsd-10-stable/contrib/libreadline/ |
| D | CHANGES | 6 a. Fixed a problem that caused segmentation faults when using readline in 13 c. Fixed a problem with key sequence translation when presented with the 35 when there are non-printing characters in the primary prompt. 43 l. Fixed a problem with the callback interface that caused it to fail when 46 m. Fixed a bug that could cause a core dump when an edited history entry was 49 n. Fixed a bug that caused readline to reference freed memory when attmpting 60 r. Fixed a redisplay bug that occurred in multibyte-capable locales when the 93 end-of-line when manipulating multibyte characters. 96 end-of-line when manipulating multibyte characters. 102 string when it contains multibyte characters. [all …]
|
| /freebsd-10-stable/contrib/ntp/sntp/libevent/ |
| D | ChangeLog-1.4 | 9 o Fix a crash when reading badly formatted resolve.conf (5b10d00 Yasuoka Masahiko) 17 o Do not send an HTTP error when we've already closed or responded. (4fd2dd9 Pavel Plesov) 24 o Fix memory leak when setting up priorities; reported by Alexander Drozdov (cb1a722) 25 o Clean up properly when adding a signal handler fails. (ae6ece0 Gilad Benjamini) 33 …ead, start out accepting 32 events at a time, and double the queue's size when it seems that the O… 35 o Do not drop data from evbuffer when out of memory; reported by Jacek Masiulaniec 38 o Fix a problem with excessive memory allocation when using multiple event priorities. 43 …o Try to contain degree of failure when running on a win32 version so heavily firewalled that we c… 45 o Use __VA_ARGS__ syntax for varargs macros in event_rpcgen when compiler is not GCC. 48 o Do not break evdns connections to nameservers when our IP changes. [all …]
|
| /freebsd-10-stable/contrib/gcc/config/sparc/ |
| D | t-sol2 | 17 # We need to use -fPIC when we are using gcc to compile the routines in 18 # crtstuff.c. This is only really needed when we are going to use gcc/g++ 19 # to produce a shared library, but since we don't know ahead of time when 20 # we will be doing that, we just always use -fPIC when compiling the
|
| /freebsd-10-stable/contrib/gcc/ |
| D | gdbinit.in | 7 Works only when an inferior is executing. 16 Works only when an inferior is executing. 31 Works only when an inferior is executing. 40 Works only when an inferior is executing. 49 Works only when an inferior is executing. 58 Works only when an inferior is executing.
|
| /freebsd-10-stable/contrib/less/ |
| D | NEWS | 32 searching, to help when viewing syntax-highlighted code. 40 * Fix buffering bug when using stdin with a LESSOPEN pipe. 53 * Fix erroneous binary file warning when UTF-8 file contains ANSI SGR sequences. 55 * Fix bugs when using LESSOPEN and switching between stdin and other files. 74 * Make search highlights work correctly when changing caselessness with -i. 78 * Fix "nothing to search" error when top or bottom line on screen is empty. 80 * Fix bug when terminal has no "cm" termcap entry. 82 * Fix incorrect display when entering double-width chars in search string. 96 * Disable history feature when compiled with LESSHISTFILE set to "-". 142 * Fix display bug when using up/down arrow on the command line. [all …]
|
| /freebsd-10-stable/contrib/libbegemot/ |
| D | rpoll.c | 177 tval_t when; /* next time to trigger in usecs! */ member 406 p->when = GETUSECS() + usecs; in poll_start_utimer() 459 return tims[t1].when < tims[t2].when ? -1 in tim_cmp() 460 : tims[t1].when > tims[t2].when ? +1 in tim_cmp() 535 i, tfd[i]->when - now); in poll_dispatch() 538 if((tout = tims[tfd[0]].when - now) < 0) in poll_dispatch() 628 if(tims[tfd[i]].when > now) in poll_dispatch() 636 tims[tfd[i]].when = now + tims[tfd[i]].usecs; in poll_dispatch()
|