| /openbsd/src/usr.bin/gprof/ |
| D | arcs.c | 350 nltype *nlp; in cyclelink() local 360 for ( nlp = nl ; nlp < npe ; nlp++ ) { in cyclelink() 364 if ( nlp -> cyclehead == nlp && nlp -> cnext != 0 ) { in cyclelink() 381 for ( nlp = nl ; nlp < npe ; nlp++ ) { in cyclelink() 382 if ( !( nlp -> cyclehead == nlp && nlp -> cnext != 0 ) ) { in cyclelink() 401 cyclenlp -> cnext = nlp; /* pointer to next member of cycle */ in cyclelink() 407 printname( nlp ); in cyclelink() 414 for ( memberp = nlp ; memberp ; memberp = memberp -> cnext ) { in cyclelink() 422 for ( memberp = nlp ; memberp ; memberp = memberp -> cnext ) { in cyclelink() 448 nltype *nlp; in cycleanalyze() local [all …]
|
| D | gprof.c | 355 nltype *nlp; in dumpsum() local 375 for ( nlp = nl ; nlp < npe ; nlp++ ) { in dumpsum() 376 for ( arcp = nlp -> children ; arcp ; arcp = arcp -> arc_childlist ) { in dumpsum() 552 struct nl *nlp; in alignentries() local 556 for (nlp = nl; nlp < npe; nlp++) { in alignentries() 557 nlp -> svalue = nlp -> value / sizeof(UNIT); in alignentries() 558 bucket_of_entry = (nlp->svalue - lowpc) / scale; in alignentries() 559 bucket_of_code = (nlp->svalue + UNITS_TO_CODE - lowpc) / scale; in alignentries() 564 nlp->svalue, nlp->svalue + UNITS_TO_CODE); in alignentries() 567 nlp->svalue += UNITS_TO_CODE; in alignentries()
|
| D | printgprof.c | 665 nltype *nlp; in printindex() local 689 nlp = namesortnlp[ j ]; in printindex() 690 if ( nlp -> printflag ) { in printindex() 691 snprintf(peterbuffer, sizeof peterbuffer, "[%d]" , nlp -> index ); in printindex() 693 snprintf(peterbuffer, sizeof peterbuffer, "(%d)" , nlp -> index ); in printindex() 696 printf( "%6.6s %-19.19s" , peterbuffer , nlp -> name ); in printindex() 700 , nlp -> cycleno ); in printindex()
|
| /openbsd/src/sys/kern/ |
| D | subr_disk.c | 331 struct disklabel nlp; in readdoslabel() local 362 nlp = *lp; in readdoslabel() 363 memset(nlp.d_partitions, 0, sizeof(nlp.d_partitions)); in readdoslabel() 364 nlp.d_partitions[RAW_PART] = lp->d_partitions[RAW_PART]; in readdoslabel() 365 nlp.d_magic = 0; in readdoslabel() 367 error = spoofgpt(bp, strat, dosbb, &nlp, &partoff); in readdoslabel() 370 if (nlp.d_magic != DISKMAGIC) in readdoslabel() 371 spoofmbr(bp, strat, dosbb, &nlp, &partoff); in readdoslabel() 372 if (nlp.d_magic != DISKMAGIC) in readdoslabel() 373 spooffat(dosbb, &nlp, &partoff); in readdoslabel() [all …]
|
| /openbsd/src/usr.bin/mg/ |
| D | dired.c | 421 struct line *lp, *nlp; in d_expunge() local 428 for (lp = bfirstlp(curbp); lp != curbp->b_headp; lp = nlp) { in d_expunge() 430 nlp = lforw(lp); in d_expunge() 1014 struct line *lp, *nlp; in redelete() local 1023 for (lp = bfirstlp(bp); lp != bp->b_headp; lp = nlp) { in redelete() 1026 nlp = lforw(lp); in redelete() 1045 nlp = lforw(lp); in redelete() 1063 struct line *lp, *nlp; in createlist() local 1068 for (lp = bfirstlp(bp); lp != bp->b_headp; lp = nlp) { in createlist() 1075 nlp = lforw(lp); in createlist() [all …]
|
| /openbsd/src/lib/libcurses/tinfo/ |
| D | make_hash.c | 288 char *nlp = strchr(buffer, '\n'); in main() local 289 if (nlp) in main() 290 *nlp = '\0'; in main()
|
| /openbsd/src/sbin/fsck_ext2fs/ |
| D | setup.c | 379 u_int32_t *nlp, *olp, *endlp; in readsb() local 382 nlp = (u_int32_t *)asblk.b_un.b_fs; in readsb() 385 for ( ; olp < endlp; olp++, nlp++) { in readsb() 386 if (*olp == *nlp) in readsb() 391 (long)letoh32(*nlp)); in readsb()
|
| /openbsd/src/sbin/fsck_ffs/ |
| D | setup.c | 559 long *nlp, *olp, *endlp; in readsb() local 562 nlp = (long *)&altsblock; in readsb() 565 for ( ; olp < endlp; olp++, nlp++) { in readsb() 566 if (*olp == *nlp) in readsb() 569 (int)(olp - (long *)&sblock), *olp, *nlp); in readsb()
|
| /openbsd/src/usr.bin/cvs/ |
| D | rcs.c | 2034 struct rcs_line *lp, *nlp; in rcs_rev_getbuf() local 2060 nlp = TAILQ_NEXT(lp, l_list); in rcs_rev_getbuf() 2063 lp = nlp; in rcs_rev_getbuf() 2072 } while ((lp = TAILQ_NEXT(lp, l_list)) != nlp); in rcs_rev_getbuf() 2095 struct rcs_line *lp, *nlp; in rcs_rev_write_fd() local 2121 nlp = TAILQ_NEXT(lp, l_list); in rcs_rev_write_fd() 2124 lp = nlp; in rcs_rev_write_fd() 2147 } while ((lp = TAILQ_NEXT(lp, l_list)) != nlp); in rcs_rev_write_fd()
|