Searched refs:plim (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/lib/libc/locale/
H A Dldpart.c60 const char *plim; local
108 plim = p + st.st_size;
114 if (plim[-1] != '\n') {
118 num_lines = split_lines(p, plim);
155 split_lines(char *p, const char *plim) argument
160 while (p < plim) {

Completed in 108 milliseconds