Searched refs:foreground (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/usr.bin/timeout/
H A Dtimeout.c58 " [--kill-after time | -k time] [--foreground] <duration> <command>"
167 int foreground, preserve; local
189 foreground = preserve = 0;
194 { "foreground", no_argument, &foreground, 1 },
229 if (!foreground) {
297 if (foreground) {
310 if (!foreground) {
327 if (!foreground) {
350 if (!foreground)
[all...]
/freebsd-11-stable/contrib/dialog/
H A Darrows.c45 merge_colors(chtype foreground, chtype background) argument
47 chtype result = foreground;
48 if ((foreground & A_COLOR) != (background & A_COLOR)) {
51 short fg_pair = (short) PAIR_NUMBER(foreground);
H A Dutil.c522 * have (or can) define a pair with the given color as foreground on the
526 dlg_color_pair(int foreground, int background) argument
535 && fg == foreground
544 (void) init_pair((short) pair, (short) foreground, (short) background);
552 * have (or can) define a pair with the given color as foreground on the
556 define_color(WINDOW *win, int foreground) argument
568 return dlg_color_pair(foreground, background);
772 * Prevent this from making text invisible when the foreground and
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Drdma-ndd.c70 int foreground = 0; variable
213 foreground = 1;
397 {"foreground", 'f', 0, NULL, "run in the foreground instead of as a daemon\n"},
408 if (!foreground) {
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c626 bool foreground, launchd; local
647 foreground = false;
666 foreground = true;
724 if (foreground && pidfile == NULL) {
773 if (!foreground) {
/freebsd-11-stable/sbin/hastd/
H A Dhastd.c75 /* Do we run in foreground? */
76 static bool foreground; variable
544 if (!foreground && pidfile == NULL &&
1192 foreground = false;
1209 foreground = true;
1254 if (pidfile != NULL || !foreground) {
1307 if (!foreground) {
1316 if (pidfile != NULL || !foreground) {
/freebsd-11-stable/contrib/amd/amd/
H A Dautil.c658 if (!foreground) { /* firewall - should never happen */
778 if (pid == 0) { /* child process (foreground==false) */
780 foreground = 0;
796 foreground = 0;
H A Dsched.c181 if (!foreground)
H A Damd.c220 * Pretend we are in the foreground again
222 foreground = 1;
H A Damfs_nfsx.c397 if (!fg && foreground && (m->mf_fsflags & FS_MBACKGROUND)) {
405 dlog("foreground mount of \"%s\" ...", mf->mf_info);
433 * Note that this is called in the foreground
/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dstatd.c89 int foreground = 0; local
100 foreground = 1;
292 if ((foreground == 0) && daemon(0, 0) < 0) {
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A DDviP.h128 unsigned long foreground; member in struct:__anon1703
H A Ddraw.c421 values.foreground = dw->dvi.background;
424 values.foreground = dw->dvi.foreground;
427 values.foreground = dw->dvi.foreground;
H A DDvi.c68 sizeof (unsigned long), offset(dvi.foreground),
260 values.foreground = dw->dvi.foreground;
/freebsd-11-stable/contrib/amd/libamu/
H A Dxutil.c61 int foreground = 1; /* 1 == this is the top-level server */ variable
171 return (long) (foreground ? am_mypid : getppid());
915 if (foreground) {
931 if (foreground) {
/freebsd-11-stable/bin/sh/
H A Djobs.c105 char foreground; /* true if running in the foreground */ member in struct:job
264 jp->foreground = 1;
285 jp->foreground = 0;
797 jp->foreground = 0;
880 * FORK_FG - Fork off a foreground process.
993 jp->foreground = mode == FORK_FG;
1042 jp->foreground = 1;
1064 * foreground process to terminate, and then send itself an interrupt
1076 int propagate_int = jp->jobctl && jp->foreground;
[all...]
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlockd.c121 int foreground = 0; local
139 foreground = 1;
427 if ((foreground == 0) && daemon(0, debug_level > 0)) {
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dsvnserve.c390 {"foreground", SVNSERVE_OPT_FOREGROUND, 0,
391 N_("run in foreground (useful for debugging)\n"
710 svn_boolean_t foreground = FALSE;
820 foreground = TRUE;
1241 if (run_mode != run_mode_listen_once && !foreground)
709 svn_boolean_t foreground = FALSE; local
/freebsd-11-stable/contrib/amd/include/
H A Dam_utils.h261 extern int foreground; /* Foreground process */
/freebsd-11-stable/contrib/amd/hlfsd/
H A Dhlfsd.c598 foreground = 0;
/freebsd-11-stable/contrib/groff/contrib/groffer/
H A Dgroffer2.sh399 'fn' 'font' 'foreground' 'html-viewer' 'html-viewer-tty' 'mode' \
421 'bw' 'display' 'fg' 'fn' 'font' 'foreground' 'ft' 'geometry' \
514 export _OPT_FG; # set foreground color in some modes.
3866 --fn=font, --font=font, --foreground=color, --geometry=geom, --iconic,
4536 --fg|--foreground) # foreground color for viewers, arg;
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_softdep.c11865 int foreground; local
11873 foreground = (bp->b_xflags & BX_BKGRDMARKER) == 0;
11900 if (foreground) {
11924 if (foreground &&
11942 if (foreground)
11978 if (foreground)

Completed in 409 milliseconds