Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 14 of 14) sorted by relevance

/scripts/dtc/
A Dsrcpos.c266 void srcpos_verror(struct srcpos *pos, const char *prefix, in srcpos_verror() argument
273 fprintf(stderr, "%s: %s ", prefix, srcstr); in srcpos_verror()
280 void srcpos_error(struct srcpos *pos, const char *prefix, in srcpos_error() argument
286 srcpos_verror(pos, prefix, fmt, va); in srcpos_error()
A Dsrcpos.h109 extern void PRINTF(3, 0) srcpos_verror(struct srcpos *pos, const char *prefix,
111 extern void PRINTF(3, 4) srcpos_error(struct srcpos *pos, const char *prefix,
A Ddtc.h69 #define strstarts(s, prefix) (strncmp((s), (prefix), strlen(prefix)) == 0) argument
A Ddtc.c44 static void fill_fullpaths(struct node *tree, const char *prefix) in fill_fullpaths() argument
49 tree->fullpath = join_path(prefix, tree->name); in fill_fullpaths()
A DREADME53 pip install . [--user|--prefix=/path/to/install_dir]
60 first. Generally, using --user or --prefix is not necessary and pip will use the
A Dflattree.c117 static void emit_label(FILE *f, const char *prefix, const char *label) in emit_label() argument
119 fprintf(f, "\t.globl\t%s_%s\n", prefix, label); in emit_label()
120 fprintf(f, "%s_%s:\n", prefix, label); in emit_label()
121 fprintf(f, "_%s_%s:\n", prefix, label); in emit_label()
/scripts/
A DMakefile.build7 prefix := vpl
8 src := $(patsubst $(prefix)/%,%,$(obj))
10 prefix := tpl
11 src := $(patsubst $(prefix)/%,%,$(obj))
13 prefix := spl
14 src := $(patsubst $(prefix)/%,%,$(obj))
16 prefix := .
50 -include $(prefix)/include/autoconf.mk
A Ddocumentation-file-ref-check95 my $prefix = $1;
115 my $fulref = "$prefix$ref";
A Dgen_compile_commands.py175 prefix = command_prefix.replace(r'\#', '#').replace('$(pound)', '#')
184 'command': prefix + file_path,
A DKbuild.include14 # Name of target with a '.' as filename prefix. foo/bar.o => foo/.bar.o
79 # cc-cross-prefix
80 # Usage: CROSS_COMPILE := $(call cc-cross-prefix, m68k-linux-gnu- m68k-linux-)
81 # Return first prefix where a prefix$(CC) is found in PATH.
83 cc-cross-prefix = \
A Dcheckpatch.pl415 my ($hashRef, $prefix) = @_;
2285 my $prefix = '';
2314 $output .= $prefix . $level . ':';
2480 my $prefix = $absolute;
2481 substr($prefix, -length($file)) = '';
2484 if ($prefix ne ".../") {
2865 $prefix = '';
2967 $prefix = "$realfile:$realline: "
2972 $prefix = "$filename:$linenr: ";
5032 if ($prefix !~ /$Type\s+$/ &&
[all …]
/scripts/kconfig/tests/
A Dpytest.ini5 # them as top-level modules. It is silly to prefix or suffix a test file with
/scripts/kconfig/
A Dconfdata.c596 const char *prefix = ""; in header_print_symbol() local
599 prefix = "0x"; in header_print_symbol()
601 CONFIG_, sym->name, prefix, value); in header_print_symbol()
A Dmenu.c774 enum prop_type tok, const char *prefix) in get_symbol_props_str() argument
781 str_append(r, prefix); in get_symbol_props_str()

Completed in 19 milliseconds