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

1 2

  /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)
  /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
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
74 static int foreground; variable
102 if (foreground)
318 foreground = 1;
339 if (foreground == 0 && daemon(0, 0))
  /src/usr.sbin/perfused/
perfused.c 391 int foreground = 0; local
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
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
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
  /src/external/bsd/am-utils/dist/amd/
autil.c 660 if (!foreground) { /* firewall - should never happen */
780 if (pid == 0) { /* child process (foreground==false) */
782 foreground = 0;
798 foreground = 0;
sched.c 183 if (!foreground)
amd.c 218 * Pretend we are in the foreground again
220 foreground = 1;
amfs_nfsx.c 399 if (!fg && foreground && (m->mf_fsflags & FS_MBACKGROUND)) {
407 dlog("foreground mount of \"%s\" ...", mf->mf_info);
435 * Note that this is called in the foreground
  /src/external/bsd/am-utils/dist/libamu/
xutil.c 63 int foreground = 1; /* 1 == this is the top-level server */ variable
173 return (long) (foreground ? am_mypid : getppid());
917 if (foreground) {
933 if (foreground) {
  /src/external/gpl2/groff/dist/src/devices/xditview/
DviP.h 130 unsigned long foreground; member in struct:__anon9345
draw.c 423 values.foreground = dw->dvi.background;
426 values.foreground = dw->dvi.foreground;
429 values.foreground = dw->dvi.foreground;
Dvi.c 70 sizeof (unsigned long), offset(dvi.foreground),
262 values.foreground = dw->dvi.foreground;
  /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
356 foreground = true;
361 foreground = true;
378 if (!foreground)
520 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")

Completed in 43 milliseconds

1 2