Searched refs:pfx (Results 1 - 2 of 2) sorted by relevance

/system/core/sh/
H A Dmystring.c91 * prefix -- see if pfx is a prefix of string.
95 prefix(const char *pfx, const char *string) argument
97 while (*pfx) {
98 if (*pfx++ != *string++)
H A Dshow.c73 shtree(union node *n, int ind, char *pfx, FILE *fp) argument
81 indent(ind, pfx, fp);
250 indent(int amount, char *pfx, FILE *fp) argument
255 if (pfx && i == amount - 1)
256 fputs(pfx, fp);

Completed in 375 milliseconds