HomeSort by relevance Sort by last modified time
    Searched refs:seps (Results 1 - 10 of 10) sorted by null

  /external/srec/seti/setiUtils/include/
platform_utils.h 30 Returns the position in NULL terminated input_str where seps are found,
32 Seps contains a NULL terminated string of separators
37 char * safe_strtok(char *input_str, char *seps, int * token_len);
  /external/srec/seti/setiUtils/src/
platform_utils.c 36 Returns the position in NULL terminated input_str where seps are found,
38 Seps contains a NULL terminated string of separators
44 char * safe_strtok(char *input_str, char *seps, int * token_len)
50 m = strlen(seps);
60 if (*pos == seps[j]) {
78 if (pos[k-i] == seps[j]) {
  /external/bluetooth/bluez/tools/
avinfo.c 254 struct seid_info seps[0]; member in struct:discover_resp
519 int seps, i; local
534 seps = (ret - sizeof(struct avdtp_header)) / sizeof(struct seid_info);
535 for (i = 0; i < seps; i++) {
538 switch (discover->seps[i].type) {
549 switch (discover->seps[i].media_type) {
564 discover->seps[i].seid, media, type,
565 discover->seps[i].inuse ? "*" : "");
567 avdtp_get_caps(sk, discover->seps[i].seid);
  /external/bluetooth/bluez/audio/
avdtp.c 190 struct seid_info seps[0]; member in struct:discover_resp
329 GSList *seps; member in struct:avdtp_server
402 GSList *seps; /* Elements of type struct avdtp_remote_sep * */ member in struct:avdtp
740 static struct avdtp_remote_sep *find_remote_sep(GSList *seps, uint8_t seid)
744 for (l = seps; l != NULL; l = g_slist_next(l)) {
784 rsep = find_remote_sep(stream->session->seps, stream->rseid);
1117 session->discov_cb(session, session->seps,
1232 g_slist_foreach(session->seps, (GFunc) g_free, NULL);
1233 g_slist_free(session->seps);
1254 for (l = server->seps; l != NULL; l = g_slist_next(l))
1354 struct seid_info *seps; local
    [all...]
avdtp.h 213 typedef void (*avdtp_discover_cb_t) (struct avdtp *session, GSList *seps,
unix.c 624 static void a2dp_discovery_complete(struct avdtp *session, GSList *seps,
651 for (; seps; seps = g_slist_next(seps)) {
652 struct avdtp_remote_sep *rsep = seps->data;
    [all...]
sink.c 358 static void discovery_complete(struct avdtp *session, GSList *seps, struct avdtp_error *err,
source.c 315 static void discovery_complete(struct avdtp *session, GSList *seps, struct avdtp_error *err,
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 602 * notes : the token separator set could be enlarged adding characters in "seps"
606 const char * seps = " "; local
609 while ((pos<textlen) && (strchr(seps,str[pos]) != NULL)) {
613 /*no characters != seps found whithin string*/
618 while ((pos<textlen) && (strchr(seps,str[pos]) == NULL)) {
634 * notes : the sub token separator set could be enlarged adding characters in "seps"
638 const char * seps = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; local
647 while ((pos < textlen) && (strchr(seps, str[pos]) != NULL)) {
651 /*characters all in seps found whithin string : return full token*/
655 /*pos should be pointing to first non seps and more chars are there*
    [all...]
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 661 char seps[] = " \n"; local
676 tok = safe_strtok(line, seps, &toklen);
687 tok = safe_strtok(tok+toklen, seps, &toklen);
1348 char seps[] = " "; local
    [all...]

Completed in 376 milliseconds