| /src/external/bsd/ntp/dist/ntpsnmpd/ |
| ntpsnmpd.c | 50 int background = 0; /* start as background process */ local 60 background = 1; 74 /* go into background mode, if requested */ 75 if (background && netsnmp_daemonize(1, !use_syslog))
|
| /src/tests/fs/ffs/ |
| h_ffs_server.c | 22 int background = 0; variable 37 if (background) 63 background = 1; 81 if (background) { 102 if (background)
|
| h_quota2_tests.c | 27 int background = 0; variable 365 if (background) 394 background = 1; 426 if (background) { 457 if (background)
|
| /src/external/gpl2/lvm2/dist/tools/ |
| polldaemon.h | 59 unsigned background; member in struct:daemon_parms 68 unsigned background,
|
| /src/sys/arch/bebox/stand/boot/ |
| vga.c | 47 static u_char background = 0; /* Black */ 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 | 48 u_char background = 0; /* Black */ variable 118 pccolor = CATTR((background<<4)|foreground); 119 pccolor_so = CATTR((foreground<<4)|background); 320 * Set foreground/background color
|
| /src/external/bsd/am-utils/dist/amd/ |
| autil.c | 664 plog(XLOG_FATAL, "am_unmounted: illegal use in background (%s)", 792 background(void) function
|
| /src/distrib/utils/ssh/ |
| ssh.c | 409 * (or zero for a background job) 422 int background; local 428 * -b : background 433 background = 0; 440 background++; 489 if (background) { 502 /* Handle background option... */ 503 if (background) {
|
| /src/sbin/routed/ |
| main.c | 68 int background = 1; variable 151 background = 0; 280 if (!background) 287 /* get into the background */ 288 if (background && daemon(0, 1) < 0) 348 trace_close(background);
|
| /src/usr.sbin/mmcformat/ |
| mmcformat.c | 393 format_str = "background MRW format"; 400 format_str = "background DVD+RW full format"; 674 "-w wait until completion of background format\n" 698 int blank, format, mrw, background; local 1022 /* determine if formatting is done in the background */ 1023 background = 0; 1024 if (format_type == 0x24) background = 1; 1025 if (format_type == 0x26) background = 1; 1050 background = 0; 1052 error = uscsi_format_disc(&dev, !background, format_type [all...] |
| /src/external/gpl2/groff/dist/src/devices/xditview/ |
| DviP.h | 131 unsigned long background; member in struct:__anon9345
|
| /src/libexec/httpd/ |
| bozohttpd.h | 107 int background; /* drop into daemon mode */ member in struct:bozohttpd_t
|
| /src/usr.sbin/moused/ |
| moused.c | 139 static int background = FALSE; variable 489 if (background) { 506 if (background) { 522 if (background) 812 if (!background) 863 if (!nodaemon && !background) { 867 background = TRUE;
|
| /src/sys/dev/wscons/ |
| wsconsio.h | 518 uint8_t background, foreground; member in struct:wsdisplay_char
|
| /src/external/gpl2/groff/dist/src/devices/grohtml/ |
| post-html.cpp | 1988 color *background; member in class:html_printer 4146 if (background != NULL) 4147 delete background; 4148 background = new color; 4149 *background = *env->fill; 4186 background(default_background), 4524 if (background == NULL) 4530 background->get_rgb(&r, &g, &b); 4976 // set background color to white
|
| /src/external/mit/xorg/lib/libxcb/files/ |
| xproto.h | 1356 /**< Overrides the default background-pixmap. The background pixmap and window must 1360 If `XCB_BACK_PIXMAP_NONE` is specified, the window has no defined background. 1364 If `XCB_BACK_PIXMAP_PARENT_RELATIVE` is specified, the parent's background is 1366 results). The parent's background is tracked, and the current version is 1367 used each time the window background is required. */ 1371 background pixel is used for the background. Range-checking is not performed, 1372 the background pixel is truncated to the appropriate number of bits. */ 3038 /**< Background colorpixel. * 3238 uint32_t background; member in struct:xcb_create_gc_value_list_t 3282 uint32_t background; member in struct:xcb_change_gc_value_list_t [all...] |