Searched refs:now (Results 26 - 50 of 672) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/apr/tables/
H A Dapr_hash.c99 apr_time_t now = apr_time_now(); local
106 ht->seed = (unsigned int)((now >> 32) ^ now ^ (apr_uintptr_t)pool ^
107 (apr_uintptr_t)ht ^ (apr_uintptr_t)&now) - 1;
/freebsd-11-stable/contrib/binutils/
H A DMakefile.in543 # autoconf'ed ones should be passed by X11_FLAGS_TO_PASS for now.
2405 echo If you really want to send e-mail, run ./$@ now
2413 echo If you really want to send e-mail, run ./$@ now
2636 # Right now this just builds TAGS in each subdirectory. emacs19 has the
[all...]
H A DMakefile.tpl447 # autoconf'ed ones should be passed by X11_FLAGS_TO_PASS for now.
660 echo If you really want to send e-mail, run ./$@ now
668 echo If you really want to send e-mail, run ./$@ now
740 # Right now this just builds TAGS in each subdirectory. emacs19 has the
1294 # only possibility, but now it conflicts with no-bootstrap rules
1501 ;; We now build the hash table that is used by dep-kind.
/freebsd-11-stable/contrib/binutils/bfd/
H A Dieee.c1544 keep 0 in the instruction now. */
1731 /* We've got to the end of the data now - */
1930 /* By now we know that this is a real IEEE file, we're going to read
3558 time_t now;
3561 time (&now);
3562 t = (struct tm *) localtime (&now);
3554 time_t now; local
H A Dihex.c776 size_t now; local
779 now = count;
781 now = CHUNK;
838 if (rec_addr + now > 0xffff)
839 now = 0x10000 - rec_addr;
841 if (! ihex_write_record (abfd, now, rec_addr, 0, p))
844 where += now;
845 p += now;
846 count -= now;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c738 /* A name may now exist somewhere between 'line' and 'eol'.
1741 bfd_size_type now;
1744 now = 8192;
1746 now = left;
1749 off, now))
1755 left -= now;
1756 off += now;
2330 do not keep on generating complaints now. */
2613 /* We can get away with setting the section contents now because
1739 bfd_size_type now; local
/freebsd-11-stable/contrib/binutils/ld/
H A Dpe-dll.c979 /* OK, now we can allocate some memory. */
1030 time_t now; local
1032 time (&now);
1047 bfd_put_32 (abfd, now, edata_d + 4);
1066 /* Ok, now for the filling in part.
1311 We must now create the new sections. */
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dalloca.c282 long now; /* Current total stack size. */ member in struct:stk_stat
/freebsd-11-stable/contrib/bmake/
H A Darch.c421 * Must contain dynamic sources, so we can't deal with it now.
507 * If substituted libName, free it now, since we need it no longer.
1066 snprintf(arh.AR_DATE, sizeof(arh.AR_DATE), "%-12ld", (long) now);
1088 * member are set to 'now'.
1105 snprintf(arh.AR_DATE, sizeof(arh.AR_DATE), "%-12ld", (long) now);
1111 times.actime = times.modtime = now;
1310 (gn->mtime > now) ||
H A Djob.c605 * Send ourselves the signal now we've given the message to everyone else.
992 * the job list is now empty, we are done for the day.
1159 * If we are aborting and the job table is now empty, we finish.
1214 times.actime = times.modtime = now;
1620 * Check the commands now so any attributes from .DEFAULT have a chance
1973 * eventually since the other end of the pipe is now closed
H A Dmake.c548 * This child node is now "made", so we decrement the count of
608 gn->mtime = now;
631 * the target is made now. Otherwise archives with ... rules
637 fprintf(debug_file, " recheck(%s): update time from %s to now\n",
640 gn->mtime = now;
705 * now -- some rules won't actually update the file. If the file still
706 * doesn't exist, make its mtime now.
781 /* One more child of this parent is now made */
918 (cgn->mtime >= now && cgn->made == MADE))
933 * since cgn->mtime is set to now i
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Ddirdeps.mk190 # it should be set by sys.mk or similar by now.
291 # by now _DEP_TARGET_SPEC should be set, parse it.
572 # pickup local dependencies now
626 # qualify everything now
741 .error You should have stopped recursing by now.
H A Ddpadd.mk91 # now back to the original order
213 # force evaluation now - to avoid giving make a headache
259 # and we defer the .PATH: until now so that SRC_libfoo will be available.
H A Dgendirdeps.mk304 # if this is going to exist it would be there by now
H A Dldorder.mk103 # now try to find more ...
H A Down.mk230 # No lint, for now.
H A Dsys.debug.mk18 # will apply DEBUG_MAKE_FLAGS now.
H A Dsys.mk146 # will apply DEBUG_MAKE_FLAGS, now.
H A Dwarnings.mk111 # now a list of all -Wno-* overrides not just those defined by WARNINGS_SET
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dunexport-env.mk9 # now clobber the environment to just PATH and UT_TEST
/freebsd-11-stable/contrib/dialog/samples/
H A Deditbox-utf816 Try it now!
/freebsd-11-stable/contrib/dialog/
H A Dtimebox.c397 time_t now = time((time_t *) 0); local
398 struct tm *parts = localtime(&now);
H A Dtrace.c39 time_t now = time((time_t *) 0); local
40 fprintf(myFP, "%s %s", tag, ctime(&now));
/freebsd-11-stable/contrib/dma/
H A Ddma.c319 struct timeval now; local
343 if (gettimeofday(&now, NULL) == 0 &&
344 (now.tv_sec - st.st_mtim.tv_sec > MAX_TIMEOUT)) {
H A Dlocal.c138 time_t now = time(NULL); local
199 error = snprintf(line, sizeof(line), "%sFrom %s %s", newline, sender, ctime(&now));

Completed in 344 milliseconds

1234567891011>>