Home
last modified time | relevance | path

Searched refs:errout (Results 1 – 12 of 12) sorted by relevance

/system/vold/
Dcryptfs.c154 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/
Derror.c136 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()
Doutput.c79 struct output errout = {NULL, 0, NULL, 100, 2, 0}; variable
82 struct output *out2 = &errout;
93 out2 = &errout;
180 flushout(&errout); in flushall()
Doutput.h51 extern struct output errout;
Dmain.c149 flushout(&errout); in main()
244 flushout(&errout); in cmdloop()
Deval.c767 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()
Doptions.c435 outfmt(&errout, "Illegal option -%c\n", c); in getopts()
453 outfmt(&errout, "No arg for -%c option\n", c); in getopts()
Dinput.c301 flushout(&errout); in preadbuffer()
Dparser.c1617 outfmt(&errout, "%s: %d: ", commandname, startlinno); in synerror()
1618 outfmt(&errout, "Syntax error: %s\n", msg); in synerror()
DTOUR332 put, "errout" the standard error, and "memout" contains output
336 The variables out1 and out2 normally point to output and errout,
Dinit.c1015 out2 = &errout; in reset()
Dexpand.c514 outfmt(&errout, "%s\n", startp); in subevalvar()