/freebsd/contrib/bmake/unit-tests/ |
H A D | opt-no-action-touch.mk | 6 # -t, so instead of being touched, the commands of the targets are printed. 18 # .PHONY targets are not touched since they do not represent actual files. 23 # .JOIN targets are not touched since they do not represent actual files. 28 # .USE targets are not touched since they do not represent actual files. 40 # touched either. Without the -n, it would be touched. 44 # Since none of the above targets are actually touched, the following command
|
H A D | opt-touch-jobs.mk | 12 # .PHONY targets are not touched since they do not represent actual files. 17 # .JOIN targets are not touched since they do not represent actual files. 22 # .USE targets are not touched since they do not represent actual files.
|
/freebsd/contrib/libfido2/man/ |
H A D | fido_dev_get_touch_begin.3 | 40 .Fn fido_dev_get_touch_status "fido_dev_t *dev" "int *touched" "int ms" 60 .Fa touched 63 .Fa touched 64 is 1, the device was touched, and the touch request is 67 .Fa touched
|
/freebsd/contrib/libfido2/src/ |
H A D | touch.c | 84 fido_dev_get_touch_status(fido_dev_t *dev, int *touched, int ms) in fido_dev_get_touch_status() argument 88 *touched = 0; in fido_dev_get_touch_status() 91 return (u2f_get_touch_status(dev, touched, &ms)); in fido_dev_get_touch_status() 98 *touched = 1; in fido_dev_get_touch_status()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_overlay.c | 177 bool touched; in copywin() local 182 touched = FALSE; in copywin() 200 touched = TRUE; in copywin() 207 touched = TRUE; in copywin() 211 if (touched) { in copywin()
|
/freebsd/usr.bin/finger/ |
H A D | util.c | 285 time_t touched; in find_idle_and_ttywrite() local 305 touched = sb.st_atime; in find_idle_and_ttywrite() 306 if (touched < w->loginat) { in find_idle_and_ttywrite() 308 touched = w->loginat; in find_idle_and_ttywrite() 310 w->idletime = now < touched ? 0 : now - touched; in find_idle_and_ttywrite()
|
/freebsd/contrib/libfido2/examples/ |
H A D | select.c | 69 int touched; in select_dev() local 133 if ((r = fido_dev_get_touch_status(devtab[i], &touched, in select_dev() 142 if (touched) { in select_dev()
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | mutex_prof.h | 78 * Counters touched on the slow path, i.e. when there is lock 95 * Data touched on the fast path. These are modified right after we
|
H A D | base_structs.h | 55 /* Number of THP regions touched. */
|
H A D | tcache_externs.h | 23 * touched. This allows the entire array to be allocated the first time an
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | AArch64TargetParser.cpp | 220 Touched.set(E); in enable() 261 Touched.set(E); in disable() 317 assert(Touched.none() && "Bitset already initialized"); in reconstructFromParsedFeatures() 321 Touched.set(AE->ID); in reconstructFromParsedFeatures()
|
/freebsd/usr.bin/w/ |
H A D | w.c | 129 time_t touched; in main() local 246 touched = stp->st_atime; in main() 247 if (touched < ep->utmp.ut_tv.tv_sec) { in main() 249 touched = ep->utmp.ut_tv.tv_sec; in main() 251 if ((ep->idle = now - touched) < 0) in main()
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | fuzz_cred.c | 399 int touched; in test_touch() local 410 r = fido_dev_get_touch_status(dev, &touched, -1); in test_touch() 412 consume(&touched, sizeof(touched)); in test_touch()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | AArch64TargetParser.h | 179 ExtensionBitset Touched; member 184 ExtensionSet() : Enabled(), Touched(), BaseArch(nullptr) {} in ExtensionSet() 225 if (E.PosTargetFeature.empty() || !Touched.test(E.ID)) in toLLVMFeatureList()
|
/freebsd/sys/dev/usb/input/ |
H A D | uep.c | 197 * T: 1=touched 0=not touched in uep_process_pkt() 205 * panel is touched, followed by a single T=0 event. in uep_process_pkt()
|
/freebsd/contrib/lua/src/ |
H A D | lgc.h | 111 #define G_TOUCHED1 5 /* old object touched this cycle */ 112 #define G_TOUCHED2 6 /* old object touched in previous cycle */
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | tsc2007.txt | 10 The penirq pin goes to low when the panel is touched.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | LoopExtractor.h | 11 // given function, it is not touched. This is a pass most useful for debugging
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-mpc.txt | 19 from the bootloader are preserved (not touched).
|
H A D | i2c-mpc.yaml | 42 preserved (not touched)
|
/freebsd/contrib/kyua/utils/process/ |
H A D | operations.cpp | 120 /// stack can be touched. 147 /// stack can be touched.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/ |
H A D | guarded_pool_allocator_tls.h | 18 // the same cache line for performance reasons. These are the most touched
|
/freebsd/share/man/man4/ |
H A D | kvmclock.4 | 88 and generally should not be touched.
|
/freebsd/contrib/libarchive/tar/test/ |
H A D | test_option_fflags.c | 53 /* FreeBSD ZFS workaround: ZFS sets uarch on all touched files and dirs */ in DEFINE_TEST()
|
/freebsd/contrib/lutok/ |
H A D | stack_cleaner.cpp | 85 /// elements that are currently in the stack will not be touched during
|