HomeSort by: relevance | last modified time | path
    Searched refs:background (Results 1 - 23 of 23) sorted by relevancy

  /src/tests/fs/ffs/
h_ffs_server.c 22 int background = 0; variable in typeref:typename:int
37 if (background)
63 background = 1;
81 if (background) {
102 if (background)
h_quota2_tests.c 27 int background = 0; variable in typeref:typename:int
365 if (background)
394 background = 1;
426 if (background) {
457 if (background)
  /src/libexec/httpd/
daemon-bozo.c 132 if (!httpd->background && !httpd->foreground)
135 if (!httpd->background)
136 httpd->background = 1;
252 (httpd->background == 2 && httpd->request_times > 0))
260 while (httpd->background) {
main.c 179 * background == 2 (aka, -b -b) means to
182 val = bozo_get_pref(&prefs, "background") == NULL ?
184 bozo_set_pref(&httpd, &prefs, "background", val);
426 } while (httpd.background);
bozohttpd.h 107 int background; /* drop into daemon mode */ member in struct:bozohttpd_t
bozohttpd.c 2612 if ((cp = bozo_get_pref(prefs, "background")) != NULL) {
2613 httpd->background = atoi(cp);
  /src/tests/bin/sh/
t_exit.sh 31 atf_test_case background
34 "a command in the background (PR bin/46327)"
137 "a subshell in the background"
148 atf_add_test_case background
  /src/distrib/utils/ssh/
ssh.c 409 * (or zero for a background job)
422 int background; local in function:cmd_run
428 * -b : background
433 background = 0;
440 background++;
489 if (background) {
502 /* Handle background option... */
503 if (background) {
  /src/usr.sbin/mmcformat/
mmcformat.c 393 format_str = "background MRW format";
400 format_str = "background DVD+RW full format";
674 "-w wait until completion of background format\n"
698 int blank, format, mrw, background; local in function:main
1022 /* determine if formatting is done in the background */
1023 background = 0;
1024 if (format_type == 0x24) background = 1;
1025 if (format_type == 0x26) background = 1;
1050 background = 0;
1052 error = uscsi_format_disc(&dev, !background, format_type
    [all...]
  /src/libexec/httpd/lua/
bozo.lua 47 opt.add_option{"-b", "--background", action="store", dest="background", help="--background count"}
80 if options.background then
81 bozohttpd.set_pref(httpd, prefs, "background", options.background)
159 local numreps = options.background or 0
  /src/sys/arch/bebox/stand/boot/
vga.c 47 static u_char background = 0; /* Black */ variable in typeref:typename:u_char
116 pccolor = CATTR((background<<4)|foreground);
117 pccolor_so = CATTR((foreground<<4)|background);
318 * Set foreground/background color
  /src/sys/arch/prep/stand/boot/
vga.c 48 u_char background = 0; /* Black */ variable in typeref:typename:u_char
118 pccolor = CATTR((background<<4)|foreground);
119 pccolor_so = CATTR((foreground<<4)|background);
320 * Set foreground/background color
  /src/sbin/routed/
main.c 68 int background = 1; variable in typeref:typename:int
151 background = 0;
280 if (!background)
287 /* get into the background */
288 if (background && daemon(0, 1) < 0)
348 trace_close(background);
  /src/sys/dev/ic/
pcdisplay_subr.c 323 wschar->background = (attrbyte >> 4) & 0x07;
341 attrbyte = wschar->background & 0x07;
  /src/usr.sbin/wsmoused/
selection.c 432 /* Flips the background and foreground colors of the specified screen
449 ch.foreground = ch.background;
450 ch.background = t;
  /src/tests/lib/libcurses/tests/
Makefile 24 FILES+= background
  /src/tests/lib/libcurses/
t_curses.sh 2001 # curses background attribute manipulation routines
2004 atf_test_case background
2007 atf_set "descr" "Check setting background character and attributes for both stdscr and a window."
2011 h_run background
2017 atf_set "descr" "Validate curses set the background attributes on stdscr"
2027 atf_set "descr" "Validate curses sets the background character using a complex char on stdscr"
2037 atf_set "descr" "Validate curses getting the background attributes on stdscr"
2435 # curses background attribute manipulation routines
2436 atf_add_test_case background
  /src/usr.sbin/moused/
moused.c 139 static int background = FALSE; variable in typeref:typename:int
489 if (background) {
506 if (background) {
522 if (background)
812 if (!background)
863 if (!nodaemon && !background) {
867 background = TRUE;
  /src/lib/libcurses/
Makefile 20 background.c bell.c border.c box.c chgat.c clear.c clearok.c \
  /src/sys/dev/wscons/
wsconsio.h 518 uint8_t background, foreground; member in struct:wsdisplay_char
wsdisplay_vcons.c 346 * Additional screens will start out in the background anyway so
673 mask = 0x00ff00ff; /* background and flags */
708 * if we already erased the background
1442 wsc->background, wsc->flags, &attr);
1502 wsc->background = bg;
  /src/bin/csh/
func.c 1362 * probably a background eval, e.g. "eval date &", and we want to
  /src/sys/external/isc/libsodium/dist/
aclocal.m4 517 # dies out for good. For more background, see:

Completed in 27 milliseconds