Searched refs:background (Results 1 - 25 of 25) sorted by relevance

/freebsd-11-stable/contrib/dialog/samples/
H A Dmixedgauge6 background="An Example of --mixedgauge usage"
10 $DIALOG --backtitle "$background" \
/freebsd-11-stable/contrib/netbsd-tests/fs/ffs/
H A Dh_ffs_server.c22 int background = 0; variable
37 if (background)
63 background = 1;
81 if (background) {
102 if (background)
H A Dh_quota2_tests.c27 int background = 0; variable
365 if (background)
394 background = 1;
426 if (background) {
457 if (background)
/freebsd-11-stable/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd.c48 int background = 0; /* start as background process */ local
58 background = 1;
72 /* go into background mode, if requested */
73 if (background && netsnmp_daemonize(1, !use_syslog))
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.noreapring.ksh102 background=$!
103 echo launched ring buffered enabling as pid $background
120 kill $background
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/
H A Dt_curses.sh206 atf_test_case background
209 atf_set "descr" "Check setting background character and attributes for both stdscr and a window."
213 h_run background
288 atf_add_test_case background
/freebsd-11-stable/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c81 int n, background, channel, service, local
88 background = channel = 0;
136 case 'b': /* Run in background */
137 background = 1;
186 if (background)
288 if (background && daemon(0, 0) < 0)
295 if (!background)
455 "\t-b Run in background\n" \
457 "\t-t use slave pseudo tty (required in background mode)\n" \
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_reg_utils.h121 /** take bits selected by mask from one data, the rest from background */
122 #define AL_MASK_VAL(mask, data, background) \
123 (((mask) & (data)) | ((~mask) & (background)))
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_exit.sh31 atf_test_case background
34 "a command in the background (PR bin/46327)"
137 "a subshell in the background"
148 atf_add_test_case background
/freebsd-11-stable/contrib/dialog/
H A Darrows.c45 merge_colors(chtype foreground, chtype background) argument
48 if ((foreground & A_COLOR) != (background & A_COLOR)) {
52 short bg_pair = (short) PAIR_NUMBER(background);
H A Dutil.c185 * Display background title if it exists ...
523 * window's defined background.
526 dlg_color_pair(int foreground, int background) argument
536 && bg == background) {
544 (void) init_pair((short) pair, (short) foreground, (short) background);
553 * window's defined background.
560 short fg, bg, background; local
564 background = bg;
566 background = COLOR_BLACK;
568 return dlg_color_pair(foreground, background);
[all...]
/freebsd-11-stable/sbin/routed/
H A Dmain.c66 static int background = 1; variable
156 background = 0;
285 if (!background)
292 /* get into the background */
294 if (0 > _daemonize(background ? 0 : (_DF_NOCHDIR|_DF_NOFORK),
298 if (background && daemon(0, 1) < 0)
359 trace_close(background);
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A DDviP.h129 unsigned long background; member in struct:__anon1703
H A DDvi.c71 sizeof (unsigned long), offset(dvi.background),
292 values.background = dw->dvi.background;
H A Ddraw.c421 values.foreground = dw->dvi.background;
/freebsd-11-stable/contrib/amd/amd/
H A Dsched.c132 if ((p->pid = background())) {
H A Damd.c179 bgpid = background();
H A Damq_svc.c83 * 3) Fork by calling background() so that NumChildren is updated.
124 switch ((pid = background())) {
H A Dautil.c662 plog(XLOG_FATAL, "am_unmounted: illegal use in background (%s)",
790 background(void) function
H A Damd.h95 #define FS_MBACKGROUND 0x0002 /* Should background this mount */
98 #define FS_UBACKGROUND 0x0010 /* Unmount in background */
433 int mf_error; /* Error code from background mount */
603 extern int background(void);
/freebsd-11-stable/sbin/natd/
H A Dnatd.c140 static int background; variable
171 background = 0;
308 if (background == 0 || dynamicMode == 0)
451 if (background)
462 background = 1;
653 if (background == 0 || dynamicMode == 0)
996 if (background)
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp1986 color *background; member in class:html_printer
4144 if (background != NULL)
4145 delete background;
4146 background = new color;
4147 *background = *env->fill;
4184 background(default_background),
4522 if (background == NULL)
4528 background->get_rgb(&r, &g, &b);
4974 // set background color to white
/freebsd-11-stable/usr.sbin/moused/
H A Dmoused.c181 static int background = FALSE; variable
931 if (!background)
1032 if (!nodaemon && !background) {
1045 background = TRUE;
1403 if (background)
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dmain.c1481 int background = 1; local
1511 background = 0;
1573 openlog(prefix, LOG_PID | (background ? 0 : LOG_PERROR), LOG_USER);
1576 if (background && daemon(0, 0) < 0) {
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js1506 background: "none"

Completed in 185 milliseconds