/openbmc/linux/arch/powerpc/xmon/ |
H A D | ansidecl.h | 33 arguments, the last thing listed should be `DOTS'. 66 extern int printf PARAMS ((CONST char *format DOTS)); 68 FILE *stream AND CONST char *format DOTS) { ... } 96 #define DOTS , ... macro 120 #define DOTS macro
|
/openbmc/rest-dbus/resources/ |
H A D | jstree.style.css | 1 …dots .jstree-node,.jstree-default>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:0 0}.jstree-…
|
/openbmc/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | boe,bf060y8m-aj0.yaml | 17 Each pixel is divided into red and green dots, or blue and 18 green dots, and two pixels share red or blue dots which are
|
/openbmc/linux/fs/adfs/ |
H A D | dir.c | 202 unsigned int dots, i; in adfs_object_fixup() local 213 for (i = dots = 0; i < obj->name_len; i++) in adfs_object_fixup() 216 dots++; in adfs_object_fixup() 219 if (obj->name_len <= 2 && dots == obj->name_len) in adfs_object_fixup()
|
/openbmc/phosphor-led-manager/scripts/ |
H A D | parse_led.py | 28 # Check for leading or trailing dots/underscores 32 # Check for consecutive dots or underscores
|
/openbmc/linux/scripts/genksyms/ |
H A D | parse.y | 104 %token DOTS 353 parameter_declaration_list_opt DOTS { $$ = $2; } 355 | parameter_declaration_list ',' DOTS { $$ = $3; }
|
H A D | lex.l | 75 "..." return DOTS;
|
/openbmc/qemu/chardev/ |
H A D | baum.c | 131 #define DO(dots, ascii) \ argument 132 [DOTS2ASCII][dots] = ascii, \ 133 [ASCII2DOTS][ascii] = dots 616 uint8_t dots = nabcc_translation[ASCII2DOTS][keysym]; in baum_chr_read() local 617 if (dots) { in baum_chr_read() 618 baum_send_key2(baum, BAUM_RSP_EntryKeys, 0, dots); in baum_chr_read()
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | 06_fix_gethostbyname.patch | 16 * Don't append dots to unqualified names. Such names are likely to come
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdata/ |
H A D | libdata-hexdump-perl_0.02.bb | 7 (all others are shown as single dots).\
|
/openbmc/linux/tools/perf/util/ |
H A D | string2.h | 12 extern const char *dots;
|
H A D | demangle-rust.c | 74 * 5. There must be no sequence of three or more dots in a row ("..."). 156 /* Do not allow three or more consecutive dots */ in looks_like_rust()
|
/openbmc/linux/Documentation/gpu/ |
H A D | msm-crash-dump.rst | 36 core.major.minor.patchlevel separated by dots.
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 286 | 61 # sequence of dots.
|
/openbmc/linux/tools/perf/ui/stdio/ |
H A D | hist.c | 682 /* preserve max indent depth for initial dots */ in hists__fprintf_hierarchy_headers() 683 print_hierarchy_indent(sep, indent, dots, fp); in hists__fprintf_hierarchy_headers() 696 fprintf(fp, "%.*s", width, dots); in hists__fprintf_hierarchy_headers() 721 fprintf(fp, "%s%-.*s", sep ?: " ", header_width, dots); in hists__fprintf_hierarchy_headers()
|
/openbmc/bmcweb/test/include/ |
H A D | openbmc_dbus_rest_test.cpp | 39 EXPECT_FALSE(validateFilename("Two..Dots")); in TEST()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | asciidoc.conf | 32 # v1.72 breaks with this because it replaces dots not in roff requests.
|
/openbmc/u-boot/drivers/mtd/ |
H A D | cfi_flash.c | 1291 * effect updates to digit and dots. Repeated code is nasty too, so 1295 #define FLASH_SHOW_PROGRESS(scale, dots, digit, dots_sub) \ argument 1297 dots -= dots_sub; \ 1298 if (scale > 0 && dots <= 0) { \ 1304 dots += scale; \ 1308 #define FLASH_SHOW_PROGRESS(scale, dots, digit, dots_sub) argument 1330 int dots = 0; in write_buff() local 1364 FLASH_SHOW_PROGRESS(scale, dots, digit, i); in write_buff() 1396 FLASH_SHOW_PROGRESS(scale, dots, digit, i); in write_buff() 1411 FLASH_SHOW_PROGRESS(scale, dots, digit, info->portwidth); in write_buff()
|
/openbmc/linux/drivers/hwtracing/stm/ |
H A D | policy.c | 399 * contain dots; in stp_policy_make() 400 * <policy_name> is an arbitrary string; may not contain dots in stp_policy_make()
|
/openbmc/linux/tools/lib/perf/Documentation/ |
H A D | asciidoc.conf | 32 # v1.72 breaks with this because it replaces dots not in roff requests.
|
/openbmc/linux/fs/hpfs/ |
H A D | name.c | 105 /* OS/2 clears dots and spaces at the end of file name, so we have to */
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | dbutils.c | 193 * DESCRIPTION: Translate all forward slashes and dots to backslashes. 218 /* Convert all slash path separators to dots */ in acpi_db_prep_namestring()
|
/openbmc/qemu/hw/display/ |
H A D | vga_regs.h | 140 #define VGA_SR01_CHAR_CLK_8DOTS 0x01 /* bit 0: character clocks 8 dots wide are generated */
|
/openbmc/u-boot/include/ |
H A D | linker_lists.h | 136 * (with underscores instead of dots)
|
/openbmc/u-boot/lib/ |
H A D | tiny-printf.c | 126 /* (4 * 3 decimal digits), 3 dots and trailing zero */ in ip4_addr_string()
|