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

/freebsd-10.1-release/contrib/tcsh/
H A Dsh.print.c110 char *linp = linbuf; variable
210 *linp++ = (char) c;
211 if (linp >= &linbuf[sizeof linbuf - 10])
219 linp = linbuf;
230 if (linp == linbuf)
232 if (GettingInput && !Tty_raw_mode && linp < &linbuf[sizeof linbuf - 10])
239 linp = linbuf; /* avoid recursion as stderror calls flush */
260 if (xwrite(unit, linbuf, linp - linbuf) == -1)
313 linp = linbuf;
H A Dsh.proc.c1007 if (pcond && linp != linbuf && !(flag & FANCY) &&
1012 if (pcond && linp != linbuf)
1127 if (linp != linbuf)
1149 if (linp != linbuf)
H A Dsh.h1198 extern char *linp;
/freebsd-10.1-release/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.c262 memmove(h->linp + idx + 1, h->linp + idx,
266 h->linp[idx] = h->upper -= nbytes;
/freebsd-10.1-release/lib/libc/db/btree/
H A Dbt_split.c109 h->linp[skip] = h->upper -= ilen;
219 memmove(h->linp + skip + 1, h->linp + skip,
228 h->linp[skip] = h->upper -= nbytes;
229 dest = (char *)h + h->linp[skip];
234 h->linp[skip] = h->upper -= nbytes;
235 dest = (char *)h + h->linp[skip];
249 dest = (char *)h + h->linp[skip - 1];
251 dest = (char *)l + l->linp[NEXTINDEX(l) - 1];
256 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.c208 memmove(h->linp + idx + 1, h->linp + idx,
212 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.c355 root->linp[0] == 0) {
/freebsd-10.1-release/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-10.1-release/sys/netinet/
H A Dsctp_input.c5134 struct sctp_inpcb *linp; local
5137 linp = NULL;
5139 linp = inp;
5142 if (linp) {
5143 SCTP_ASOC_CREATE_LOCK(linp);
5146 SCTP_ASOC_CREATE_UNLOCK(linp);
5169 if (linp) {
5170 SCTP_ASOC_CREATE_UNLOCK(linp);

Completed in 152 milliseconds