Searched refs:goodname (Results 1 - 3 of 3) sorted by relevance

/system/core/sh/
H A Dparser.h81 int goodname(char *);
H A Dparser.c360 if (readtoken() != TWORD || quoteflag || ! goodname(wordtext))
574 if (! goodname(n->narg.text))
1576 goodname(char *name) function
H A Deval.c1097 * the child. The check for "goodname" is an overly conservative
1107 if (goodname(n->ncmd.args->narg.text))

Completed in 156 milliseconds