Searched refs:error_out (Results 1 – 13 of 13) sorted by relevance
/external/e2fsprogs/debugfs/ |
D | icheck.c | 85 goto error_out; in do_icheck() 90 goto error_out; in do_icheck() 98 goto error_out; in do_icheck() 106 goto error_out; in do_icheck() 154 goto error_out; in do_icheck() 167 error_out: in do_icheck()
|
D | ncheck.c | 137 goto error_out; in do_ncheck() 146 goto error_out; in do_ncheck() 154 goto error_out; in do_ncheck() 196 goto error_out; in do_ncheck() 200 error_out: in do_ncheck()
|
D | lsdel.c | 115 goto error_out; in do_lsdel() 122 goto error_out; in do_lsdel() 131 goto error_out; in do_lsdel() 186 goto error_out; in do_lsdel() 207 error_out: in do_lsdel()
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | symlink.c | 72 goto error_out; in squashfs_symlink_readpage() 90 goto error_out; in squashfs_symlink_readpage() 109 error_out: in squashfs_symlink_readpage()
|
D | file.c | 405 goto error_out; in squashfs_readpage() 422 goto error_out; in squashfs_readpage() 440 goto error_out; in squashfs_readpage() 485 error_out: in squashfs_readpage()
|
/external/elfutils/libelf/ |
D | elf_rawfile.c | 49 error_out: in elf_rawfile() 57 goto error_out; in elf_rawfile()
|
/external/linux-kselftest/tools/testing/selftests/gpio/ |
D | gpio-mockup-chardev.c | 146 goto error_out; in list_gpiochip() 155 goto error_out; in list_gpiochip() 190 error_out: in list_gpiochip()
|
/external/e2fsprogs/lib/ext2fs/ |
D | unix_io.c | 166 goto error_out; in raw_read_blk() 177 goto error_out; in raw_read_blk() 204 error_out: in raw_read_blk() 258 goto error_out; in raw_write_blk() 268 goto error_out; in raw_write_blk() 287 goto error_out; in raw_write_blk() 296 goto error_out; in raw_write_blk() 306 error_out: in raw_write_blk()
|
/external/f2fs-tools/fsck/ |
D | main.c | 91 static void error_out(char *prog) in error_out() function 115 error_out(prog); in f2fs_parse_options() 376 error_out(prog); in f2fs_parse_options() 402 error_out(prog); in f2fs_parse_options()
|
/external/tremolo/Tremolo/ |
D | codebook.c | 264 if(_make_words(lengthlist,s->entries,work,quantvals,s,opb,maptype)) goto error_out; in _make_decode_table() 265 if (s->used_entries > INT_MAX/(s->dec_leafw+1)) goto error_out; in _make_decode_table() 266 if (s->dec_nodeb && s->used_entries * (s->dec_leafw+1) > INT_MAX/s->dec_nodeb) goto error_out; in _make_decode_table() 269 if (!s->dec_table) goto error_out; in _make_decode_table() 355 error_out: in _make_decode_table()
|
/external/python/cpython2/Doc/howto/ |
D | cporting.rst | 126 error_out(PyObject *m) { 133 {"error_out", (PyCFunction)error_out, METH_NOARGS, NULL},
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 116039 goto error_out; 116207 error_out: 144030 goto error_out; 144037 goto error_out; 144056 goto error_out; 144085 error_out: 176006 if( rc!=SQLITE_OK ) goto error_out; 176041 if( rc!=SQLITE_OK ) goto error_out; 176048 goto error_out; 176090 error_out:
|
/external/sqlite/dist/ |
D | sqlite3.c | 116039 goto error_out; 116207 error_out: 144030 goto error_out; 144037 goto error_out; 144056 goto error_out; 144085 error_out: 176019 if( rc!=SQLITE_OK ) goto error_out; 176054 if( rc!=SQLITE_OK ) goto error_out; 176061 goto error_out; 176103 error_out:
|