Lines Matching defs:ptr
136 char *buf, *ptr, *word = NULL;147 ptr = buf + len;149 while (ptr && *ptr) {150 word = ptr;151 ptr = strpbrk(word," \n\t\r");152 if (!ptr && word < (buf + len)) {160 if (ptr) {161 *ptr = '\0';162 ptr++;187 if (!ptr)188 ptr = word;189 if (!ptr)191 ptr -= len;