Home
last modified time | relevance | path

Searched refs:sep (Results 1 – 4 of 4) sorted by relevance

/system/core/toolbox/
Dps.c17 static char *nexttoksep(char **strp, char *sep) in nexttoksep() argument
19 char *p = strsep(strp,sep); in nexttoksep()
/system/core/sh/
Deval.c763 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()
Dexpand.c828 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()
Djobs.c1380 cmdlist(union node *np, int sep) in cmdlist() argument
1383 if (!sep) in cmdlist()
1386 if (sep && np->narg.next) in cmdlist()