Searched refs:then (Results 51 - 71 of 71) sorted by relevance

123

/freebsd-10.1-release/usr.bin/calendar/calendars/
H A Dcalendar.music13 01/08 David Bowie (then David Robert Jones) is born in London, 1947
/freebsd-10.1-release/sys/boot/i386/boot0/
H A Dboot0.S102 * It then initializes some memory at 0:0x800 and above (pointed by %bp)
443 * If we have pressed F5 or 5, then this is a good, fake value
534 andb $~0x80,%al # Clear MSB then print last
/freebsd-10.1-release/sys/netinet6/
H A Dmld6.c172 * As in6_setscope() takes IF_AFDATA_LOCK then SCOPE_LOCK, we can't call
744 * to MLDv2. If we are, then we must clear any recorded source lists,
1911 * for this group, then we are starting or finishing an MLD
1946 * If the delay argument is non-zero, then we must delay sending the
1994 * If this group was LEAVING, then make sure
2681 uint8_t mode, now, then; local
2795 then = im6s_get_mode(inm, ims, 0);
2797 __func__, then, now);
2798 if (now == then) {
/freebsd-10.1-release/sys/netinet/
H A Digmp.c498 * If the net.inet.igmp.sendlocal sysctl is 0, then IGMP reports are
892 * to IGMPv3. If we are, then we must clear any recorded source lists,
2264 * FUTURE: If IGIF_V3LITE is enabled for this interface, then we can
2301 * for this group, then we are starting or finishing an IGMP
2377 * If this group was LEAVING, then make sure
3019 uint8_t mode, now, then; local
3132 then = ims_get_mode(inm, ims, 0);
3134 __func__, then, now);
3135 if (now == then) {
H A Dsctputil.c807 * then setup to give these out. Note that we do no locking to
1989 * RTT was compelete. If a retran happened then we will be
2379 struct timeval now, then, *old; local
2383 old = &then;
2384 memcpy(&then, told, sizeof(struct timeval));
4283 * belong to stcb and move then to the new inp.
5474 /* find a more suitable one then this */
5567 * which is fine. Once we hit the rwnd_req, we then
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp825 Stmt *then, SourceLocation EL, Stmt *elsev)
830 SubExprs[THEN] = then;
824 IfStmt(const ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond, Stmt *then, SourceLocation EL, Stmt *elsev) argument
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dio.c465 try with just the suffix; then future tries add a number
480 before starting iteration, then convert back to UTF-8 for
590 try with just the suffix; then future tries add a number
605 before starting iteration, then convert back to UTF-8 for
824 ### temporary file, and then rename over the top of the destination,
833 ### because of this copy-to-temp-then-rename implementation. If it
844 /* For atomicity, we copy to a tmp file and then rename the tmp
878 read-only, then we'd have failed filling dst_tmp's contents. */
1220 apr_time_t now, then;
1232 then
1216 apr_time_t now, then; local
[all...]
/freebsd-10.1-release/sys/dev/aac/
H A Daac.c988 * data buffers associated with the command then it can bypass
1323 /* fetch relevant status and then release the command */
1691 time_t then; local
1697 then = time_uptime;
1709 if (time_uptime > (then + AAC_BOOT_TIMEOUT)) {
2032 time_t then; local
2043 /* then set it to signal the adapter */
2047 then = time_uptime;
2049 if (time_uptime > (then + AAC_IMMEDIATE_TIMEOUT)) {
2995 * Fetch the FIB header, then r
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql425 /* If this node was moved here or copied here, then the following fields may
580 statistics ar calculated for and then for every column in the index the
865 /* Format 31 adds the inherited_props column to the NODES table. C code then
H A Dwc-queries.sql1238 * These target table are then used for joins against NODES, or for reporting
/freebsd-10.1-release/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s147 CMPIB,>= 0,num,bn_mul_add_words_exit ; if (num <= 0) then exit
152 ; then go straight to the cleanup code.
H A Dpa-risc2W.s139 CMPIB,>= 0,num,bn_mul_add_words_exit ; if (num <= 0) then exit
144 ; then go straight to the cleanup code.
/freebsd-10.1-release/share/mk/
H A Dbsd.own.mk425 # If clang is not cc, then build gcc by default
/freebsd-10.1-release/contrib/subversion/
H A Dbuild-outputs.mk79 @if [ "$(SWIG)" = "none" ]; then \
491 if $(INSTALL_APACHE_MODS) ; then cd subversion/mod_authz_svn && $(LINK_APACHE_MOD) $(mod_authz_svn_LDFLAGS) -o mod_authz_svn.la $(LT_NO_UNDEFINED) $(mod_authz_svn_OBJECTS) ../../subversion/libsvn_repos/libsvn_repos-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la $(LIBS) ; else echo "fake" > subversion/mod_authz_svn/mod_authz_svn.la ; fi
497 if $(INSTALL_APACHE_MODS) ; then cd subversion/mod_dav_svn && $(LINK_APACHE_MOD) $(mod_dav_svn_LDFLAGS) -o mod_dav_svn.la $(LT_NO_UNDEFINED) $(mod_dav_svn_OBJECTS) ../../subversion/libsvn_repos/libsvn_repos-1.la ../../subversion/libsvn_fs/libsvn_fs-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la $(LIBS) ; else echo "fake" > subversion/mod_dav_svn/mod_dav_svn.la ; fi
503 if $(INSTALL_APACHE_MODS) ; then cd tools/server-side/mod_dontdothat && $(LINK_APACHE_MOD) $(mod_dontdothat_LDFLAGS) -o mod_dontdothat.la $(LT_NO_UNDEFINED) $(mod_dontdothat_OBJECTS) ../../../subversion/libsvn_subr/libsvn_subr-1.la $(SVN_XML_LIBS) $(LIBS) ; else echo "fake" > tools/server-side/mod_dontdothat/mod_dontdothat.la ; fi
976 if $(INSTALL_APACHE_MODS) ; then cd subversion/mod_dav_svn ; $(MKDIR) "$(APACHE_LIBEXECDIR)" ; $(INSTALL_MOD_SHARED) -n dav_svn mod_dav_svn.la ; fi
977 if $(INSTALL_APACHE_MODS) ; then cd subversion/mod_authz_svn ; $(MKDIR) "$(APACHE_LIBEXECDIR)" ; $(INSTALL_MOD_SHARED) -n authz_svn mod_authz_svn.la ; fi
1145 if $(INSTALL_APACHE_MODS) ; then cd tools/server-side/mod_dontdothat ; $(MKDIR) "$(APACHE_LIBEXECDIR)" ; $(INSTALL_MOD_SHARED) -n dontdothat mod_dontdothat.la ; fi
2517 if $(INSTALL_APACHE_MODS) ; then $(COMPILE_APACHE_MOD) $(canonicalized_srcdir)subversion/mod_authz_svn/mod_authz_svn.c ; else echo "fake" > subversion/mod_authz_svn/mod_authz_svn.lo ; fi
2520 if $(INSTALL_APACHE_MODS) ; then $(COMPILE_APACHE_MOD) $(canonicalized_srcdir)subversion/mod_dav_svn/activity.c ; else echo "fake" > subversion/mod_dav_svn/activity.lo ; fi
2523 if $(INSTALL_APACHE_MODS) ; then
[all...]
/freebsd-10.1-release/contrib/tcsh/
H A Dsh.func.c103 * acknowledged or not. If checkwarp() fails, then we are to assume that
370 * If expression was zero, then scan to else , otherwise just fall into
399 * pgrp's as the jobs would then have no way to get the tty (we can't give
972 stderror(ERR_NAME | ERR_NOTFOUND, "then/endif");
1064 stderror(ERR_NAME | ERR_NOTFOUND, "then/endif");
/freebsd-10.1-release/contrib/bmake/mk/
H A Ddirdeps.mk78 # If more than MACHINE is needed then sys.mk needs to decompose
/freebsd-10.1-release/contrib/ee/
H A Dnew_curse.c1925 | check for 'then' part
/freebsd-10.1-release/contrib/gcc/config/arm/
H A Dieee754-df.S1047 moveq r0, #0 @ then equal.
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h844 /// IfStmt - This represents an if/then/else.
855 Stmt *then, SourceLocation EL = SourceLocation(), Stmt *elsev = 0);
857 /// \brief Build an empty if/then/else statement
978 /// switch over an enum value then all cases have been explicitly covered.
/freebsd-10.1-release/contrib/sendmail/src/
H A Dqueue.c336 ** msync -- if true, then fsync() if SuperSafe interactive mode.
1042 ** being the sig) then the old signal handler (Oldsh) is called
1046 ** have a parent then handle the signal immediately, regardless of
1103 ** being the sig) then the old signal handler (Oldsh) is called to
1107 ** a parent then handle the signal immediately, regardless of
1499 ** If MaxQueueChildren active then test whether the start
1505 ** i.e., this work group might "starve" then.
1646 ** When work isn't directly being done then this process can take a signal
2165 ** the queue is "forced" then lets use 1 runner.
2171 /* No need to have more runners then ther
5398 time_t then = LastQueueTime; local
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c225 ** with a page-size of 65536 bytes crashes, then an instance of SQLite
401 ** If none of the above are defined, then set SQLITE_SYSTEM_MALLOC as
413 ** If SQLITE_MALLOC_SOFT_LIMIT is not zero, then try to keep the
517 ** be true and false so that the unreachable code then specify will
567 ** or constant definition does not appear in this file, then it is
754 ** SQLITE_THREADSAFE=1 or =2 then mutexes are enabled by default but
830 ** outstanding [prepared statements] or [BLOB handles], then it returns
864 ** sqlite3_exec() is not NULL, then it is invoked for each result row
868 ** is NULL, then no callback is ever invoked and result rows are
872 ** sqlite3_exec(), then executio
[all...]

Completed in 893 milliseconds

123