Searched refs:errout (Results 1 – 12 of 12) sorted by relevance
/system/vold/ |
D | cryptfs.c | 154 goto errout; in put_crypt_ftr_and_key() 165 goto errout; in put_crypt_ftr_and_key() 180 goto errout; in put_crypt_ftr_and_key() 187 goto errout; in put_crypt_ftr_and_key() 192 goto errout; in put_crypt_ftr_and_key() 204 goto errout; in put_crypt_ftr_and_key() 209 goto errout; in put_crypt_ftr_and_key() 218 goto errout; in put_crypt_ftr_and_key() 225 errout: in put_crypt_ftr_and_key() 253 goto errout; in get_crypt_ftr_and_key() [all …]
|
/system/core/sh/ |
D | error.c | 136 outfmt(&errout, "%s: ", commandname); in exvwarning() 138 doformat(&errout, msg, ap); in exvwarning() 140 outfmt(&errout, ": "); in exvwarning() 143 outfmt(&errout, "%s", strerror(sv_errno)); in exvwarning() 145 flushout(&errout); in exvwarning()
|
D | output.c | 79 struct output errout = {NULL, 0, NULL, 100, 2, 0}; variable 82 struct output *out2 = &errout; 93 out2 = &errout; 180 flushout(&errout); in flushall()
|
D | output.h | 51 extern struct output errout;
|
D | main.c | 149 flushout(&errout); in main() 244 flushout(&errout); in cmdloop()
|
D | eval.c | 767 outc(sep, &errout); in evalcommand() 773 outc(sep, &errout); in evalcommand() 777 outc('\n', &errout); in evalcommand() 778 flushout(&errout); in evalcommand() 802 flushout(&errout); in evalcommand() 1028 out2 = &errout; in evalcommand()
|
D | options.c | 435 outfmt(&errout, "Illegal option -%c\n", c); in getopts() 453 outfmt(&errout, "No arg for -%c option\n", c); in getopts()
|
D | input.c | 301 flushout(&errout); in preadbuffer()
|
D | parser.c | 1617 outfmt(&errout, "%s: %d: ", commandname, startlinno); in synerror() 1618 outfmt(&errout, "Syntax error: %s\n", msg); in synerror()
|
D | TOUR | 332 put, "errout" the standard error, and "memout" contains output 336 The variables out1 and out2 normally point to output and errout,
|
D | init.c | 1015 out2 = &errout; in reset()
|
D | expand.c | 514 outfmt(&errout, "%s\n", startp); in subevalvar()
|