Lines Matching refs:iter
97 const char *iter;105 iter = str;106 while (iter < end) {109 INV(iter != NULL);110 ptr = strstr(iter, delim);114 INV(ptr >= iter);115 if (ptr > iter) {118 err = atf_dynstr_init_raw(&word, iter, ptr - iter);127 iter = ptr + strlen(delim);