Searched refs:exit (Results 1 – 13 of 13) sorted by relevance
81 goto exit; in flush_block()86 exit: in flush_block()257 goto exit; in bcache_mark_block_dirty()262 exit: in bcache_mark_block_dirty()276 goto exit; in bcache_zero_block()285 exit: in bcache_zero_block()298 goto exit; in bcache_flush()303 exit: in bcache_flush()
32 sys.exit("Could not open input file '{}'".format(args.ifile))35 …sys.exit("Input file size ({} bytes) too large for final size ({} bytes)".format(len(idata), args.…55 sys.exit("Could not open output file '{}'".format(args.ofile))
89 goto exit; in process_elf_blob()95 goto exit; in process_elf_blob()101 exit: in process_elf_blob()
8 sys.exit(1)
10 sys.exit(1)
97 wget -v -N $TOOLCHAIN_ADDRESS || exit 1100 tar xf archives/$TOOLCHAIN.$TOOLCHAIN_SUFFIX || exit 1
37 exit(1); in usage()
570 bool exit; in command_loop() local590 exit = false; in command_loop()592 while (!exit) { in command_loop()659 exit = true; in command_loop()
197 void exit(int status) { in exit() function
395 #define OUTPUT_STRING(str, len) do { err = out(str, len, state); if (err < 0) { goto exit; } else {… in _printf_engine()609 exit: in _printf_engine()
248 ldr r1, =exit
270 sys.exit(1)
386 beq udiv0 @ x==0? exit as with y!=0 case above
Completed in 17 milliseconds