Home
last modified time | relevance | path

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

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