Home
last modified time | relevance | path

Searched full:dots (Results 1 – 25 of 63) sorted by relevance

123

/openbmc/linux/arch/powerpc/xmon/
H A Dansidecl.h33 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 Djstree.style.css1dots .jstree-node,.jstree-default>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:0 0}.jstree-…
/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dboe,bf060y8m-aj0.yaml17 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 Ddir.c202 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 Dparse_led.py28 # Check for leading or trailing dots/underscores
32 # Check for consecutive dots or underscores
/openbmc/linux/scripts/genksyms/
H A Dparse.y104 %token DOTS
353 parameter_declaration_list_opt DOTS { $$ = $2; }
355 | parameter_declaration_list ',' DOTS { $$ = $3; }
H A Dlex.l75 "..." return DOTS;
/openbmc/qemu/chardev/
H A Dbaum.c131 #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 D06_fix_gethostbyname.patch16 * Don't append dots to unqualified names. Such names are likely to come
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdata/
H A Dlibdata-hexdump-perl_0.02.bb7 (all others are shown as single dots).\
/openbmc/linux/tools/perf/util/
H A Dstring2.h12 extern const char *dots;
H A Ddemangle-rust.c74 * 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 Dmsm-crash-dump.rst36 core.major.minor.patchlevel separated by dots.
/openbmc/qemu/tests/qemu-iotests/
H A D28661 # sequence of dots.
/openbmc/linux/tools/perf/ui/stdio/
H A Dhist.c682 /* 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 Dopenbmc_dbus_rest_test.cpp39 EXPECT_FALSE(validateFilename("Two..Dots")); in TEST()
/openbmc/linux/tools/perf/Documentation/
H A Dasciidoc.conf32 # v1.72 breaks with this because it replaces dots not in roff requests.
/openbmc/u-boot/drivers/mtd/
H A Dcfi_flash.c1291 * 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 Dpolicy.c399 * 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 Dasciidoc.conf32 # v1.72 breaks with this because it replaces dots not in roff requests.
/openbmc/linux/fs/hpfs/
H A Dname.c105 /* OS/2 clears dots and spaces at the end of file name, so we have to */
/openbmc/linux/drivers/acpi/acpica/
H A Ddbutils.c193 * 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 Dvga_regs.h140 #define VGA_SR01_CHAR_CLK_8DOTS 0x01 /* bit 0: character clocks 8 dots wide are generated */
/openbmc/u-boot/include/
H A Dlinker_lists.h136 * (with underscores instead of dots)
/openbmc/u-boot/lib/
H A Dtiny-printf.c126 /* (4 * 3 decimal digits), 3 dots and trailing zero */ in ip4_addr_string()

123