Home
last modified time | relevance | path

Searched refs:stops (Results 1 – 25 of 70) sorted by relevance

123

/freebsd/usr.bin/tabs/
H A Dtabs.c58 long stops[NSTOPS]; /* Column positions */ member
80 long cols, i, inc, j, margin, nstops, stops[NSTOPS]; in main() local
128 formats[i].stops[j] != 0; j++) in main()
129 stops[nstops++] = formats[i].stops[j]; in main()
136 gettabs(arg, stops, &nstops); in main()
167 printf("%*s", (int)stops[0] - 1, ""); in main()
170 printf("%*s", (int)(stops[i] - stops[i - 1]), ""); in main()
197 gettabs(char *arg, long stops[], long *nstops) in gettabs() argument
218 last = stops[(*nstops)++] = stop; in gettabs()
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/
H A Dcbreak2 # setting noecho stops getch setting cbreak itself so we should need
/freebsd/crypto/openssl/demos/certs/apps/
H A Dapps.cnf5 # This definition stops the following lines choking if HOME or CN
/freebsd/crypto/openssl/test/smime-certs/
H A Dca.cnf8 # This definition stops the following lines choking if HOME or CN
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dmaxim,max14577.yaml49 asserts and charging stops.
/freebsd/crypto/openssl/demos/certs/
H A Dca.cnf5 # This definition stops the following lines choking if HOME or CN
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dadder875-redboot.dts72 // Temporary until code stops depending on it.
H A Dadder875-uboot.dts71 // Temporary until code stops depending on it.
H A Dep8248e.dts95 // Temporary until code stops depending on it.
H A Dmgcoge.dts102 // Temporary until code stops depending on it.
/freebsd/contrib/unbound/doc/
H A Dcontrol_proto_spec.txt30 stops the server.
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Datmel,at91sam9-wdt.yaml79 if the CPU stops working while it is in idle state, which is probably
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7280-chrome-common.dtsi142 * with output disabled so that the quad SPI IP block stops
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dmax14577.txt34 stops. Valid values:
/freebsd/contrib/unbound/contrib/
H A Dunbound.service.in24 ; its content are automatically removed by systemd when the unit stops.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.def96 VALUE_DIAGOPT(TabStop, 32, DefaultTabStop) /// The distance between tab stops.
/freebsd/sys/dev/mana/
H A Dmana_en.c525 uint64_t stops = counter_u64_fetch(tx_stats->stop); in mana_xmit() local
528 if (stops > MANA_TXQ_STOP_THRESHOLD && wakeups > 0 && in mana_xmit()
529 stops > wakeups && txq->alt_txq_idx == txq->idx) { in mana_xmit()
531 (txq->idx + (stops / wakeups)) in mana_xmit()
1576 uint64_t stops = counter_u64_fetch(txq->stats.stop); in mana_poll_tx_cq() local
1579 if (stops < wakeups) { in mana_poll_tx_cq()
/freebsd/sys/contrib/openzfs/contrib/initramfs/
H A DREADME.md97 A successful return (and loaded key) stops the search.
/freebsd/contrib/tcsh/
H A DFAQ91 stops.
197 When I rsh the meta key stops working on the remote machine.
/freebsd/contrib/ntp/
H A DNEWS1367 (without -g) if it stops running.
1392 (without -g) if it stops running.
1417 (without -g) if it stops running.
1446 (without -g) if it stops running.
1464 (without -g) if it stops running.
1483 (without -g) if it stops running.
1504 (without -g) if it stops running.
1536 (without -g) if it stops running.
1565 (without -g) if it stops running.
1589 (without -g) if it stops running.
[all …]
/freebsd/sys/dev/cxgb/
H A Dcxgb_adapter.h246 uint64_t stops; member
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_PROVIDER.pod168 callback processing stops at the first callback invocation on a provider
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DOptions.td81 Arg<"ThreadIndex">, Desc<"The breakpoint stops only for the thread whose "
84 Arg<"ThreadID">, Desc<"The breakpoint stops only for the thread whose TID "
87 Arg<"ThreadName">, Desc<"The breakpoint stops only for the thread whose "
90 Arg<"QueueName">, Desc<"The breakpoint stops only for threads in the queue "
93 Arg<"Expression">, Desc<"The breakpoint stops only if this condition "
1362 Desc<"The watchpoint stops only if this condition expression evaluates "
/freebsd/contrib/bearssl/src/codec/
H A Dpemdec.t0138 \ count. Reading stops when end-of-line is reached. Returned value
/freebsd/usr.bin/fortune/
H A DNotes71 Attributions are two tab stops, followed by two hyphens, followed by a

123