Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/arch/powerpc/xmon/
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
/kernel/linux/linux-5.10/arch/powerpc/xmon/
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
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/panel/
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
/kernel/linux/linux-5.10/fs/adfs/
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()
/kernel/linux/linux-6.6/fs/adfs/
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()
/kernel/linux/linux-5.10/scripts/genksyms/
Dparse.y102 %token DOTS
340 parameter_declaration_list_opt DOTS { $$ = $2; }
342 | parameter_declaration_list ',' DOTS { $$ = $3; }
Dlex.l75 "..." return DOTS;
233 case DOTS:
/kernel/linux/linux-6.6/scripts/genksyms/
Dparse.y104 %token DOTS
353 parameter_declaration_list_opt DOTS { $$ = $2; }
355 | parameter_declaration_list ',' DOTS { $$ = $3; }
/kernel/linux/linux-5.10/tools/perf/util/
Dstring2.h12 extern const char *dots;
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()
/kernel/linux/linux-6.6/tools/perf/util/
Dstring2.h12 extern const char *dots;
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()
/kernel/linux/linux-6.6/Documentation/gpu/
Dmsm-crash-dump.rst36 core.major.minor.patchlevel separated by dots.
/kernel/linux/linux-5.10/Documentation/gpu/
Dmsm-crash-dump.rst36 core.major.minor.patchlevel separated by dots.
/kernel/linux/linux-5.10/tools/perf/ui/stdio/
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()
/kernel/linux/linux-6.6/tools/perf/ui/stdio/
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()
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dasciidoc.conf32 # v1.72 breaks with this because it replaces dots not in roff requests.
/kernel/linux/linux-6.6/tools/perf/Documentation/
Dasciidoc.conf32 # v1.72 breaks with this because it replaces dots not in roff requests.
/kernel/linux/linux-6.6/drivers/hwtracing/stm/
Dpolicy.c399 * contain dots; in stp_policy_make()
400 * <policy_name> is an arbitrary string; may not contain dots in stp_policy_make()
/kernel/linux/linux-5.10/drivers/hwtracing/stm/
Dpolicy.c404 * contain dots; in stp_policy_make()
405 * <policy_name> is an arbitrary string; may not contain dots in stp_policy_make()
/kernel/linux/linux-6.6/tools/lib/perf/Documentation/
Dasciidoc.conf32 # v1.72 breaks with this because it replaces dots not in roff requests.
/kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/
Dasciidoc.conf32 # v1.72 breaks with this because it replaces dots not in roff requests.
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/
Dasciidoc.conf32 # v1.72 breaks with this because it replaces dots not in roff requests.
/kernel/linux/linux-6.6/fs/hpfs/
Dname.c105 /* OS/2 clears dots and spaces at the end of file name, so we have to */
/kernel/linux/linux-5.10/fs/hpfs/
Dname.c105 /* OS/2 clears dots and spaces at the end of file name, so we have to */

123