Searched refs:restart (Results 1 - 25 of 213) sorted by path

123456789

/freebsd-current/contrib/bc/src/
H A Dvm.c1194 restart:
1248 goto restart;
/freebsd-current/contrib/bmake/mk/
H A Dautoconf.mk26 @echo Generated ${AUTOCONF_GENERATED_MAKEFILE}, you need to restart; exit 1
/freebsd-current/contrib/dialog/
H A Dmsgbox.c77 restart:
143 goto restart;
H A Dprogressbox.c145 get_line(MY_OBJ * obj, int *restart) argument
152 *restart = 0;
212 *restart = 1;
303 restart:
355 goto restart;
415 restart:
430 goto restart;
H A Dyesno.c69 restart:
148 goto restart;
/freebsd-current/contrib/file/
H A Dconfigure10380 *** You will then need to restart the configuration process.
10586 *** used, and then restart.
10608 *** used, and then restart.
/freebsd-current/contrib/ldns/
H A Dconfigure9259 *** You will then need to restart the configuration process.
9465 *** used, and then restart.
9487 *** used, and then restart.
/freebsd-current/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c183 restart:
231 sa.sa_flags = 0; /* don't restart system calls */
311 goto restart;
/freebsd-current/contrib/libevent/
H A Dconfigure9802 *** You will then need to restart the configuration process.
10009 *** used, and then restart.
10031 *** used, and then restart.
/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dreadpassphrase.c75 restart:
120 sa.sa_flags = 0; /* don't restart system calls */
192 goto restart;
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h711 void restart() { function in class:clang::LookupResult::Filter
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3745 F.restart();
3756 F.restart();
/freebsd-current/contrib/netbsd-tests/sys/rc/
H A Dh_args.sh46 for command in start stop restart custom; do
H A Dt_rc_d_cli.sh104 atf_set "descr" "Tests that running the default 'restart' without" \
112 atf_check -s eq:0 -o ignore -e empty ${rc_helper} restart
118 atf_set "descr" "Tests that running the default 'restart' with" \
126 atf_check -s eq:1 -o ignore -e ignore ${rc_helper} restart foo
197 atf_set "descr" "Tests that running a custom 'restart' without" \
201 do_overriden_no_args restart
206 atf_set "descr" "Tests that running a custom 'restart' with" \
210 do_overriden_with_args restart
/freebsd-current/contrib/ntp/
H A Dconfigure11856 *** You will then need to restart the configuration process.
12062 *** used, and then restart.
12084 *** used, and then restart.
/freebsd-current/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in429 -c Command to restart NTP after installing a new file
444 If the current file is acceptable, no download or restart occurs.
H A Dupdate-leap.sh33 # How to restart NTP - older NTP: service ntpd? try-restart | condrestart
76 -c Command to restart NTP after installing a new file
103 If the current file is acceptable, no download or restart occurs.
389 log "info" "Attempting restart action: $RESTART"
/freebsd-current/contrib/ntp/sntp/
H A Dconfigure20615 *** You will then need to restart the configuration process.
20821 *** used, and then restart.
20843 *** used, and then restart.
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dconfigure10595 *** You will then need to restart the configuration process.
10801 *** used, and then restart.
10823 *** used, and then restart.
/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c155 bool restart; local
159 restart = false;
170 restart = true;
178 if (!restart)
180 /* We have some sender processes to restart. */
/freebsd-current/contrib/openbsm/
H A Dconfigure8702 *** You will then need to restart the configuration process.
8908 *** used, and then restart.
8930 *** used, and then restart.
/freebsd-current/contrib/openpam/
H A Dconfigure10712 *** You will then need to restart the configuration process.
10919 *** used, and then restart.
10941 *** used, and then restart.
/freebsd-current/contrib/openresolv/
H A Dresolvconf.in112 -R Show the system service restart command
311 /bin/systemctl restart $1.service
317 /usr/bin/systemctl restart $1.service
323 RESTARTCMD='/sbin/rc-service -i $1 -- -Ds restart'
329 /usr/sbin/invoke-rc.d $1 restart
336 /sbin/service $1 restart
343 /usr/sbin/service \$1 restart
347 /bin/sv try-restart $1'
350 /usr/bin/sv try-restart $1'
356 /etc/rc.d/$1 restart
[all...]
/freebsd-current/contrib/sqlite3/
H A Dconfigure10610 *** You will then need to restart the configuration process.
10816 *** used, and then restart.
10838 *** used, and then restart.
/freebsd-current/contrib/tnftp/src/
H A Dcmds.c578 * If restartit is 1, restart the xfer always.
579 * If restartit is -1, restart the xfer only if the remote file is newer.
2371 restart(int argc, char *argv[]) function
2375 UPRINTF("usage: %s [restart-point]\n", argv[0]);
2390 fprintf(ttyout, "restart: Invalid offset `%s'\n",
2396 fputs("No restart point defined.\n", ttyout);

Completed in 638 milliseconds

123456789