Searched defs:prefix (Results 1 – 7 of 7) sorted by relevance
/scripts/dtc/ |
D | srcpos.c | 293 void srcpos_verror(struct srcpos *pos, const char *prefix, in srcpos_verror() 307 void srcpos_error(struct srcpos *pos, const char *prefix, in srcpos_error()
|
D | dtc.c | 35 static void fill_fullpaths(struct node *tree, const char *prefix) in fill_fullpaths()
|
D | flattree.c | 117 static void emit_label(FILE *f, const char *prefix, const char *label) in emit_label()
|
/scripts/kconfig/ |
D | confdata.c | 563 const char *prefix = ""; in header_print_symbol() local
|
/scripts/mod/ |
D | file2alias.c | 970 const char *prefix; member
|
D | modpost.c | 266 #define strstarts(str, prefix) (strncmp(str, prefix, strlen(prefix)) == 0) argument
|
/scripts/ |
D | analyze_suspend.py | 100 prefix = 'test' variable in SystemValues
|