Searched refs:linebufptr (Results 1 – 1 of 1) sorted by relevance
195 wchar_t *linebufptr, *p; in read_psffm() local281 linebufptr = linebufhead; in read_psffm()284 switch (*linebufptr) { in read_psffm()296 token_found = (wcsncmp(MSGID_TOKEN, linebufptr, in read_psffm()302 if (!CK_NXT_CH(linebufptr, MSGID_LEN+1)) { in read_psffm()330 p = linebufptr; in read_psffm()331 linebufptr = consume_whitespace( in read_psffm()332 linebufptr + MSGID_LEN); in read_psffm()333 ln_size -= linebufptr - p; in read_psffm()347 token_found = (wcsncmp(MSGSTR_TOKEN, linebufptr, in read_psffm()[all …]