Searched refs:sep (Results 1 – 7 of 7) sorted by relevance
/system/core/adb/ |
D | adb_auth_client.c | 56 char *sep; in read_keys() local 73 sep = strpbrk(buf, " \t"); in read_keys() 74 if (sep) in read_keys() 75 *sep = '\0'; in read_keys()
|
/system/core/toolbox/grep/ |
D | util.c | 443 printline(struct str *line, int sep, regmatch_t *matches, int m) in printline() argument 459 putchar(sep); in printline() 465 putchar(sep); in printline() 470 putchar(sep); in printline()
|
D | grep.h | 151 void printline(struct str *line, int sep, regmatch_t *matches, int m);
|
/system/core/sh/ |
D | eval.c | 763 char sep = 0; in evalcommand() local 766 if (sep != 0) in evalcommand() 767 outc(sep, &errout); in evalcommand() 769 sep = ' '; in evalcommand() 772 if (sep != 0) in evalcommand() 773 outc(sep, &errout); in evalcommand() 775 sep = ' '; in evalcommand()
|
D | expand.c | 828 char sep; in varvalue() local 880 sep = ifsval()[0]; in varvalue() 882 sep = ' '; in varvalue() 885 if (*ap && sep) in varvalue() 886 STPUTC(sep, expdest); in varvalue()
|
D | jobs.c | 1380 cmdlist(union node *np, int sep) in cmdlist() argument 1383 if (!sep) in cmdlist() 1386 if (sep && np->narg.next) in cmdlist()
|
/system/core/toolbox/ |
D | ps.c | 16 static char *nexttoksep(char **strp, char *sep) in nexttoksep() argument 18 char *p = strsep(strp,sep); in nexttoksep()
|