HomeSort by: relevance | last modified time | path
    Searched defs:lbp (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.bin/ctags/
fortran.c 54 char *lbp; /* line buffer pointer */ variable
68 lbp = lbuf;
69 if (*lbp == '%') /* Ratfor escape to fortran */
70 ++lbp;
71 for (; isspace((unsigned char)*lbp); ++lbp)
73 if (!*lbp)
75 switch (*lbp | ' ') { /* convert to lower-case */
82 for (; isspace((unsigned char)*lbp); ++lbp)
    [all...]
  /src/sys/ufs/lfs/
lfs_balloc.c 627 struct lbnentry *lbp; local
642 lbp = (struct lbnentry *)pool_get(&lfs_lbnentry_pool, PR_WAITOK);
643 lbp->lbn = lbn;
645 if (SPLAY_INSERT(lfs_splay, &ip->i_lfs_lbtree, lbp) != NULL) {
648 pool_put(&lfs_lbnentry_pool, lbp);
661 lfs_do_deregister(struct lfs *fs, struct inode *ip, struct lbnentry *lbp)
668 SPLAY_REMOVE(lfs_splay, &ip->i_lfs_lbtree, lbp);
677 pool_put(&lfs_lbnentry_pool, lbp);
688 struct lbnentry *lbp; local
708 if ((lbp = SPLAY_FIND(lfs_splay, &ip->i_lfs_lbtree, &tmp)) != NULL
716 struct lbnentry *lbp; local
    [all...]
  /src/external/bsd/ntp/dist/libparse/
clk_trimtsip.c 348 unsigned char *lbp; local
361 lbp = (unsigned char *)&mb(14); /* last update time */
362 if (fetch_ieee754(&lbp, IEEE_SINGLE, &t0t, trim_offsets) != IEEE_OK)
  /src/bin/csh/
dol.c 822 Char *Dv[2], *lbp, *obp, *mbp, **vp; local
855 lbp = lbuf;
862 *lbp++ = (Char)c;
869 *lbp = 0;
884 *lbp++ = '\n';
885 *lbp = 0;
886 for (lbp = lbuf; (c = *lbp++) != '\0';) {
  /src/sys/dev/scsipi/
cd.c 118 struct buf *lbp; /* first buffer */ member in struct:cdbounce
575 if (bp == bounce->lbp) {
578 bounce->lbp = NULL;
590 if (bounce->lbp != NULL || bounce->rbp != NULL)
651 struct buf *lbp, *rbp; local
673 error = cd_make_bounce_buffer(cd, bp, blkno, count, &lbp, bounce);
683 free(lbp->b_data, M_DEVBUF);
684 putiobuf(lbp);
691 bounce->lbp = lbp;
    [all...]
  /src/external/mpl/dhcp/dist/common/
options.c 2564 struct buffer *lbp = NULL; local
2630 if (!buffer_allocate (&lbp, length + terminatep, MDL)) {
2636 memcpy (lbp -> data, buffer, length + terminatep);
2637 bp = lbp;
2677 if (lbp != NULL)
2678 buffer_dereference(&lbp, MDL);
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-proxy.c 2492 char *lbp = logbuf; local
2503 lbp = logbuf + strlen(logbuf);
2510 int len = snprintf(lbp, lbend - lbp, "%p%s ", list_query, list_query->satisfied ? "+" : "=");
2511 if (lbp + len < lbend) {
2512 lbp += len;
2515 *lbp = 0;
2517 lbp = lbrestart;
2518 *lbp = 0;
  /src/external/gpl3/gdb.old/dist/gdb/
mips-tdep.c 8013 int *lbp = (int *) obj; local
8017 *lbp = 32;
8019 *lbp = 64;
  /src/external/gpl3/gdb/dist/gdb/
mips-tdep.c 8015 int *lbp = (int *) obj; local
8019 *lbp = 32;
8021 *lbp = 64;

Completed in 34 milliseconds