Home
last modified time | relevance | path

Searched refs:sep (Results 1 – 11 of 11) sorted by relevance

/system/core/toolbox/upstream-netbsd/lib/libc/gen/
Dhumanize_number.c50 const char *prefixes, *sep; in humanize_number() local
111 sep = ""; in humanize_number()
113 sep = " "; in humanize_number()
154 sep, SCALE2PREFIX(i), suffix); in humanize_number()
158 sep, SCALE2PREFIX(i), suffix); in humanize_number()
/system/core/adb/
Dadb_auth_client.cpp59 char *sep; in read_keys() local
77 sep = strpbrk(buf, " \t"); in read_keys()
78 if (sep) in read_keys()
79 *sep = '\0'; in read_keys()
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dutil.c444 printline(struct str *line, int sep, regmatch_t *matches, int m) in printline() argument
460 putchar(sep); in printline()
466 putchar(sep); in printline()
471 putchar(sep); in printline()
Dgrep.h147 void printline(struct str *line, int sep, regmatch_t *matches, int m);
/system/core/logd/
Dmain.cpp152 static const char sep[] = ",:;|+ \t\f"; in check_flag() local
153 if ((cp != prop) && !strchr(sep, cp[-1])) { in check_flag()
157 return !*cp || !!strchr(sep, *cp); in check_flag()
/system/bt/btif/include/
Dbtif_media.h295 void btif_a2dp_set_peer_sep(UINT8 sep);
/system/core/toolbox/
Dps.c15 static char *nexttoksep(char **strp, char *sep) in nexttoksep() argument
17 char *p = strsep(strp,sep); in nexttoksep()
/system/bt/btif/src/
Dbtif_av.c407 btif_av_cb.peer_sep = p_bta_data->open.sep; in btif_av_state_idle_handler()
408 btif_a2dp_set_peer_sep(p_bta_data->open.sep); in btif_av_state_idle_handler()
512 btif_av_cb.peer_sep = p_bta_data->open.sep; in btif_av_state_opening_handler()
513 btif_a2dp_set_peer_sep(p_bta_data->open.sep); in btif_av_state_opening_handler()
Dbtif_media_task.c2185 void btif_a2dp_set_peer_sep(UINT8 sep) { in btif_a2dp_set_peer_sep() argument
2186 btif_media_cb.peer_sep = sep; in btif_a2dp_set_peer_sep()
/system/bt/bta/av/
Dbta_av_aact.c871 av_open.sep = AVDT_TSEP_SNK; in bta_av_role_res()
873 av_open.sep = AVDT_TSEP_SRC; in bta_av_role_res()
1437 open.sep = AVDT_TSEP_SNK; in bta_av_str_opened()
1439 open.sep = AVDT_TSEP_SRC; in bta_av_str_opened()
1833 open.sep = AVDT_TSEP_SNK; in bta_av_open_failed()
1835 open.sep = AVDT_TSEP_SRC; in bta_av_open_failed()
2549 data.open.sep = AVDT_TSEP_SNK; in bta_av_str_closed()
2551 data.open.sep = AVDT_TSEP_SRC; in bta_av_str_closed()
/system/bt/bta/include/
Dbta_av_api.h291 UINT8 sep; /* sep type of peer device */ member