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

  /external/qemu/
net-android.c 226 static int get_str_sep(char *buf, int buf_size, const char **pp, int sep) function
295 if (get_str_sep(buf, sizeof(buf), &p, ':') < 0)
924 get_str_sep(buf, sizeof(buf), &p, ':');
955 if (get_str_sep(buf, sizeof(buf), &p, ':') < 0) {
966 if (get_str_sep(buf, sizeof(buf), &p, ':') < 0) {
974 if (get_str_sep(buf, sizeof(buf), &p, ':') < 0) {
    [all...]
net.c 193 static int get_str_sep(char *buf, int buf_size, const char **pp, int sep) function
262 if (get_str_sep(buf, sizeof(buf), &p, ':') < 0)
796 get_str_sep(buf, sizeof(buf), &p, ':');
827 if (get_str_sep(buf, sizeof(buf), &p, ':') < 0) {
838 if (get_str_sep(buf, sizeof(buf), &p, ':') < 0) {
846 if (get_str_sep(buf, sizeof(buf), &p, ':') < 0) {
    [all...]

Completed in 126 milliseconds