HomeSort by: relevance | last modified time | path
    Searched refs:lbp (Results 1 - 16 of 16) 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...]
lisp.c 69 lbp = lbuf;
73 switch(*lbp | ' ') {
82 for (; !isspace((unsigned char)*lbp); ++lbp)
84 for (; isspace((unsigned char)*lbp); ++lbp)
86 for (cp = lbp; *cp && *cp != '\n'; ++cp)
90 if (!(cp = strchr(lbp, ')')))
92 for (; cp >= lbp && *cp != ':'; --cp)
94 if (cp < lbp)
    [all...]
ctags.h 79 extern char *lbp;
  /src/external/gpl2/groff/devices/grolbp/
Makefile 10 SRCS= lbp.cpp
  /src/external/gpl2/groff/font/devlbp/
Makefile 7 DEV= lbp
  /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/external/gpl2/groff/tmac/
Makefile 33 lbp.tmac \
  /src/external/bsd/nvi/dist/ex/
ex_subst.c 1323 re_sub(SCR *sp, CHAR_T *ip, CHAR_T **lbp, size_t *lbclenp, size_t *lblenp, regmatch_t match[10])
1340 lb = *lbp; /* Get local copies. */
1451 *lbp = lb; /* Update caller's information. */
  /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/sbin/sysctl/
sysctl.c 573 appendprintf(char **bp, size_t *lbp, const char *fmt, ...)
579 r = vsnprintf(*bp, *lbp, fmt, ap);
581 if (r < 0 || (size_t)r > *lbp)
582 r = (int)*lbp;
584 *lbp -= r;
  /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/gpl2/groff/dist/contrib/groffer/
groffer2.sh 4815 lbp|lj4)
5683 X*|dvi|html|lbp|lj4|ps)
  /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 69 milliseconds