Searched refs:die (Results 1 – 10 of 10) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | flattree.c | 382 die("Unknown device tree blob version %d\n", version); in dt_to_blob() 433 die("Error writing device tree blob: %s\n", in dt_to_blob() 436 die("Short write on device tree blob\n"); in dt_to_blob() 473 die("Unknown device tree blob version %d\n", version); in dt_to_asm() 591 die("Premature end of data parsing flat device tree\n"); in flat_read_chunk() 615 die("Premature end of data parsing flat device tree\n"); in flat_realign() 626 die("Premature end of data parsing flat device tree\n"); in flat_read_string() 663 die("String offset %d overruns string table\n", in flat_read_stringtable() 732 die("Path \"%s\" is not valid as a child of \"%s\"\n", in nodename_from_path() 782 die("Premature FDT_END in device tree blob\n"); in unflatten_tree() [all …]
|
| H A D | dtc.c | 160 die("Invalid argument \"%s\" to -H option\n", in main() 183 die("Can't set both -p and -S\n"); in main() 198 die("Unknown input format \"%s\"\n", inform); in main() 214 die("Couldn't open output file %s: %s\n", in main() 227 die("Unknown output format \"%s\"\n", outform); in main()
|
| H A D | srcpos.c | 66 die("Couldn't open \"%s\": %s\n", fname, in srcfile_relative_open() 83 die("Includes nested too deeply"); in srcfile_push() 106 die("Error closing \"%s\": %s\n", srcfile->name, in srcfile_pop() 206 die("Couldn't allocate in srcpos string"); in srcpos_string()
|
| H A D | util.h | 23 static inline void __attribute__((noreturn)) die(char * str, ...) in die() function 38 die("malloc() failed\n"); in xmalloc() 48 die("realloc() failed (len=%d)\n", len); in xrealloc()
|
| H A D | data.c | 99 die("\\x used with no following hex digits\n"); in get_hex_char() 186 die("Error reading file into data: %s", strerror(errno)); in data_copy_file() 189 die("Overflow reading file into data\n"); in data_copy_file()
|
| H A D | fstree.c | 35 die("Couldn't opendir() \"%s\": %s\n", dirname, strerror(errno)); in read_fstree() 49 die("stat(%s): %s\n", tmpnam, strerror(errno)); in read_fstree()
|
| H A D | treesource.c | 39 die("Unable to parse input tree\n"); in dt_from_source() 42 die("Syntax error parsing input tree\n"); in dt_from_source()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | pnmtologo.c | 78 static void die(const char *fmt, ...) 91 die("%s: end of file\n", filename); in get_number() 97 die("%s: end of file\n", filename); in get_number() 108 die("%s: end of file\n", filename); in get_number() 129 die("Cannot open file %s: %s\n", filename, strerror(errno)); in read_image() 134 die("%s is not a PNM file\n", filename); in read_image() 147 die("%s: Binary PNM is not supported\n" in read_image() 151 die("%s is not a PNM file\n", filename); in read_image() 159 die("%s\n", strerror(errno)); in read_image() 163 die("%s\n", strerror(errno)); in read_image() [all …]
|
| H A D | gfp-translate | 9 die() { function 56 die "Could not locate kernel source directory or it is invalid"
|
| H A D | decodecode | 14 die() { function 21 T=`mktemp` || die "cannot create temp file"
|