Home
last modified time | relevance | path

Searched refs:wherebuf (Results 1 – 7 of 7) sorted by relevance

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/mpm/
H A Dslug.cc179 static inline int wherebuf() { return inbp - inbuf; } in wherebuf() function
309 ret.dp = wherebuf(); in eofslug()
320 if (wherebuf() > ninbuf-5000) { in getslug()
322 int where = wherebuf(); // where we were in getslug()
346 ret.dp = wherebuf(); in getslug()
360 printf("# %d characters, %d lines\n", wherebuf(), linenum); in getslug()
566 p = bufptr(wherebuf()); // where does the D start in getslug()
610 c, c, bufptr(wherebuf()-50) WARNING; in getslug()
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/mpm/
H A Dslug.cc186 static inline int wherebuf() { return inbp - inbuf; } in wherebuf() function
316 ret.dp = wherebuf(); in eofslug()
327 if (wherebuf() > ninbuf-5000) { in getslug()
329 int where = wherebuf(); // where we were in getslug()
354 ret.dp = wherebuf(); in getslug()
368 printf("# %d characters, %d lines\n", wherebuf(), linenum); in getslug()
594 p = bufptr(wherebuf()); // where does the D start in getslug()
638 c, c, bufptr(wherebuf()-50)); in getslug()
/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dmemwatch.c646 char wherebuf[128]; in mwMark() local
654 tot = sprintf( wherebuf, "%.48s called from %s(%d)", desc, file, line ); in mwMark()
655 if( tot >= (int)sizeof(wherebuf) ) { wherebuf[sizeof(wherebuf)-1] = 0; oflow = 1; } in mwMark()
695 n += strlen( wherebuf ); in mwMark()
704 memcpy( buf, wherebuf, n+1 ); in mwMark()
714 strcat( buf, wherebuf ); in mwMark()
/dports/security/fakebo/fakebo-0.4.2/
H A Dmemwatch.c549 char wherebuf[128]; in mwMark() local
559 tot = sprintf(wherebuf, "%.48s called from %s(%d)", desc, file, line); in mwMark()
560 if (tot >= (int) sizeof(wherebuf)) { in mwMark()
561 wherebuf[sizeof(wherebuf) - 1] = 0; in mwMark()
597 n += strlen(wherebuf); in mwMark()
606 memcpy(buf, wherebuf, n + 1); in mwMark()
615 strcat(buf, wherebuf); in mwMark()
/dports/graphics/flasm/flasm-1.62_1/
H A Dmemwatch.c723 char wherebuf[128]; in mwMark() local
731 tot = sprintf( wherebuf, "%.48s called from %s(%d)", desc, file, line ); in mwMark()
732 if( tot >= (int)sizeof(wherebuf) ) { wherebuf[sizeof(wherebuf)-1] = 0; oflow = 1; } in mwMark()
772 n += strlen( wherebuf ); in mwMark()
781 memcpy( buf, wherebuf, n+1 ); in mwMark()
791 strcat( buf, wherebuf ); in mwMark()
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/libsrc/
H A Dglue.cc213 static char wherebuf[13]; in printable_where() local
215 char *s = wherebuf; in printable_where()
227 return wherebuf; in printable_where()
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dmon.c2731 char wherebuf[BUFSZ]; in mondead() local
2734 wherebuf[0] = '\0'; in mondead()
2741 Snprintf(wherebuf, BUFSZ, ", %s %s", in mondead()
2753 livelog_mon_nam(mtmp), wherebuf, buf); in mondead()