Searched defs:sep (Results 1 - 4 of 4) sorted by relevance

/system/core/toolbox/upstream-netbsd/lib/libc/gen/
H A Dhumanize_number.c50 const char *prefixes, *sep; local
111 sep = "";
113 sep = " ";
154 sep, SCALE2PREFIX(i), suffix);
158 sep, SCALE2PREFIX(i), suffix);
/system/core/adb/
H A Dadb_auth_client.c57 char *sep; local
74 sep = strpbrk(buf, " \t");
75 if (sep)
76 *sep = '\0';
/system/core/toolbox/
H A Dps.c16 static char *nexttoksep(char **strp, char *sep) argument
18 char *p = strsep(strp,sep);
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dutil.c444 printline(struct str *line, int sep, regmatch_t *matches, int m) argument
460 putchar(sep);
466 putchar(sep);
471 putchar(sep);

Completed in 60 milliseconds