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

/freebsd-11-stable/contrib/tcsh/
H A Dsh.print.c106 char *linp = linbuf; variable
206 *linp++ = (char) c;
207 if (linp >= &linbuf[sizeof linbuf - 10])
215 linp = linbuf;
226 if (linp == linbuf)
228 if (GettingInput && !Tty_raw_mode && linp < &linbuf[sizeof linbuf - 10])
235 linp = linbuf; /* avoid recursion as stderror calls flush */
256 if (xwrite(unit, linbuf, linp - linbuf) == -1)
309 linp = linbuf;
H A Dsh.proc.c1035 if (pcond && linp != linbuf && !(flag & FANCY) &&
1040 if (pcond && linp != linbuf)
1155 if (linp != linbuf)
1177 if (linp != linbuf)
H A Dsh.h1217 extern char *linp;
/freebsd-11-stable/lib/libc/db/recno/
H A Drec_delete.c178 offset = h->linp[idx];
179 for (cnt = &h->linp[idx] - (ip = &h->linp[0]); cnt--; ++ip)
182 for (cnt = &h->linp[NEXTINDEX(h)] - ip; --cnt; ++ip)
H A Drec_put.c261 memmove(h->linp + idx + 1, h->linp + idx,
265 h->linp[idx] = h->upper -= nbytes;
/freebsd-11-stable/lib/libc/db/btree/
H A Dbt_split.c108 h->linp[skip] = h->upper -= ilen;
218 memmove(h->linp + skip + 1, h->linp + skip,
227 h->linp[skip] = h->upper -= nbytes;
228 dest = (char *)h + h->linp[skip];
233 h->linp[skip] = h->upper -= nbytes;
234 dest = (char *)h + h->linp[skip];
251 dest = (char *)h + h->linp[skip - 1];
253 dest = (char *)l + l->linp[NEXTINDEX(l) - 1];
258 h->linp[ski
[all...]
H A Dbt_conv.c84 M_16_SWAP(h->linp[i]);
99 M_16_SWAP(h->linp[i]);
153 M_16_SWAP(h->linp[i]);
177 M_16_SWAP(h->linp[i]);
H A Dbtree.h80 indx_t linp[1]; /* indx_t-aligned VAR. LENGTH DATA */ member in struct:_page
128 ((BINTERNAL *)((char *)(pg) + (pg)->linp[indx]))
155 ((RINTERNAL *)((char *)(pg) + (pg)->linp[indx]))
178 ((BLEAF *)((char *)(pg) + (pg)->linp[indx]))
210 ((RLEAF *)((char *)(pg) + (pg)->linp[indx]))
H A Dbt_put.c209 memmove(h->linp + idx + 1, h->linp + idx,
213 h->linp[idx] = h->upper -= nbytes;
H A Dbt_delete.c427 offset = pg->linp[idx];
428 for (cnt = idx, ip = &pg->linp[0]; cnt--; ++ip)
492 offset = h->linp[idx];
493 for (cnt = idx, ip = &h->linp[0]; cnt--; ++ip)
H A Dbt_debug.c182 (void)fprintf(stderr, "\t[%03d] %4d ", cur, h->linp[cur]);
H A Dbt_open.c356 root->linp[0] == 0) {
/freebsd-11-stable/contrib/binutils/bfd/
H A Dxcofflink.c1175 bfd_byte *linpend, *linp;
1179 for (linp = linpstart + linesz;
1180 linp < linpend;
1181 linp += linesz)
1183 bfd_coff_swap_lineno_in (abfd, (void *) linp,
1188 csect->lineno_count += (linp - linpstart) / linesz;
4111 bfd_byte *linpend, *linp;
4125 for (linp = finfo->linenos + linoff + linesz;
4126 linp < linpend;
4127 linp
1171 bfd_byte *linpend, *linp; local
4105 bfd_byte *linpend, *linp; local
[all...]
/freebsd-11-stable/sys/netinet/
H A Dsctp_input.c5155 struct sctp_inpcb *linp; local
5159 linp = NULL;
5161 linp = inp;
5164 if (linp != NULL) {
5165 SCTP_ASOC_CREATE_LOCK(linp);
5168 SCTP_ASOC_CREATE_UNLOCK(linp);
5201 if (linp != NULL) {
5202 SCTP_ASOC_CREATE_UNLOCK(linp);

Completed in 180 milliseconds