/openbsd/regress/lib/libfuse/ |
H A D | fuse-parse-cmdline.c | 32 test_all_args(char **dir, int *multithreaded, int *foreground) in test_all_args() argument 53 if (foreground != NULL) in test_all_args() 54 *foreground = 0; in test_all_args() 56 if (fuse_parse_cmdline(&args, dir, multithreaded, foreground) != 0) in test_all_args() 63 if (foreground != NULL && *foreground == 0) in test_all_args() 78 int multithreaded, foreground; in main() local 84 test_all_args(&dir, &multithreaded, &foreground); in main()
|
H A D | fuse-opt-parse.c | 30 int foreground; member 59 DATA_OPT("debug", foreground, 1),
|
/openbsd/usr.bin/timeout/ |
H A D | timeout.c | 168 int foreground = 0, preserve = 0; in main() local 196 foreground = 1; in main() 226 if (!foreground) { in main() 294 if (!foreground) in main() 308 if (!foreground) in main()
|
/openbsd/regress/usr.sbin/syslogd/ |
H A D | Syslogd.pm | 42 if $args{foreground} || $args{daemon}; 43 $args{foreground} && $args{daemon} 207 push @cmd, "-d" if !$self->{foreground} && !$self->{daemon}; 208 push @cmd, "-F" if $self->{foreground}; 227 last unless $self->{foreground} || $self->{daemon};
|
H A D | args-privsep-foreground.pl | 17 foreground => 1,
|
/openbsd/usr.sbin/amd/amd/ |
H A D | util.c | 261 if (foreground) { in going_down() 268 if (foreground) { in going_down() 430 if (!foreground) /* firewall - should never happen */ in am_unmounted() 485 foreground = 0; in dofork() 499 foreground = 0; in background()
|
H A D | amd.c | 77 int foreground = 1; /* This is the top-level server */ variable 165 foreground = 1; in daemon_mode()
|
H A D | sched.c | 158 if (!foreground) in wakeup()
|
H A D | nfsx_ops.c | 368 if (!fg && foreground && (m->mf_ops->fs_flags & FS_MBACKGROUND)) { in nfsx_remount()
|
H A D | map.c | 589 if (!foreground) { in root_fh()
|
H A D | afs_ops.c | 166 foreground ? (long)mypid : (long)getppid()); in mount_toplvl()
|
/openbsd/lib/libfuse/ |
H A D | fuse.c | 446 fuse_daemonize(int foreground) in fuse_daemonize() argument 448 if (foreground) in fuse_daemonize() 565 opt->foreground = 1; in ifuse_process_opt() 627 *fg = opt.foreground; in fuse_parse_cmdline()
|
H A D | fuse_private.h | 87 int foreground; member
|
/openbsd/lib/libcurses/ |
H A D | Caps-ncurses | 142 #color_fg_0 colf0 str c0 - - ----K foreground color 0 143 #color_fg_1 colf1 str c1 - - ----K foreground color 1 144 #color_fg_2 colf2 str c2 - - ----K foreground color 2 145 #color_fg_3 colf3 str c3 - - ----K foreground color 3 146 #color_fg_4 colf4 str c4 - - ----K foreground color 4 147 #color_fg_5 colf5 str c5 - - ----K foreground color 5 148 #color_fg_6 colf6 str c6 - - ----K foreground color 6 149 #color_fg_7 colf7 str c7 - - ----K foreground color 7
|
H A D | Caps | 640 set_foreground setf str Sf - - ----- Set foreground color #1 714 set_a_foreground setaf str AF - - ----- Set foreground color to #1, using ANSI escape
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | SymbolizerMarkupFormat.rst | 119 30 Black foreground 120 31 Red foreground 121 32 Green foreground 122 33 Yellow foreground 123 34 Blue foreground 124 35 Magenta foreground 125 36 Cyan foreground 126 37 White foreground
|
/openbsd/gnu/usr.bin/texinfo/djgpp/ |
H A D | README | 185 foreground and background colors. The individual bits in the 191 color and `FFFF' are the 4 bits for the foreground color. This is 196 Info use yellow foreground on blue background for the text and 197 blue foreground on cyan background for the modelines.
|
/openbsd/sbin/isakmpd/ |
H A D | README | 31 That will run isakmpd in the foreground, not connected to any application
|
/openbsd/usr.sbin/smtpd/ |
H A D | smtpd.c | 138 int foreground = 0; variable 501 foreground = 1; in main() 522 foreground = 1; in main() 669 if (!foreground) in main()
|
/openbsd/usr.sbin/amd/include/ |
H A D | am.h | 141 extern int foreground; /* Foreground process */
|
/openbsd/sbin/init/ |
H A D | NOTES | 41 was responsible for sending SIGHUP to the foreground process
|
/openbsd/gnu/llvm/llvm/lib/Support/Windows/ |
H A D | Threading.inc | 112 // significantly affecting activity in the foreground.
|
/openbsd/usr.bin/vi/cl/ |
H A D | README.signal | 151 that the only child in its foreground process group (of which it's aware)
|
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/ |
H A D | ChangeLog | 270 gdbserver. Set the child to be the foreground process group.
|
/openbsd/gnu/usr.bin/perl/ |
H A D | config_h.SH | 560 * available to get foreground process group ID. 566 * available to set foreground process group ID.
|