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

/freebsd-10.1-release/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-10.1-release/gnu/usr.bin/groff/src/devices/grolbp/
H A DMakefile4 SRCS= lbp.cpp
/freebsd-10.1-release/gnu/usr.bin/groff/font/devlbp/
H A DMakefile3 DEV= lbp
/freebsd-10.1-release/usr.sbin/ppp/
H A Dlink.c278 struct mbuf *bp, *lbp[LAYER_MAX], *next; local
296 memset(lbp, '\0', sizeof lbp);
297 lbp[0] = m_get(len, MB_UNKNOWN);
298 memcpy(MBUF_CTOP(lbp[0]), buf, len);
302 while (layer || lbp[layer]) {
303 if (lbp[layer] == NULL) {
307 bp = lbp[layer];
308 lbp[layer] = bp->m_nextpkt;
325 lbp[
[all...]
/freebsd-10.1-release/contrib/ntp/libparse/
H A Dclk_trimtsip.c348 unsigned char *lbp; local
363 lbp = (unsigned char *)&mb(14); /* last update time */
364 if (fetch_ieee754(&lbp, IEEE_SINGLE, &t0t, trim_offsets) != IEEE_OK)
/freebsd-10.1-release/sys/cam/scsi/
H A Dscsi_da.c2402 struct scsi_vpd_logical_block_prov *lbp; local
2418 lbp = (struct scsi_vpd_logical_block_prov *)
2419 malloc(sizeof(*lbp), M_SCSIDA, M_NOWAIT|M_ZERO);
2421 if (lbp == NULL) {
2422 printf("dastart: Couldn't malloc lbp data\n");
2431 /*inq_buf*/(u_int8_t *)lbp,
2432 /*inq_len*/sizeof(*lbp),
3026 int lbp; local
3028 lbp = 0;
3095 lbp
3272 struct scsi_vpd_logical_block_prov *lbp; local
[all...]
/freebsd-10.1-release/gnu/usr.bin/groff/tmac/
H A DMakefile36 lbp.tmac \
/freebsd-10.1-release/contrib/sendmail/src/
H A Dsavemail.c873 char *lbp; local
876 lbp = translate_dollars(buf, buf, &lbs);
877 expand(lbp, lbp, lbs, e);
878 putok = putline(lbp, mci);
879 if (lbp != buf)
880 sm_free(lbp);
H A Dmain.c4062 char *lbp; local
4074 lbp = NULL;
4094 lbp = translate_dollars(delimptr, lbuf, &lbs);
4095 macdefine(&e->e_macro, A_TEMP, mid, lbp);
4096 if (lbp != lbuf)
4097 SM_FREE(lbp);
4108 lbp = translate_dollars(delimptr, lbuf, &lbs);
4109 expand(lbp, exbuf, sizeof(exbuf), e);
4110 if (lbp != lbuf)
4111 SM_FREE(lbp);
[all...]
H A Dsrvrsmtp.c4970 char *lbp; local
4973 lbp = translate_dollars(p, p, &lbs);
4974 expand(lbp, inp, sizeof(inp), e);
4975 if (p != lbp)
4976 sm_free(lbp);
/freebsd-10.1-release/sys/geom/gate/
H A Dg_gate.c760 struct bio *tbp, *lbp; local
766 lbp = NULL;
777 if (lbp == NULL)
781 lbp, bp, bio_queue);
783 lbp = bp;
/freebsd-10.1-release/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;
1375 struct bio *bioq, *bp, *lbp; local
1378 bioq = lbp = NULL;
1388 GJQ_INSERT_AFTER(bioq, bp, lbp);
1389 lbp = bp;
/freebsd-10.1-release/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-10.1-release/contrib/groff/contrib/groffer/
H A Dgroffer2.sh4815 lbp|lj4)
5683 X*|dvi|html|lbp|lj4|ps)

Completed in 235 milliseconds