Searched defs:sep (Results 1 - 6 of 6) sorted by path

/system/core/adb/
H A Dadb_auth_client.c54 char *sep; local
71 sep = strpbrk(buf, " \t");
72 if (sep)
73 *sep = '\0';
/system/core/sh/
H A Deval.c763 char sep = 0; local
766 if (sep != 0)
767 outc(sep, &errout);
769 sep = ' ';
772 if (sep != 0)
773 outc(sep, &errout);
775 sep = ' ';
H A Dexpand.c828 char sep; local
880 sep = ifsval()[0];
882 sep = ' ';
885 if (*ap && sep)
886 STPUTC(sep, expdest);
H A Djobs.c1380 cmdlist(union node *np, int sep) argument
1383 if (!sep)
1386 if (sep && np->narg.next)
/system/core/toolbox/grep/
H A Dutil.c443 printline(struct str *line, int sep, regmatch_t *matches, int m) argument
459 putchar(sep);
465 putchar(sep);
470 putchar(sep);
/system/core/toolbox/
H A Dps.c16 static char *nexttoksep(char **strp, char *sep) argument
18 char *p = strsep(strp,sep);

Completed in 247 milliseconds