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

  /src/lib/librefuse/
refuse_compat.c 47 int foreground; member in struct:fuse_cmdline_opts_rev0
fuse_lowlevel.h 46 int foreground; member in struct:fuse_cmdline_opts
  /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/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/usr.sbin/perfused/
perfused.c 391 int foreground = 0; local in function:parse_options
406 foreground = 1;
411 foreground = 1;
419 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/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/
bozohttpd.h 108 int foreground; /* keep daemon mode in foreground */ member in struct:bozohttpd_t
  /src/sys/dev/wscons/
wsconsio.h 518 uint8_t background, foreground; member in struct:wsdisplay_char

Completed in 22 milliseconds