Home
last modified time | relevance | path

Searched refs:output (Results 1 – 25 of 30) sorted by relevance

12

/third_party/uapp/dash/src/
A Doutput.h45 struct output { struct
57 extern struct output output; argument
58 extern struct output errout;
59 extern struct output preverrout;
61 extern struct output memout;
63 extern struct output *out1;
64 extern struct output *out2;
69 void outcslow(int, struct output *);
72 void flushout(struct output *);
97 output.nextc = output.buf; in freestdout()
[all …]
A Doutput.c74 struct output output = { variable
77 struct output errout = {
81 struct output memout = {
86 struct output output = { variable
89 struct output errout = {
92 struct output preverrout;
94 struct output memout = {
99 struct output *out1 = &output;
119 out1 = &output;
232 flushout(&output); in flushall()
[all …]
A Djobs.h100 struct output;
101 void showjobs(struct output *, int);
A Dmkinit.c137 void output(void);
159 output(); in main()
360 output(void) in output() function
A Djobs.c118 STATIC void showpipe(struct job *, struct output *);
298 struct output *out;
347 struct output *out; in fgcmd()
448 showjob(struct output *out, struct job *jp, int mode) in showjob()
523 struct output *out; in jobscmd()
551 showjobs(struct output *out, int mode) in showjobs()
1474 showpipe(struct job *jp, struct output *out) in showpipe()
A Derror.c116 struct output *errs; in exvwarning2()
A Dmknodes.c86 static void output(char *);
120 output(argv[2]); in main()
211 output(char *file) in output() function
A DTOUR130 PARSE OUTPUT: The output of the parser consists of a tree of
199 redir.c Code to handle redirection of input and output.
210 connects the standard output of the child to a pipe.
316 OUTPUT: Ash uses it's own output routines. There are three out-
318 put, "errout" the standard error, and "memout" contains output
320 tin command appears in backquotes, to allow its output to be col-
322 The variables out1 and out2 normally point to output and errout,
A Dinit.c250 out1 = &output; in reset()
A Deval.c95 STATIC int eprintlist(struct output *, struct strlist *, int);
796 struct output *out; in evalcommand()
1128 eprintlist(struct output *out, struct strlist *sp, int sep) in eprintlist()
A Dexec.c99 STATIC int describe_command(struct output *, char *, const char *, int);
754 struct output *out; in describe_command()
/third_party/tools/android/
A Dmkdtimg32 def write32(output, value):
36 output.write(chr(value & 255))
39 output.write('\037\213\010')
40 output.write(chr(0))
43 write32(output, 0)
44 output.write('\002')
45 output.write('\003')
56 output.write(compobj.flush())
57 write32(output, crcval)
67 output.close()
[all …]
A Dmkbootimg50 args.output.write(pack('8s', BOOT_MAGIC))
51 args.output.write(pack('10I',
62 args.output.write(pack('16s', args.board.encode())) # asciiz product name
63 args.output.write(pack('512s', args.cmdline[:512].encode()))
71 args.output.write(img_id)
72 args.output.write(pack('1024s', args.cmdline[512:].encode()))
73 pad_file(args.output, args.pagesize)
159 write_padded_file(args.output, args.kernel, args.pagesize)
160 write_padded_file(args.output, args.ramdisk, args.pagesize)
161 write_padded_file(args.output, args.second, args.pagesize)
/third_party/ulib/musl/src/crypt/
A Dcrypt_r.c17 char* output = (char*)data; in __crypt_r() local
20 return __crypt_md5(key, salt, output); in __crypt_r()
22 return __crypt_blowfish(key, salt, output); in __crypt_r()
24 return __crypt_sha256(key, salt, output); in __crypt_r()
26 return __crypt_sha512(key, salt, output); in __crypt_r()
28 return __crypt_des(key, salt, output); in __crypt_r()
/third_party/ulib/backtrace/
A Dstest.c51 int output[MAX]; member
124 if (memcmp (a, tests[i].output, tests[i].count * sizeof (int)) != 0) in main()
/third_party/ulib/jemalloc/doc/
A Dhtml.xsl.in4 <xsl:output method="xml" encoding="utf-8"/>
/third_party/tools/android/avb/
A Davbtool1929 def save(self, output):
1935 output.write(struct.pack(
2001 output.write(vbmeta_blob)
2144 o = output
2566 if not output:
2580 output.seek(0)
2581 output.write(vbmeta_blob)
3440 output.write(signed_data)
3441 output.write(signature)
3465 output.write(product_id)
[all …]
/third_party/uapp/dash/
A Drules.mk35 $(LOCAL_DIR)/src/output.c \
36 $(LOCAL_DIR)/src/output.h \
/third_party/uapp/dash/src/bltin/
A Dbltin.h61 #define FILE struct output
/third_party/ulib/jemalloc/bin/
A Djeprof.in1426 my $output = \*STDOUT;
1437 $output = \*TEMP;
1460 $output);
1471 close($output);
1474 close($output);
1624 my $output = shift;
1796 printf $output (
1805 printf $output (
1852 printf $output(
2058 my $output;
[all …]
/third_party/ulib/uboringssl/crypto/chacha/
A Dchacha.c118 static void chacha_core(uint8_t output[64], const uint32_t input[16]) { in chacha_core()
138 U32TO8_LITTLE(output + 4 * i, x[i]); in chacha_core()
/third_party/lib/acpica/source/compiler/
A Dreadme.txt90 to compile ASL source files. The output is sent to the VC output
119 the output window and the source file and source line will be
/third_party/lib/acpica/
A Dchanges.txt295 lines of extraneous output.
4494 Debugger: Simplified the output of the help command. All help output now
4771 output.
5326 output.
8938 output
9001 output
9072 output
12321 output.
13252 Changed the default location of output files. All output files
15506 The "-d" debug output option now sends all output to the .DBG file
[all …]
/third_party/lib/acpica/generate/unix/
A Dreadme.txt113 output of an acpidump utility (available on several different hosts.)
/third_party/ulib/cryptolib/
A Dcryptolib.c575 uint8_t* output = (uint8_t*)out; in clPRNG_draw() local
587 *output++ = *rnd++; in clPRNG_draw()

Completed in 53 milliseconds

12