Home
last modified time | relevance | path

Searched refs:bufptr_index (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/msgfmt/
H A Dmsgfmt.c203 unsigned int bufptr_index = 0; /* current index of bufptr */ in read_psffm() local
320 bufptr_index--; in read_psffm()
333 bufptr_index = 0; in read_psffm()
365 bufptr_index--; in read_psffm()
378 bufptr_index = 0; in read_psffm()
420 bufptr_index--; in read_psffm()
429 bufptr_index = 0; in read_psffm()
462 if (gmsgid_size < (bufptr_index + ll)) { in read_psffm()
464 bufptr_index + ll); in read_psffm()
466 gmsgid_size = bufptr_index + ll; in read_psffm()
[all …]