/freebsd/contrib/bmake/unit-tests/ |
H A D | deptgt-end-fail.exp | 1 Test case all=ok all-dep=ok end=ok end-dep=ok. 2 : Making all-dep out of nothing. 3 : Making all from all-dep. 4 : Making end-dep out of nothing. 5 : Making .END from end-dep. 9 Test case all=ok all-dep=ok end=ok end-dep=ERR. 10 : Making all-dep out of nothing. 11 : Making all from all-dep. 12 : Making end-dep out of nothing. 13 *** Error code 1 (continuing) [all …]
|
/freebsd/usr.bin/primes/ |
H A D | primes.c | 11 * 1. Redistributions of source code must retain the above copyright 34 * primes - generate a table of primes between two values 38 * chongo <for a good prime call: 391581 * 2^216193 - 1> /\oo/\ 41 * primes [-h] [start [stop]] 43 * Print primes >= start and < stop. If stop is omitted, 44 * the value 18446744073709551615 (2^64-1) is assumed. If 69 * odd. If the base of table is 1, table[i] represents 2*i-1. After the 70 * sieve, table[i] == 1 if and only if 2*i-1 is prime. 86 ubig stop; /* don't generate at or above this value */ in main() local 92 err(1, "cap_enter"); in main() [all …]
|
/freebsd/lib/libc/regex/ |
H A D | engine.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 14 * 1. Redistributions of source code must retain the above copyright 83 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ 85 const char *beginp; /* start of string -- virtual NUL precedes */ 86 const char *endp; /* end of string -- virtual NUL here */ 88 const char **lastpos; /* [nplus+1] */ 104 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sop… 105 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sop… 106 static const char *walk(struct match *m, const char *start, const char *stop, sopno startst, sopno … [all …]
|
/freebsd/contrib/nvi/regex/ |
H A D | engine.c | 3 /*- 14 * 1. Redistributions of source code must retain the above copyright 72 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ 74 const RCHAR_T *beginp; /* start of string -- virtual NUL precedes */ 75 const RCHAR_T *endp; /* end of string -- virtual NUL here */ 77 const RCHAR_T **lastpos; /* [nplus+1] */ 92 static const RCHAR_T *dissect(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno sta… 93 static const RCHAR_T *backref(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno sta… 94 static const RCHAR_T *fast(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno starts… 95 static const RCHAR_T *slow(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno starts… [all …]
|
/freebsd/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm_gram.y | 2 /*- 5 * SPDX-License-Identifier: BSD-3-Clause 14 * 1. Redistributions of source code must retain the above copyright 22 * 3. Neither the names of the above-listed copyright holders nor the names 214 %left '+' '-' 270 stop("Prefix multiply defined", 274 stop("Unable to record prefix", EX_SOFTWARE); 282 stop("Patch argument list multiply defined", 286 stop("Unable to record patch arg list", EX_SOFTWARE); 302 if ($1->type != UNINITIALIZED) { [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regengine.inc | 1 /*- 14 * 1. Redistributions of source code must retain the above copyright 76 llvm_regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ 78 const char *beginp; /* start of string -- virtual NUL precedes */ 79 const char *endp; /* end of string -- virtual NUL here */ 81 const char **lastpos; /* [nplus+1] */ 99 #define BOL (OUT+1) 100 #define EOL (BOL+1) 107 #define NNONCHAR (CODEMAX-CHAR_MAX) 122 #define NOTE(str) { if (m->eflags®_TRACE) (void)printf("=%s\n", (str)); } [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | CoalescingBitVector.h | 1 //===- llvm/ADT/CoalescingBitVector.h - A coalescing bitvector --*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 35 /// performance for non-sequential find() operations. 37 /// \tparam IndexT - The type of the index into the bitvector. 88 Bits += 1 + It.stop() - It.start(); in count() 98 assert(!test(Index) && "Setting already-set bits not supported/efficient, " in set() 105 /// This method does /not/ support setting already-set bits, see \ref set 110 insert(It.start(), It.stop()); in set() [all …]
|
H A D | IntervalMap.h | 1 //===- llvm/ADT/IntervalMap.h - A sorted interval map -------- 569 const KeyT &stop(unsigned i) const { return this->first[i].second; } stop() function 573 KeyT &stop(unsigned i) { return this->first[i].second; } stop() function 705 const KeyT &stop(unsigned i) const { return this->second[i]; } stop() function 708 KeyT &stop(unsigned i) { return this->second[i]; } stop() function 752 insert(unsigned i,unsigned Size,NodeRef Node,KeyT Stop) insert() argument 1112 KeyT stop() const { stop() function 1419 const KeyT &stop() const { return unsafeStop(); } stop() function 1693 canCoalesceRight(KeyT Stop,ValT Value) canCoalesceRight() argument 1717 setNodeStop(unsigned Level,KeyT Stop) setNodeStop() argument 1788 insertNode(unsigned Level,IntervalMapImpl::NodeRef Node,KeyT Stop) insertNode() argument 2070 KeyT Stop = Node[Pos]->stop(NewSize[Pos]-1); overflow() local 2175 KeyType stop() const { stop() function [all...] |
/freebsd/tests/sys/cam/ctl/ |
H A D | start_stop_unit.sh | 1 # SPDX-License-Identifier: BSD-2-Clause 9 # 1. Redistributions of source code must retain the above copyright 41 atf_set "descr" "START STOP UNIT can eject a CDROM device" 47 # -t 5 for CD/DVD device type 48 create_ramdisk -t 5 53 atf_check -o ignore -e not-match:"Device not ready" sg_readcap /dev/$dev 56 atf_check sg_start --eject /dev/$dev 59 …atf_check -s exit:1 -o ignore -e match:"Device not configured" dd if=/dev/$dev bs=4096 count=1 of=… 69 atf_set "descr" "START STOP UNIT can load a CDROM device" 75 # -t 5 for CD/DVD device type [all …]
|
/freebsd/usr.bin/colrm/ |
H A D | colrm.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 10 * 1. Redistributions of source code must retain the above copyright 53 u_long column, start, stop; in main() local 63 while ((ch = getopt(argc, argv, "")) != -1) in main() 69 argc -= optind; in main() 72 start = stop = 0; in main() 75 stop = strtol(argv[1], &p, 10); in main() 76 if (stop <= 0 || *p) in main() 77 errx(EXIT_FAILURE, "illegal column -- %s", argv[1]); in main() [all …]
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | extractExternal.cpp | 5 //===----------------------------------------------------------------------===// 9 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 11 //===----------------------------------------------------------------------===// 23 1. Determines r, the subset of h that o depends on, directly or indirectly 24 2. Removes the files in h - r from the file system 36 void stop(char *errorMsg) { in stop() function 38 exit(1); in stop() 72 stop("rstream.getBuf: Error opening file"); in getBuf() 76 stop("rstream.getBuf: Error reading file"); in getBuf() 113 i += s.size() + 1; in makeDirectory() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/can/ |
H A D | fsl,flexcan.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 Flexcan CAN controller on Freescale's ARM and PowerPC system-on-a-chip (SOC). 11 - Marc Kleine-Budde <mkl@pengutronix.de> 14 - $ref: can-controller.yaml# 19 - enum: 20 - fsl,imx93-flexcan 21 - fsl,imx8qm-flexcan 22 - fsl,imx8mp-flexcan [all …]
|
H A D | fsl-flexcan.txt | 1 Flexcan CAN controller on Freescale's ARM and PowerPC system-on-a-chip (SOC). 5 - compatible : Should be "fsl,<processor>-flexcan" 10 - fsl,p1010-flexcan 12 - reg : Offset and length of the register set for this device 13 - interrupts : Interrupt tuple for this device 17 - clock-frequency : The oscillator frequency driving the flexcan device 19 - xceiver-supply: Regulator that powers the CAN transceiver 21 - big-endian: This means the registers of FlexCAN controller are big endian. 27 - fsl,stop-mode: register bits of stop mode control, the format is 30 req_gpr is the gpr register offset of CAN stop request. [all …]
|
/freebsd/crypto/openssh/contrib/suse/ |
H A D | rc.sshd | 2 # Copyright (c) 1995-2000 SuSE GmbH Nuernberg, Germany. 14 # Required-Start: $network $remote_fs 15 # Required-Stop: $network $remote_fs 16 # Default-Start: 3 5 17 # Default-Stop: 0 1 2 6 22 test -x $SSHD_BIN || exit 5 25 test -r $SSHD_SYSCONFIG || exit 6 35 # rc_status -v ditto but be verbose in local rc status 36 # rc_status -v -r ditto and clear the local rc status 44 case "$1" in [all …]
|
/freebsd/contrib/unbound/contrib/ |
H A D | unbound.init_fedora | 6 # chkconfig: - 14 86 12 # Required-Start: $network $local_fs 13 # Required-Stop: $network $local_fs 14 # Should-Start: $syslog 15 # Should-Stop: $syslog 16 # Short-Description: unbound recursive Domain Name Server. 29 [ -e /etc/sysconfig/unbound ] && . /etc/sysconfig/unbound 34 [ -x $exec ] || exit 5 35 [ -f $config ] || exit 6 36 echo -n $"Starting unbound: " [all …]
|
/freebsd/sys/contrib/openzfs/etc/init.d/ |
H A D | zfs-zed.in | 4 # zfs-zed 7 # description: This script will start and stop the ZFS Event Daemon. 11 # Provides: zfs-zed 12 # Required-Start: zfs-mount 13 # Required-Stop: zfs-mount 14 # Default-Start: 2 3 4 5 15 # Default-Sto [all...] |
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | UnwindLevel1.c | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 // Implements C++ ABI Exception Handling Level 1 as documented at: 9 // https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html 12 //===----------------------------------------------------------------------===// 19 #define _LIBUNWIND_UNWIND_LEVEL1_EXTERNAL_LINKAGE 1 83 "br %1\n\t" \ 94 // Walk each frame looking for a place to stop. in unwind_phase1() 144 // If there is a personality routine, ask it if it will want to stop at in unwind_phase1() 153 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class, in unwind_phase1() [all …]
|
H A D | Unwind-sjlj.c | 1 //===---------- 251 unwind_phase2_forced(struct _Unwind_Exception * exception_object,_Unwind_Stop_Fn stop,void * stop_parameter) unwind_phase2_forced() argument [all...] |
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerTracePC.cpp | 1 //===- FuzzerTracePC.cpp - PC tracing--------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // the callback required for -fsanitize-coverage=trace-pc-guard instrumentation. 12 //===----------------------------------------------------------------------===// 27 // Used by -fsanitize-coverage=stack-depth to track stack depth 39 void TracePC::HandleInline8bitCountersInit(uint8_t *Start, uint8_t *Stop) { in HandleInline8bitCountersInit() argument 40 if (Start == Stop) return; in HandleInline8bitCountersInit() 42 Modules[NumModules - 1].Start() == Start) in HandleInline8bitCountersInit() 48 uint8_t *AlignedStop = RoundDownByPage(Stop); in HandleInline8bitCountersInit() [all …]
|
/freebsd/contrib/netbsd-tests/sys/rc/ |
H A D | t_rc_d_cli.sh | 12 # 1. Redistributions of source code must retain the above copyright 39 atf_check -s eq:1 -o empty -e ignore ${rc_helper} 51 atf_check -s eq:0 -o ignore -e empty ${rc_helper} start 64 atf_check -s eq:1 -o ignore -e ignore ${rc_helper} start foo 73 atf_set "descr" "Tests that running the default 'stop' without" \ 81 atf_check -s eq:0 -o ignore -e empty ${rc_helper} stop 86 atf_set "descr" "Tests that running the default 'stop' with" \ 94 atf_check -s eq:1 -o ignore -e ignore ${rc_helper} stop foo 98 atf_fail 'extra argument to stop did not error out' 112 atf_check -s eq:0 -o ignore -e empty ${rc_helper} restart [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestStateMachine.java | 33 * methods before and after open(), compile(), enable(), go(), stop(), 74 exit(1, "compile before open"); in beforeOpen() 79 exit(1, "compile before open"); in beforeOpen() 85 exit(1, "enable before open"); in beforeOpen() 90 exit(1, "enable before open"); in beforeOpen() 96 exit(1, "getOption before open"); in beforeOpen() 101 exit(1, "getOption before open"); in beforeOpen() 104 consumer.setOption(Option.bufsize, Option.mb(1)); in beforeOpen() 105 exit(1, "setOption before open"); in beforeOpen() 110 exit(1, "setOption before open"); in beforeOpen() [all …]
|
/freebsd/contrib/lib9p/pytest/ |
H A D | client.py | 40 self.stop = False 49 In any case we return the now-connected client, plus the 89 if pair[1] is None: 90 # No session yet - establish one. Note, this may fail. 91 section = None if cid is None else ('client-' + cid) 99 pair[1] = (aname, uname, n_uname) 134 where = '[{0}] or [{1}]'.format(section, where) 137 raise LocalError('need {0}=value in {1}'.format(name, where)) 146 if result.lower() in ('1', 't', 'true', 'y', 'yes'): 150 raise ValueError('{0} {1}={2}: invalid boolean'.format(where, name, [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/ |
H A D | ArchitectureArm.cpp | 1 //===-- ArchitectureArm.cpp -------- [all...] |
/freebsd/bin/pax/ |
H A D | gen_subs.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 14 * 1. Redistributions of source code must retain the above copyright 61 static int d_first = -1; 80 (void)fprintf(fp, "%s\n", arcn->name); in ls_list() 90 sbp = &(arcn->sb); in ls_list() 91 strmode(sbp->st_mode, f_mode); in ls_list() 96 if ((sbp->st_mtime + SIXMONTHS) <= now) in ls_list() 104 if (strftime(f_date,DATELEN,timefrmt,localtime(&(sbp->st_mtime))) == 0) in ls_list() 106 (void)fprintf(fp, "%s%2ju %-12s %-12s ", f_mode, in ls_list() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | InterferenceCache.cpp | 1 //===- InterferenceCache.cpp - Caching per-block interference -------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // InterferenceCache remembers per-block interference in LiveIntervalUnions. 11 //===----------------------------------------------------------------------===// 43 if (PhysRegEntriesCount == TRI->getNumRegs()) return; in reinitPhysRegEntries() 45 PhysRegEntriesCount = TRI->getNumRegs(); in reinitPhysRegEntries() 70 // No valid entry exists, pick the next round-robin entry. in get() 88 /// revalidate - LIU contents have changed, update tags. 96 for (MCRegUnit Unit : TRI->regunits(PhysReg)) in revalidate() [all …]
|