/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_xml_output_unittest.py | 44 GTEST_FILTER_FLAG = '--gtest_filter' 45 GTEST_LIST_TESTS_FLAG = '--gtest_list_tests' 46 GTEST_OUTPUT_FLAG = '--gtest_output' 51 NO_STACKTRACE_SUPPORT_FLAG = '--no_stacktrace_support' 69 EXPECTED_NON_EMPTY_XML = """<?xml version="1.0" encoding="UTF-8"?> 70 <testsuites tests="26" failures="5" disabled="2" errors="0" time="*" timestamp="*" name="AllTests" … 71 …<testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" skipped="0" errors="0" time="… 72 …ceeds" file="gtest_xml_output_unittest_.cc" line="53" status="run" result="completed" time="*" tim… 74 …<testsuite name="FailedTest" tests="1" failures="1" disabled="0" skipped="0" errors="0" time="*" t… 75 …Fails" file="gtest_xml_output_unittest_.cc" line="61" status="run" result="completed" time="*" tim… [all …]
|
H A D | googletest-json-output-unittest.py | 43 GTEST_FILTER_FLAG = '--gtest_filter' 44 GTEST_LIST_TESTS_FLAG = '--gtest_list_tests' 45 GTEST_OUTPUT_FLAG = '--gtest_output' 50 NO_STACKTRACE_SUPPORT_FLAG = '--no_stacktrace_support' 65 'time': '*', 75 'time': '*', 81 'status': 'RUN', 83 'time': '*', 94 'time': '*', 100 'status': 'RUN', [all …]
|
/freebsd/share/man/man5/ |
H A D | link.5 | 45 link-editor and loader mechanism. 54 to other objects that are required to complete the link-editing process and 59 .Em Run-time Relocation Section (RRS) 66 ready to run can complete successfully in a way that optimizes the use 82 the values contained in the Global Offset Table may need updating at run-time 89 Again, this is done to avoid run-time modifications to the text segment. 91 The linker-editor allocates the Global Offset Table and Procedure Linkage Table 95 run-time link-editor and stores these along with the image's text and data bits. 98 is used to indicate the presence of the run-time linker structures. 100 _DYNAMIC is relocated to 0, there is no need to invoke the run-time [all …]
|
/freebsd/usr.bin/at/ |
H A D | at.man | 15 .Ar time 47 .Op Ar time 55 be executed at a later time, using 57 .Bl -tag -width indent 59 executes commands at a specified time; 75 .Ar time 81 to run a job at a specific time of day. 82 (If that time is already past, the next day is assumed.) 89 and time-of-day may be suffixed with 94 The day on which the job is to be run may also be specified [all …]
|
/freebsd/usr.sbin/cron/cron/ |
H A D | cron.8 | 69 command to see if it should be run in the current minute. 70 Before running a command from a per-account crontab file, 90 checks each minute to see if its spool directory's modification time (or 91 the modification time on 95 will then examine the modification time on all crontabs and reload those 102 command updates the modification time of the spool directory whenever it 106 .Bl -tag -width indent 108 Enable time jitter. 118 Default is 0, which effectively disables time jitter. 124 Enable time jitter for superuser jobs. [all …]
|
/freebsd/usr.bin/lastcomm/tests/ |
H A D | values.sh | 6 RESULTS=acct.`uname -m`.tar.gz 10 run() function 12 /usr/bin/time -l -o $1.time "$@" 16 echo "You need to be root to run this test." 30 # User time 31 run awk 'BEGIN {for (i = 0; i < 1000000; i++) cos(.3)}' /dev/null 32 run egrep '(.)(.)(.)(.)(.)(.)(.)(.)(.)\9\8\7\6\5\4\3\2\1' /usr/share/dict/words 34 # System time 35 run find /usr/src -name xyzzy 37 # Elapsed time [all …]
|
/freebsd/sbin/shutdown/ |
H A D | shutdown.8 | 34 .Nd "close down the system at a given time" 47 .Ar time 48 .Op Ar warning-message ... 53 utility provides an automated shutdown procedure for super-users 63 .Bl -tag -width indent 66 at the specified time. 69 At the present time, only systems with BMC supported by the 72 The amount of time the system is off is dependent on the device 78 .Pa /var/run/noshutdown 82 .Ar time . [all …]
|
/freebsd/usr.sbin/cron/crontab/ |
H A D | crontab.5 | 33 daemon of the general form: ``run this command at this time on this date''. 43 non-space character is a pound-sign (#) are comments, and are ignored. 52 .Bd -literal 56 where the spaces around the equal-sign (=) are optional, and any subsequent 57 non-leading spaces in 128 is defined (and non-empty), mail is 132 is defined (and non-empty), its value will be used as the from address. 147 your mailer when you install cron -- 153 upward-compatible extensions. 155 Each user cron line has five time and date fields, followed by a command. [all …]
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 80-test_ca.t | 2 # Copyright 2015-2021 The OpenSSL Project Authors. All Rights Reserved. 17 use Time::Local qw/timegm/; 23 my $cnf = srctop_file("test","ca-and-certs.cnf"); 25 . srctop_file("apps", $^O eq "VMS" ? "openssl-vms.cnf" : "openssl.cnf") 32 my $cakey = srctop_file("test", "certs", "ca-key.pem"); 33 $ENV{OPENSSL_CONFIG} = qq(-config "$cnf"); 35 if !ok(run(perlapp(["CA.pl","-newca", 36 "-extra-req", "-key $cakey"], stdin => undef)), 39 my $eekey = srctop_file("test", "certs", "ee-key.pem"); 40 $ENV{OPENSSL_CONFIG} = qq(-config "$cnf"); [all …]
|
/freebsd/usr.sbin/ntp/doc/ |
H A D | ntpdate.8 | 7 .Nd set the date and time via NTP 38 utility sets the local date and time by polling the 39 Network Time Protocol (NTP) server(s) given as the 41 arguments to determine the correct time. 42 It must be run as root on 51 the number of servers, the number of polls each time it is run and 55 .Bl -tag -width indent 71 Force the time to always be slewed using the 74 call, even if the measured offset is greater than +-128 ms. 76 default is to step the time using [all …]
|
/freebsd/crypto/krb5/src/tests/ |
H A D | t_y2038.py | 7 skip_rest('y2038 timestamp tests', 'platform has 32-bit time_t') 14 realm.start_kdc(['-T', '662256000']) 18 # time and didn't get a chance to correct it.. 21 realm.run([kvno, realm.host_princ], expected_code=1, 25 # we get a chance to correct the end time based on the KDC time. Try 28 realm.run([kadminl, 'modprinc', '+requires_preauth', 'user']) 30 realm.run([kvno, realm.host_princ]) 31 realm.kinit(realm.user_princ, password('user'), flags=['-T', realm.ccache]) 32 realm.run([kvno, realm.host_princ]) 35 # password expiration time ten minutes after the KDC time. [all …]
|
H A D | t_renew.py | 9 # use a time zone with no daylight savings time. 14 flags = ['-l', life] 16 flags += ['-r', rlife] 18 out = realm.run([klist, '-f']) 24 flags = re.findall(r'Flags: ([a-zA-Z]*)', out)[0] 28 fail('%s: ticket unexpectedly non-renewable' % testname) 30 # Extract the start time, end time, and renewable end time if present. 39 # because KDC requests contain an end time rather than a lifetime. 40 life = (endtime - starttime).seconds 41 if abs(life - exp_life) > 5: [all …]
|
H A D | t_kadmin_parsing.py | 7 # kadmin recognizes time intervals using either the 9 # (Absolute getdate.y formats also work with the current time 20 ('2h-5s', '0 days 01:59:55'), 24 ('5d-48s', '4 days 23:59:12'), 26 ('5d -6m56s', '4 days 23:54:56'), 31 ('10-8:45:0', '10 days 08:45:00'), 40 # depend on the current time, so we won't test them. Plural unit 48 ('8 second -3 secs 5 minute ago 63 min', '0 days 00:57:55'), 56 realm.run([kadminl, 'addpol', 'pol']) 58 realm.run([kadminl, 'modprinc', '-maxlife', instr, realm.user_princ]) [all …]
|
/freebsd/share/man/man4/ |
H A D | boottrace.4 | 1 .\" SPDX-License-Identifier: BSD-2-Clause 31 .Nd Boot-time, run-time, and shutdown-time tracing facility 36 is a kernel-userspace interface for capturing trace events 38 .Pq in particular, one-shot events . 41 .Bl -bullet -compact 61 Events are stored in three event tables: boot-time events, run-time events, 62 and shutdown-time events. 63 .Bl -column "shutdown-time events" "" 65 .It boot-time events Ta Boot, kernel initialization, and 71 transitions into multi-user mode [all …]
|
/freebsd/usr.sbin/pppctl/ |
H A D | pppctl.8 | 58 If any semi-colon characters are found, they are treated as 65 .Bd -literal -offset indent 79 library is used, allowing command-line editing (with 87 .Bl -tag -width Ds 94 displays only non-prompt lines received. 116 .Bl -tag -width XXXXXXXXXX 126 .Ar bind -v 128 .Ar bind -e 133 If you run 154 .Bd -literal -offset indent [all …]
|
/freebsd/contrib/bc/scripts/ |
H A D | karatsuba.py | 1 #! /usr/bin/python3 -B 3 # SPDX-License-Identifier: BSD-2-Clause 5 # Copyright (c) 2018-2024 Gavin D. Howard and contributors. 33 import time 38 print("\n num_iterations is the number of times to run each karatsuba number; default is 4") 39 print("\n test_num is the last Karatsuba number to run through tests") 42 # Run 43 def run(cmd, env=None): global() function [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | AllocationActions.h | 1 //===- AllocationActions.h -- JITLink allocation support calls -*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 26 /// A pair of WrapperFunctionCalls, one to be run at finalization time, one to 27 /// be run at deallocation time. 30 /// __register_ehframe and __deregister_ehframe for eh-frame registration). 40 /// A vector of allocation actions to be run for this allocation. 42 /// Finalize allocations will be run in order at finalize time. Dealloc 43 /// actions will be run in reverse order at deallocation time. [all …]
|
/freebsd/libexec/rtld-elf/ |
H A D | rtld.1 | 33 .Nm ld-elf.so.1 , 36 .Nd run-time link-editor 40 utility is a self-contained shared object providing run-time 41 support for loading and link-editing shared objects into a process' 55 to be called on a per-object basis, giving a shared object an opportunity 56 to perform any extra set-up before execution of the program proper begins. 65 the token expansion is performed at the object load time, see 68 .Bl -tag -width ".Pa $PLATFORM" 89 utility itself is loaded by the kernel together with any dynamically-linked 98 .Bl -enum -offset indent -compact [all …]
|
/freebsd/libexec/rc/ |
H A D | rc.conf | 3 # This is rc.conf - a file full of useful variables that you can set 20 ### Important initial Boot-time options #################### 32 precious_machine="NO" # Set to YES to get some guards against mis-directed 39 # running during boot (can increase boot time). 42 apmd_enable="NO" # Run apmd to handle APM event from userland. 46 devd_enable="YES" # Run devd, to trigger programs on device tree changes. 53 kldxref_module_path="" # Override kern.module_path. A ';'-delimited list. 54 powerd_enable="NO" # Run powerd to lower our power usage. 58 tmpmfs_flags="-S" # Extra mdmfs options for the mfs /tmp 62 varmfs_flags="-S" # Extra mount options for the mfs /var [all …]
|
/freebsd/sys/contrib/zstd/ |
H A D | CONTRIBUTING.md | 30 Zstd uses a branch-based workflow for making changes to the codebase. Typically, zstd 51 git checkout -b <branch-name> 52 git push origin <branch-name> 57 git add -u && git commit -m <message> 58 git push origin <branch-name> 60 * Note: run local tests to ensure that your changes didn't break existing functionality 113 executing it. It usually helps us find many simple bugs. Zstd uses clang's `scan-build` tool for 114 …install it by following the instructions for your OS on https://clang-analyzer.llvm.org/scan-build. 122 In general, you can use `scan-build` to static analyze any build script. For example, to static ana… 123 just `contrib/largeNbDicts` and nothing else, you can run: [all …]
|
/freebsd/share/doc/smm/11.timedop/ |
H A D | timed.ms | 48 Command under contract No. N00039-84-C-0089, and by the CSELT 56 .EH 'SMM:11-%''Timed Installation and Operation' 57 .OH 'Timed Installation and Operation''SMM:11-%' 63 time daemons (\fItimed\fP) running on the machines in a local 65 The algorithms implemented by the service is based on a master-slave scheme. 66 The time daemons communicate with each other using the 67 \fITime Synchronization Protocol\fP (TSP) which 70 A time daemon has a twofold function. 74 among slave time daemons when, for any reason, the master disappears. 78 The next paragraphs are a brief overview of how the time daemon works. [all …]
|
/freebsd/contrib/ntp/sntp/ |
H A D | sntp.texi | 1 \input texinfo @c -*-texinfo-*- 11 querying and setting the time. 15 * sntp: (sntp). Simple Network Time Protocol 19 @title Simple Network Time Protocol User's Manual 28 @top Simple Network Time Protocol User Manual 31 that can be used to query a Network Time Protocol (NTP) server and 32 display the time offset of the system clock relative to the server 33 clock. Run as root, it can correct the system clock to this offset as 34 well. It can be run as an interactive command or from a cron job. 50 @comment node-name, next, previous, up [all …]
|
/freebsd/sys/sys/ |
H A D | link_aout.h | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 63 * `Shared Object Map's are used by the run-time link editor (ld.so) to 65 * These structures are only used at run-time and do not occur within 101 * structures needed to do run-time relocation. 133 * `rt_symbols' is used to keep track of run-time allocated commons 149 int dd_in_debugger; /* Set when run by debugger */ 150 int dd_sym_loaded; /* Run-time linking brought more 152 char *dd_bpt_addr; /* Address of rtld-generated bpt */ 162 #define LDSO_VERSION_HAS_DLSYM3 2 /* includes 3-argument dlsym */ [all …]
|
/freebsd/lib/libthr/ |
H A D | libthr.3 | 50 The library is tightly integrated with the run-time link editor 51 .Xr ld-elf.so.1 1 62 The run-time linker 63 .Xr ld-elf.so.1 1 64 has some code to ensure backward-compatibility with older versions of 70 .Li -lpthread , 71 the run-time dependency 83 is more resource-consuming than the previous. 104 but each attempt is followed by a yield of the CPU time 122 Each thread is provided with a private user-mode stack area [all …]
|
/freebsd/contrib/ntp/html/ |
H A D | ntpdate.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 6 <title>ntpdate - set the date and time via NTP</title> 10 <h3><tt>ntpdate</tt> - set the date and time via NTP</h3> 14 <!-- #BeginDate format:En2m -->21-Jul-2018 04:09<!-- #EndDate --> 19 has volunteered to fix them in a long time. The good news is the 25 See the <tt>-q</tt> command line option in the <a 26 href="ntpd.html"><tt>ntpd</tt> - Network Time Protocol (NTP) daemon</a> 27 page and/or the <a href="sntp.html"><tt>sntp</tt> - Simple Network Time 30 <tt>ntpdate [ -46bBdqsuv ] [ -a <i>key</i> ] [ -e <i>authdelay</i> ] [ -k <i>keyfile</i> ] [ -o <i>… [all …]
|