Home
last modified time | relevance | path

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

/system/core/sh/
Doutput.h41 struct output { struct
50 extern struct output output; argument
51 extern struct output errout;
52 extern struct output memout;
53 extern struct output *out1;
54 extern struct output *out2;
56 void open_mem(char *, int, struct output *);
59 void outstr(const char *, struct output *);
60 void emptyoutbuf(struct output *);
62 void flushout(struct output *);
[all …]
Doutput.c78 struct output output = {NULL, 0, NULL, OUTBUFSIZ, 1, 0}; variable
79 struct output errout = {NULL, 0, NULL, 100, 2, 0};
80 struct output memout = {NULL, 0, NULL, 0, MEM_OUT, 0};
81 struct output *out1 = &output;
82 struct output *out2 = &errout;
92 out1 = &output;
109 open_mem(char *block, int length, struct output *file) in open_mem()
134 outstr(const char *p, struct output *file) in outstr()
147 emptyoutbuf(struct output *dest) in emptyoutbuf()
179 flushout(&output); in flushall()
[all …]
Derror.c133 if (output.nextc != output.buf && output.nextc[-1] == '\n') in exvwarning()
134 flushout(&output); in exvwarning()
Djobs.h92 void showjobs(struct output *, int);
DAndroid.mk27 output.c \
DTOUR140 PARSE OUTPUT: The output of the parser consists of a tree of
213 redir.c Code to handle redirection of input and output.
224 connects the standard output of the child to a pipe.
330 OUTPUT: Ash uses it's own output routines. There are three out-
332 put, "errout" the standard error, and "memout" contains output
334 tin command appears in backquotes, to allow its output to be col-
336 The variables out1 and out2 normally point to output and errout,
Dinput.c254 flushout(&output); in preadbuffer()
Deval.c301 flushout(&output); in evaltree()
1027 out1 = &output; in evalcommand()
Djobs.c382 showjob(struct output *out, struct job *jp, int mode) in showjob()
534 showjobs(struct output *out, int mode) in showjobs()
Dinit.c1014 out1 = &output; in reset()
/system/wlan/ti/wilink_6_1/CUDK/tiwlan_loader/
DMakefile8 TI_OS_LIB_DIR=$(CUDK_ROOT)/output
44 OUTPUT_DIR ?= $(CUDK_ROOT)/output
72 …$(CROSS_COMPILE)gcc --static $(OBJS) $(TI_OS_LIB_DIR)/$(TI_OS_LIB) -L $(CUDK_ROOT)/output $(LDFLAG…
/system/wlan/ti/wilink_6_1/platforms/os/linux/
DMakefile114 WLAN_CU_CLI = $(WLAN_CUDK_DIR)/output/wlan_cu
120 WLAN_LOGGER = $(WLAN_CUDK_DIR)/output/wlan_logger
126 WLAN_LOADER = $(WLAN_CUDK_DIR)/output/tiwlan_loader
138 SUPPLICANT = $(WLAN_CUDK_DIR)/output/wpa_supplicant
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/
Dmakefile12 OUTPUT_DIR ?= $(CUDK_ROOT)/output
13 TI_OS_LIB_DIR=$(CUDK_ROOT)/output
/system/core/sh/bltin/
Dbltin.h58 #define FILE struct output
/system/core/rootdir/etc/
Dinit.goldfish.rc47 # if it does, it redirects its output to the device
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
Dmakefile17 OUTPUT_DIR ?= $(CUDK_ROOT)/output
/system/wlan/ti/wilink_6_1/CUDK/
DMakefile27 OUTPUT_DIR ?= $(CUDK_ROOT)/output
/system/core/adb/
DSERVICES.TXT125 its output and error streams. Note that arguments must be separated