Searched defs:out (Results 26 - 31 of 31) sorted by relevance

12

/system/core/sh/
H A Djobs.c161 goto out;
181 goto out;
185 goto out;
189 out:
382 showjob(struct output *out, struct job *jp, int mode) argument
393 outfmt(out, "%ld\n", (long)jp->ps->pid);
476 outstr(s, out);
478 outc(' ', out);
481 outstr(ps->cmd, out);
484 outc(' ', out);
534 showjobs(struct output *out, int mode) argument
[all...]
H A Dparser.c751 goto out;
761 out:
911 char *out; local
928 (void) &out;
950 STARTSTACKSTR(out);
964 CHECKSTRSPACE(4, out); /* permit 4 calls to USTPUTC */
969 USTPUTC(c, out);
978 USTPUTC(c, out);
982 USTPUTC(CTLESC, out);
983 USTPUTC(c, out);
[all...]
/system/core/toolbox/
H A Ddd.c85 extern IO in, out;
109 IO in, out; /* input/output state */ variable
184 if (out.name == NULL) {
186 out.fd = STDOUT_FILENO;
187 out.name = "stdout";
191 out.fd = open(out.name, O_RDWR | OFLAGS /*, DEFFILEMODE */);
197 if (out.fd < 0) {
198 out.fd = open(out
[all...]
/system/core/adb/
H A Dadb.c910 ** AID_NET_BW_STATS to read out qtaguid statistics
1196 char *out = "unknown"; local
1199 out = transport->serial;
1201 snprintf(buf, sizeof buf, "OKAY%04x%s",(unsigned)strlen(out),out);
H A Dcommandline.c72 void version(FILE * out) { argument
73 fprintf(out, "Android Debug Bridge version %d.%d.%d\n",
92 " out directory like 'out/target/product/sooner'.\n"
757 * e.g., "out/target/product/sooner"
759 * e.g., "/src/device/out/target/product/sooner"
807 //TODO: if we have a way to indicate debug, look in out/debug/target/...
810 "out" OS_PATH_SEPARATOR_STR
903 /* out of recognized modifiers and flags */
1370 out wit
[all...]
/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dhci.h2430 uint8_t out; member in struct:hci_conn_info

Completed in 143 milliseconds

12