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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dldpart.c55 const char *plim; local
85 plim = p + st.st_size;
91 if (plim[-1] != '\n') {
95 num_lines = split_lines(p, plim);
129 split_lines(char *p, const char *plim) argument
134 while (p < plim) {
/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c66 void plim(struct limits *lp, tchar hard);
1322 plim(lp, hard);
1328 plim(lp, hard);
1483 plim(struct limits *lp, tchar hard) function
1491 tprintf("TRACE- plim()\n");
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c1714 register char *p, *q, *r, *plim; local
1717 for (p = pbuf, q = new, plim = pbuf + sizeof (pbuf) - 1;
1719 *q && (p < plim);)
1728 while (*q && (p < plim))

Completed in 82 milliseconds