Searched refs:linebufptr (Results 1 – 1 of 1) sorted by relevance
193 wchar_t *linebufptr, *p; in read_psffm() local279 linebufptr = linebufhead; in read_psffm()282 switch (*linebufptr) { in read_psffm()294 token_found = (wcsncmp(MSGID_TOKEN, linebufptr, in read_psffm()300 if (!CK_NXT_CH(linebufptr, MSGID_LEN+1)) { in read_psffm()328 p = linebufptr; in read_psffm()329 linebufptr = consume_whitespace( in read_psffm()330 linebufptr + MSGID_LEN); in read_psffm()331 ln_size -= linebufptr - p; in read_psffm()345 token_found = (wcsncmp(MSGSTR_TOKEN, linebufptr, in read_psffm()[all …]