Searched refs:output (Results 1 – 18 of 18) sorted by relevance
/system/core/sh/ |
D | output.h | 41 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 …]
|
D | output.c | 78 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 …]
|
D | error.c | 133 if (output.nextc != output.buf && output.nextc[-1] == '\n') in exvwarning() 134 flushout(&output); in exvwarning()
|
D | jobs.h | 92 void showjobs(struct output *, int);
|
D | Android.mk | 27 output.c \
|
D | TOUR | 140 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,
|
D | input.c | 254 flushout(&output); in preadbuffer()
|
D | eval.c | 301 flushout(&output); in evaltree() 1027 out1 = &output; in evalcommand()
|
D | jobs.c | 382 showjob(struct output *out, struct job *jp, int mode) in showjob() 534 showjobs(struct output *out, int mode) in showjobs()
|
D | init.c | 1014 out1 = &output; in reset()
|
/system/wlan/ti/wilink_6_1/CUDK/tiwlan_loader/ |
D | Makefile | 8 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/ |
D | Makefile | 114 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/ |
D | makefile | 12 OUTPUT_DIR ?= $(CUDK_ROOT)/output 13 TI_OS_LIB_DIR=$(CUDK_ROOT)/output
|
/system/core/sh/bltin/ |
D | bltin.h | 58 #define FILE struct output
|
/system/core/rootdir/etc/ |
D | init.goldfish.rc | 47 # if it does, it redirects its output to the device
|
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/ |
D | makefile | 17 OUTPUT_DIR ?= $(CUDK_ROOT)/output
|
/system/wlan/ti/wilink_6_1/CUDK/ |
D | Makefile | 27 OUTPUT_DIR ?= $(CUDK_ROOT)/output
|
/system/core/adb/ |
D | SERVICES.TXT | 125 its output and error streams. Note that arguments must be separated
|