Searched refs:sep (Results 1 – 11 of 11) sorted by relevance
/system/core/toolbox/upstream-netbsd/lib/libc/gen/ |
D | humanize_number.c | 50 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/ |
D | adb_auth_client.cpp | 59 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/ |
D | util.c | 444 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()
|
D | grep.h | 147 void printline(struct str *line, int sep, regmatch_t *matches, int m);
|
/system/core/logd/ |
D | main.cpp | 152 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/ |
D | btif_media.h | 295 void btif_a2dp_set_peer_sep(UINT8 sep);
|
/system/core/toolbox/ |
D | ps.c | 15 static char *nexttoksep(char **strp, char *sep) in nexttoksep() argument 17 char *p = strsep(strp,sep); in nexttoksep()
|
/system/bt/btif/src/ |
D | btif_av.c | 407 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()
|
D | btif_media_task.c | 2185 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/ |
D | bta_av_aact.c | 871 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/ |
D | bta_av_api.h | 291 UINT8 sep; /* sep type of peer device */ member
|