Searched refs:outstr (Results 1 – 5 of 5) sorted by relevance
/system/core/libcutils/ |
D | dir_hash.c | 177 char outstr[NAME_MAX + 100]; in recurse() local 201 outstr, sizeof(outstr)); in recurse() 229 sprintf(keep, "%s %s\n", name, outstr); in recurse()
|
/system/core/sh/ |
D | output.c | 122 outstr(p, out1); in out1str() 129 outstr(p, out2); in out2str() 134 outstr(const char *p, struct output *file) in outstr() function 286 outstr(s, dest); in doformat()
|
D | output.h | 59 void outstr(const char *, struct output *);
|
D | jobs.c | 476 outstr(s, out); in showjob() 481 outstr(ps->cmd, out); in showjob()
|
/system/core/sh/bltin/ |
D | bltin.h | 60 #define fputs outstr
|