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

/freebsd-11-stable/usr.bin/ctags/
H A Dfortran.c48 char *lbp; /* line buffer pointer */ variable
62 lbp = lbuf;
63 if (*lbp == '%') /* Ratfor escape to fortran */
64 ++lbp;
65 for (; isspace(*lbp); ++lbp)
67 if (!*lbp)
69 switch (*lbp | ' ') { /* convert to lower-case */
76 for (; isspace(*lbp); ++lbp)
[all...]
H A Dlisp.c63 lbp = lbuf;
67 switch(*lbp | ' ') {
76 for (; !isspace(*lbp); ++lbp)
78 for (; isspace(*lbp); ++lbp)
80 for (cp = lbp; *cp && *cp != '\n'; ++cp)
84 if (!(cp = strchr(lbp, ')')))
86 for (; cp >= lbp && *cp != ':'; --cp)
88 if (cp < lbp)
[all...]
H A Dctags.h83 extern char *lbp;
/freebsd-11-stable/contrib/groff/src/devices/grolbp/
H A DMakefile.sub5 OBJS=lbp.$(OBJEXT)
6 CCSRCS=$(srcdir)/lbp.cpp
/freebsd-11-stable/gnu/usr.bin/groff/src/devices/grolbp/
H A DMakefile4 SRCS= lbp.cpp
/freebsd-11-stable/gnu/usr.bin/groff/font/devlbp/
H A DMakefile3 DEV= lbp
/freebsd-11-stable/contrib/groff/font/devlbp/
H A DMakefile.sub1 DEV=lbp
/freebsd-11-stable/usr.sbin/ppp/
H A Dlink.c280 struct mbuf *bp, *lbp[LAYER_MAX], *next; local
298 memset(lbp, '\0', sizeof lbp);
299 lbp[0] = m_get(len, MB_UNKNOWN);
300 memcpy(MBUF_CTOP(lbp[0]), buf, len);
304 while (layer || lbp[layer]) {
305 if (lbp[layer] == NULL) {
309 bp = lbp[layer];
310 lbp[layer] = bp->m_nextpkt;
327 lbp[
[all...]
/freebsd-11-stable/sbin/fsck_msdosfs/
H A Dfat.c90 bitmap_clear(long_bitmap_t *lbp, cl_t cl) argument
95 assert((lbp->map[i] & ~clearmask) != 0);
96 lbp->map[i] &= clearmask;
97 lbp->count--;
101 bitmap_get(long_bitmap_t *lbp, cl_t cl) argument
106 return ((lbp->map[i] & usedbit) == usedbit);
110 bitmap_none_in_range(long_bitmap_t *lbp, cl_t cl) argument
114 return (lbp->map[i] == 0);
118 bitmap_count(long_bitmap_t *lbp) argument
120 return (lbp
124 bitmap_ctor(long_bitmap_t *lbp, size_t bits, bool allone) argument
143 bitmap_dtor(long_bitmap_t *lbp) argument
[all...]
/freebsd-11-stable/contrib/ntp/libparse/
H A Dclk_trimtsip.c346 unsigned char *lbp; local
359 lbp = (unsigned char *)&mb(14); /* last update time */
360 if (fetch_ieee754(&lbp, IEEE_SINGLE, &t0t, trim_offsets) != IEEE_OK)
/freebsd-11-stable/gnu/usr.bin/groff/tmac/
H A DMakefile35 lbp.tmac \
/freebsd-11-stable/contrib/sendmail/src/
H A Dsavemail.c922 char *lbp; local
925 lbp = translate_dollars(buf, buf, &lbs);
926 expand(lbp, lbp, lbs, e);
927 putok = putline(lbp, mci);
928 if (lbp != buf)
929 sm_free(lbp);
H A Dmain.c4134 char *lbp; local
4146 lbp = NULL;
4166 lbp = translate_dollars(delimptr, lbuf, &lbs);
4167 macdefine(&e->e_macro, A_TEMP, mid, lbp);
4168 if (lbp != lbuf)
4169 SM_FREE(lbp);
4180 lbp = translate_dollars(delimptr, lbuf, &lbs);
4181 expand(lbp, exbuf, sizeof(exbuf), e);
4182 if (lbp != lbuf)
4183 SM_FREE(lbp);
[all...]
H A Dsrvrsmtp.c5502 char *lbp; local
5505 lbp = translate_dollars(p, p, &lbs);
5506 expand(lbp, inp, sizeof(inp), e);
5507 if (p != lbp)
5508 sm_free(lbp);
/freebsd-11-stable/sys/geom/gate/
H A Dg_gate.c789 struct bio *tbp, *lbp; local
795 lbp = NULL;
806 if (lbp == NULL)
810 lbp, bp, bio_queue);
812 lbp = bp;
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_da.c3251 struct scsi_vpd_logical_block_prov *lbp; local
3267 lbp = (struct scsi_vpd_logical_block_prov *)
3268 malloc(sizeof(*lbp), M_SCSIDA, M_NOWAIT|M_ZERO);
3270 if (lbp == NULL) {
3271 printf("dastart: Couldn't malloc lbp data\n");
3280 /*inq_buf*/(u_int8_t *)lbp,
3281 /*inq_len*/sizeof(*lbp),
4392 int lbp; local
4394 lbp = 0;
4459 lbp
4636 struct scsi_vpd_logical_block_prov *lbp; local
[all...]
/freebsd-11-stable/contrib/groff/tmac/
H A DMakefile.sub25 lbp.tmac \
/freebsd-11-stable/sys/geom/journal/
H A Dg_journal.c1111 struct bio *bioq, *bp, *lbp; local
1113 bioq = lbp = NULL;
1121 GJQ_INSERT_AFTER(bioq, bp, lbp);
1122 lbp = bp;
1373 struct bio *bioq, *bp, *lbp; local
1376 bioq = lbp = NULL;
1386 GJQ_INSERT_AFTER(bioq, bp, lbp);
1387 lbp = bp;
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_subst.c1308 CHAR_T **lbp,
1323 lb = *lbp; /* Get local copies. */
1437 *lbp = lb; /* Update caller's information. */
1305 re_sub( SCR *sp, CHAR_T *ip, CHAR_T **lbp, size_t *lbclenp, size_t *lblenp, regmatch_t match[10]) argument
/freebsd-11-stable/contrib/groff/contrib/groffer/
H A Dgroffer2.sh4815 lbp|lj4)
5683 X*|dvi|html|lbp|lj4|ps)

Completed in 844 milliseconds