Searched refs:prefix (Results 1 – 14 of 14) sorted by relevance
| /scripts/dtc/ |
| A D | srcpos.c | 266 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 D | srcpos.h | 109 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 D | dtc.h | 69 #define strstarts(s, prefix) (strncmp((s), (prefix), strlen(prefix)) == 0) argument
|
| A D | dtc.c | 44 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 D | README | 53 pip install . [--user|--prefix=/path/to/install_dir] 60 first. Generally, using --user or --prefix is not necessary and pip will use the
|
| A D | flattree.c | 117 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 D | Makefile.build | 7 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 D | documentation-file-ref-check | 95 my $prefix = $1; 115 my $fulref = "$prefix$ref";
|
| A D | gen_compile_commands.py | 175 prefix = command_prefix.replace(r'\#', '#').replace('$(pound)', '#') 184 'command': prefix + file_path,
|
| A D | Kbuild.include | 14 # 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 D | checkpatch.pl | 415 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 D | pytest.ini | 5 # them as top-level modules. It is silly to prefix or suffix a test file with
|
| /scripts/kconfig/ |
| A D | confdata.c | 596 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 D | menu.c | 774 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 22 milliseconds