Searched defs:sep (Results 1 - 7 of 7) 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.cpp59 char *sep; local
77 sep = strpbrk(buf, " \t");
78 if (sep)
79 *sep = '\0';
/system/core/logd/
H A Dmain.cpp152 static const char sep[] = ",:;|+ \t\f"; local
153 if ((cp != prop) && !strchr(sep, cp[-1])) {
157 return !*cp || !!strchr(sep, *cp);
/system/core/toolbox/
H A Dps.c15 static char *nexttoksep(char **strp, char *sep) argument
17 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);
/system/bt/bta/include/
H A Dbta_av_api.h291 UINT8 sep; /* sep type of peer device */ member in struct:__anon323
/system/bt/btif/src/
H A Dbtif_media_task.c2204 void btif_a2dp_set_peer_sep(UINT8 sep) { argument
2205 btif_media_cb.peer_sep = sep;

Completed in 283 milliseconds