Home
last modified time | relevance | path

Searched refs:lbp (Results 1 – 17 of 17) sorted by relevance

/freebsd/usr.bin/ctags/
H A Dfortran.c42 char *lbp; /* line buffer pointer */ variable
56 lbp = lbuf; in PF_funcs()
57 if (*lbp == '%') /* Ratfor escape to fortran */ in PF_funcs()
58 ++lbp; in PF_funcs()
59 for (; isspace(*lbp); ++lbp) in PF_funcs()
61 if (!*lbp) in PF_funcs()
63 switch (*lbp | ' ') { /* convert to lower-case */ in PF_funcs()
70 for (; isspace(*lbp); ++lbp) in PF_funcs()
[all...]
H A Dlisp.c57 lbp = lbuf; in l_entries()
61 switch(*lbp | ' ') { in l_entries()
70 for (; !isspace(*lbp); ++lbp) in l_entries()
72 for (; isspace(*lbp); ++lbp) in l_entries()
74 for (cp = lbp; *cp && *cp != '\n'; ++cp) in l_entries()
78 if (!(cp = strchr(lbp, ')'))) in l_entries()
80 for (; cp >= lbp && *cp != ':'; --cp) in l_entries()
82 if (cp < lbp) in l_entries()
[all...]
H A Dctags.h80 extern char *lbp;
/freebsd/usr.sbin/ppp/
H A Dlink.c278 struct mbuf *bp, *lbp[LAYER_MAX], *next; in link_PullPacket() local
296 memset(lbp, '\0', sizeof lbp); in link_PullPacket()
297 lbp[0] = m_get(len, MB_UNKNOWN); in link_PullPacket()
298 memcpy(MBUF_CTOP(lbp[0]), buf, len); in link_PullPacket()
302 while (layer || lbp[layer]) { in link_PullPacket()
303 if (lbp[layer] == NULL) { in link_PullPacket()
307 bp = lbp[layer]; in link_PullPacket()
308 lbp[layer] = bp->m_nextpkt; in link_PullPacket()
325 lbp[++layer] = bp; in link_PullPacket()
/freebsd/sbin/fsck_msdosfs/
H A Dfat.c88 bitmap_clear(long_bitmap_t *lbp, cl_t cl) in bitmap_clear() argument
93 assert((lbp->map[i] & ~clearmask) != 0); in bitmap_clear()
94 lbp->map[i] &= clearmask; in bitmap_clear()
95 lbp->count--; in bitmap_clear()
99 bitmap_get(long_bitmap_t *lbp, cl_t cl) in bitmap_get() argument
104 return ((lbp->map[i] & usedbit) == usedbit); in bitmap_get()
108 bitmap_none_in_range(long_bitmap_t *lbp, cl_t cl) in bitmap_none_in_range() argument
112 return (lbp->map[i] == 0); in bitmap_none_in_range()
116 bitmap_count(long_bitmap_t *lbp) in bitmap_count() argument
118 return (lbp->count); in bitmap_count()
[all …]
/freebsd/contrib/ntp/libparse/
H A Dclk_trimtsip.c346 unsigned char *lbp; in cvt_trimtsip() local
359 lbp = (unsigned char *)&mb(14); /* last update time */ in cvt_trimtsip()
360 if (fetch_ieee754(&lbp, IEEE_SINGLE, &t0t, trim_offsets) != IEEE_OK) in cvt_trimtsip()
/freebsd/contrib/sendmail/src/
H A Dsavemail.c931 char *lbp; local
934 lbp = translate_dollars(buf, buf, &lbs);
935 expand(lbp, lbp, lbs, e);
936 putok = putline(lbp, mci);
937 if (lbp != buf)
938 sm_free(lbp);
H A Dmain.c4202 char *lbp; local
4221 lbp = NULL;
4242 lbp = translate_dollars(delimptr, lbuf, &lbs);
4243 macdefine(&e->e_macro, A_TEMP, mid, lbp);
4244 if (lbp != lbuf)
4245 SM_FREE(lbp);
4256 lbp = translate_dollars(delimptr, lbuf, &lbs);
4257 expand(lbp, exbuf, sizeof(exbuf), e);
4258 if (lbp != lbuf)
4259 SM_FREE(lbp);
H A Dsrvrsmtp.c5888 char *lbp; local
5891 lbp = translate_dollars(p, p, &lbs);
5892 expand(lbp, inp, sizeof(inp), e);
5893 if (p != lbp)
5894 sm_free(lbp);
/freebsd/sys/geom/gate/
H A Dg_gate.c802 struct bio *tbp, *lbp; in g_gate_ioctl() local
808 lbp = NULL; in g_gate_ioctl()
819 if (lbp == NULL) in g_gate_ioctl()
823 lbp, bp, bio_queue); in g_gate_ioctl()
825 lbp = bp; in g_gate_ioctl()
/freebsd/sys/cam/scsi/
H A Dscsi_da.c3629 struct scsi_vpd_logical_block_prov *lbp; in dastart() local
3645 lbp = (struct scsi_vpd_logical_block_prov *) in dastart()
3646 malloc(sizeof(*lbp), M_SCSIDA, M_NOWAIT|M_ZERO); in dastart()
3648 if (lbp == NULL) { in dastart()
3658 /*inq_buf*/(uint8_t *)lbp, in dastart()
3659 /*inq_len*/sizeof(*lbp), in dastart()
4837 int lbp, n; in dadone_proberc() local
4853 lbp = 0; in dadone_proberc()
4924 lbp = (lalba & SRC16_LBPME_A); in dadone_proberc()
5089 if (lbp && (softc->quirks & DA_Q_NO_UNMAP) == 0) { in dadone_proberc()
[all …]
/freebsd/contrib/tcsh/
H A Dsh.dol.c973 Char *lbp, *obp, *mbp; in heredoc() local
1066 for (lbp = lbuf.s; (c = *lbp++) != 0;) { in heredoc()
/freebsd/sys/geom/journal/
H A Dg_journal.c1119 struct bio *bioq, *bp, *lbp; in g_journal_copy_send() local
1121 bioq = lbp = NULL; in g_journal_copy_send()
1129 GJQ_INSERT_AFTER(bioq, bp, lbp); in g_journal_copy_send()
1130 lbp = bp; in g_journal_copy_send()
1381 struct bio *bioq, *bp, *lbp; in g_journal_flush_send() local
1384 bioq = lbp = NULL; in g_journal_flush_send()
1394 GJQ_INSERT_AFTER(bioq, bp, lbp); in g_journal_flush_send()
1395 lbp = bp; in g_journal_flush_send()
/freebsd/contrib/nvi/ex/
H A Dex_subst.c1304 CHAR_T **lbp, in re_sub() argument
1319 lb = *lbp; /* Get local copies. */ in re_sub()
1433 *lbp = lb; /* Update caller's information. */ in re_sub()
/freebsd/sys/contrib/openzfs/include/sys/
H A Darc_impl.h1083 const l2arc_log_blkptr_t *lbp);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c995 const l2arc_log_blkptr_t *lbp);
10681 l2arc_log_blk_fetch(vdev_t *vd, const l2arc_log_blkptr_t *lbp, in l2arc_log_blk_fetch() argument
10689 asize = L2BLK_GET_PSIZE((lbp)->lbp_prop); in l2arc_log_blk_fetch()
10696 (void) zio_nowait(zio_read_phys(pio, vd, lbp->lbp_daddr, asize, in l2arc_log_blk_fetch()
10887 l2arc_log_blkptr_valid(l2arc_dev_t *dev, const l2arc_log_blkptr_t *lbp) in l2arc_log_blkptr_valid() argument
10890 uint64_t asize = L2BLK_GET_PSIZE((lbp)->lbp_prop); in l2arc_log_blkptr_valid()
10891 uint64_t end = lbp->lbp_daddr + asize - 1; in l2arc_log_blkptr_valid()
10892 uint64_t start = lbp->lbp_payload_start; in l2arc_log_blkptr_valid()
/freebsd/
H A DObsoleteFiles.inc12911 OLD_FILES+=usr/share/tmac/lbp.tmac