HomeSort by: relevance | last modified time | path
    Searched defs:when (Results 1 - 25 of 89) sorted by relevancy

1 2 3 4

  /src/external/mpl/bind/dist/lib/isc/
stdtime.c 53 time_t when; local
59 when = t;
60 INSIST(ctime_r(&when, out) != NULL);
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
stdtime.c 59 time_t when; local
67 when = t;
68 INSIST((ctime_r(&when, out) != NULL));
  /src/games/trek/
schedule.c 150 double when; local
153 when = -Param.eventdly[ev] * Param.time * log(franf()) / factor;
154 return (schedule(ev, when, x, y, z));
170 double when; local
174 when = -Param.eventdly[ev] * Param.time * log(franf()) / factor;
175 reschedule(e, when);
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
features.py 22 when=lambda cfg: hasCompileFlag(cfg, '-fcoroutines-ts') and variable
27 when=lambda cfg: hasCompileFlag(cfg, '-Werror=thread-safety'), variable
31 when=lambda cfg: hasCompileFlag(cfg, '-Wuser-defined-warnings'), variable
34 Feature(name='has-fblocks', when=lambda cfg: hasCompileFlag(cfg, '-fblocks')),
35 Feature(name='-fsized-deallocation', when=lambda cfg: hasCompileFlag(cfg, '-fsized-deallocation')),
36 Feature(name='-faligned-allocation', when=lambda cfg: hasCompileFlag(cfg, '-faligned-allocation')),
37 Feature(name='fdelayed-template-parsing', when=lambda cfg: hasCompileFlag(cfg, '-fdelayed-template-parsing')),
38 Feature(name='libcpp-no-if-constexpr', when=lambda cfg: '__cpp_if_constexpr' not in featureTestMacros(cfg)),
39 Feature(name='libcpp-no-structured-bindings', when=lambda cfg: '__cpp_structured_bindings' not in featureTestMacros(cfg)),
40 Feature(name='libcpp-no-deduction-guides', when=lambda cfg: featureTestMacros(cfg).get('__cpp_deduction_guides', 0) < 201611)
52 when=lambda cfg: hasCompileFlag(cfg, '-fmodules'), variable
166 when=lambda cfg: shutil.which('gdb') is not None, variable
    [all...]
  /src/external/mpl/bind/dist/tests/dns/
time_test.c 42 uint32_t when; local
52 result = dns_time32_fromtext(test_text, &when);
54 assert_int_equal(when, test_time);
63 uint32_t when; local
73 result = dns_time32_fromtext(test_text, &when);
75 assert_int_equal(when, test_time);
84 uint32_t when; local
94 result = dns_time32_fromtext(test_text, &when);
96 assert_int_equal(when, test_time);
105 uint32_t when; local
126 uint32_t when; local
147 uint32_t when; local
    [all...]
  /src/crypto/external/apache2/openssl/lib/libcrypto/
rnd_keys.c 71 struct timeval when; local
76 gettimeofday(&when, NULL);
81 when.tv_sec, when.tv_usec, getpid(), hname, getuid(),
  /src/crypto/external/apache2/openssl/lib/libdes/
ornd_keys.c 71 struct timeval when; local
76 gettimeofday(&when, NULL);
81 (long long)when.tv_sec, (long)when.tv_usec, getpid(), hname,
  /src/crypto/external/bsd/openssl/lib/libcrypto/
rnd_keys.c 71 struct timeval when; local
76 gettimeofday(&when, NULL);
81 when.tv_sec, when.tv_usec, getpid(), hname, getuid(),
  /src/crypto/external/bsd/openssl/lib/libdes/
ornd_keys.c 71 struct timeval when; local
76 gettimeofday(&when, NULL);
81 (long long)when.tv_sec, (long)when.tv_usec, getpid(), hname,
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/
rnd_keys.c 71 struct timeval when; local
76 gettimeofday(&when, NULL);
81 when.tv_sec, when.tv_usec, getpid(), hname, getuid(),
  /src/crypto/external/bsd/openssl.old/lib/libdes/
ornd_keys.c 71 struct timeval when; local
76 gettimeofday(&when, NULL);
81 (long long)when.tv_sec, (long)when.tv_usec, getpid(), hname,
  /src/sbin/newfs_msdos/
newfs_msdos.c 69 time_t when; local
77 if ((when = parsedate(b, NULL, NULL)) != -1 || errno == 0)
78 return when;
  /src/external/cddl/osnet/dev/cyclic/
cyclic_test.c 58 cyc_time_t when; local
66 when.cyt_when = 0;
67 when.cyt_interval = 1000000000;
73 id = cyclic_add(&hdlr, &when);
165 cyc_time_t when; local
175 when.cyt_when = 0;
181 when.cyt_interval = 200000000;
183 id = cyclic_add(&hdlr, &when);
185 when.cyt_interval = 400000000;
187 id1 = cyclic_add(&hdlr, &when);
    [all...]
  /src/sbin/gpt/
main.c 130 time_t when; local
133 if ((when = parsedate(b, NULL, NULL)) != -1 || errno == 0)
134 return when;
  /src/sys/arch/ia64/stand/common/
boot.c 164 time_t when, otime, ntime; local
194 when = otime + timeout; /* when to boot */
207 if (ntime >= when) {
214 kernelname, (int)(when - ntime),
215 (when-ntime)==1?"":"s");
commands.c 373 time_t when; local
408 when = time(NULL) + timeout;
410 if (time(NULL) >= when)
  /src/sys/arch/ia64/unwind/
stackframe.h 50 uint64_t when; member in struct:regstate
  /src/sys/dev/pcmcia/
if_cnwioctl.h 92 struct timeval when; member in struct:cnwtrail
  /src/usr.sbin/timed/timed/
readmsg.c 59 struct timeval when; member in struct:tsplist
124 from_when = ptr->when;
145 /* The protocol can get far behind. When it does, it gets
337 tail->when = from_when;
  /src/external/mpl/dhcp/dist/includes/omapip/
trace.h 46 they are allocated either on readback or when writing a trace file.
54 u_int32_t when; /* When the packet was written. */ member in struct:__anon24453
  /src/common/dist/zlib/examples/
gun.c 54 1.2.4) is on the same file, when gun is linked with zlib 1.2.2. Also the
520 struct utimbuf when; local
533 when.actime = was.st_atime;
534 when.modtime = was.st_mtime;
535 (void)utime(to, &when);
542 structure. When appropriate, copy the file attributes from inname to
  /src/usr.sbin/makefs/
makefs.c 477 time_t when; local
486 if ((when = parsedate(b, NULL, NULL)) == -1 && errno != 0)
493 when = (time_t)l;
500 st->st_mtime = st->st_ctime = st->st_atime = when;
  /src/external/bsd/blocklist/bin/
blocklistd.c 318 time_t when = c.c_duration + dbi.last; local
327 if (c.c_duration == -1 || when >= ts.tv_sec)
  /src/external/gpl2/lvm2/dist/lib/format_text/
archive.c 302 time_t when; local
321 if (!(vg = text_vg_import_file(tf, af->path, &when, &desc))) {
329 log_print("Backup Time:\t%s", ctime(&when));
  /src/external/gpl3/binutils/dist/zlib/examples/
gun.c 54 1.2.4) is on the same file, when gun is linked with zlib 1.2.2. Also the
520 struct utimbuf when; local
533 when.actime = was.st_atime;
534 when.modtime = was.st_mtime;
535 (void)utime(to, &when);
542 structure. When appropriate, copy the file attributes from inname to

Completed in 29 milliseconds

1 2 3 4