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

  /src/lib/librefuse/
fuse_lowlevel.h 46 int foreground; member in struct:fuse_cmdline_opts
refuse_lowlevel.c 55 REFUSE_LOWLEVEL_OPT("-d" , foreground , 1),
56 REFUSE_LOWLEVEL_OPT("debug" , foreground , 1),
57 REFUSE_LOWLEVEL_OPT("-f" , foreground , 1),
73 " -f foreground mode\n"
refuse_compat.c 47 int foreground; member in struct:fuse_cmdline_opts_rev0
refuse.c 1074 if (fuse_daemonize(opts->foreground) != 0)
1165 int fuse_daemonize(int foreground)
1178 if (!foreground)
fuse.h 239 int fuse_daemonize(int foreground) __RENAME(fuse_daemonize_rev1);
  /src/lib/librefuse/refuse/
v25.c 60 int *multithreaded, int *foreground) {
68 *foreground = opts.foreground;
v25.h 89 int *multithreaded, int *foreground);
  /src/usr.bin/timeout/
timeout.c 66 " [--kill-after time | -k time] [--foreground] <duration> <command>"
188 int foreground, preserve; local in function:main
209 foreground = preserve = 0;
216 { "foreground", no_argument, NULL, 'f'},
227 foreground = 1;
258 if (!foreground) {
321 if (!foreground)
335 if (!foreground)
  /src/usr.sbin/ypserv/ypserv/
ypserv.c 72 static int foreground = 1; variable in typeref:typename:int
74 static int foreground; variable in typeref:typename:int
102 if (foreground)
318 foreground = 1;
339 if (foreground == 0 && daemon(0, 0))
  /src/usr.sbin/perfused/
perfused.c 391 int foreground = 0; local in function:parse_options
406 foreground = 1;
411 foreground = 1;
419 if (!foreground)
  /src/sys/arch/bebox/stand/boot/
vga.c 48 static u_char foreground = 7; /* White */ 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 49 u_char foreground = 7; /* White */ 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/libexec/httpd/
daemon-bozo.c 132 if (!httpd->background && !httpd->foreground)
175 if (httpd->foreground == 0)
bozohttpd.h 108 int foreground; /* keep daemon mode in foreground */ member in struct:bozohttpd_t
bozohttpd.c 2615 if ((cp = bozo_get_pref(prefs, "foreground")) != NULL &&
2617 httpd->foreground = 1;
  /src/sys/dev/ic/
pcdisplay_subr.c 322 wschar->foreground = attrbyte & 0x07;
344 attrbyte |= wschar->foreground & 0x07;
  /src/usr.sbin/wsmoused/
selection.c 432 /* Flips the background and foreground colors of the specified screen
448 t = ch.foreground;
449 ch.foreground = ch.background;
  /src/usr.sbin/inetd/
inetd.c 233 static bool foreground; variable in typeref:typename:bool
350 foreground = true;
355 foreground = true;
372 if (!foreground)
503 if (foreground)
  /src/libexec/httpd/lua/
bozo.lua 50 opt.add_option{"-f", "--foreground", action="store_true", dest="foreground", help="--foreground"}
89 if options.foreground then
90 bozohttpd.set_pref(httpd, prefs, "foreground", "true")
  /src/sys/dev/wscons/
wsdisplay_vcons.c 1441 error = ri->ri_ops.allocattr(ri, wsc->foreground,
1501 wsc->foreground = fg;
1511 if (wsc->foreground >= 8)
1512 wsc->foreground -= 8;
wsconsio.h 518 uint8_t background, foreground; member in struct:wsdisplay_char

Completed in 29 milliseconds