| /trueos/usr.bin/gprof/ |
| HD | arcs.c | 356 register nltype *nlp; in cyclelink() local 366 for ( nlp = nl ; nlp < npe ; nlp++ ) { in cyclelink() 370 if ( nlp -> cyclehead == nlp && nlp -> cnext != 0 ) { in cyclelink() 387 for ( nlp = nl ; nlp < npe ; nlp++ ) { in cyclelink() 388 if ( !( nlp -> cyclehead == nlp && nlp -> cnext != 0 ) ) { in cyclelink() 407 cyclenlp -> cnext = nlp; /* pointer to next member of cycle */ in cyclelink() 413 printname( nlp ); in cyclelink() 420 for ( memberp = nlp ; memberp ; memberp = memberp -> cnext ) { in cyclelink() 428 for ( memberp = nlp ; memberp ; memberp = memberp -> cnext ) { in cyclelink() 454 nltype *nlp; in cycleanalyze() local [all …]
|
| HD | gprof.c | 349 register nltype *nlp; in dumpsum() local 369 for ( nlp = nl ; nlp < npe ; nlp++ ) { in dumpsum() 370 for ( arcp = nlp -> children ; arcp ; arcp = arcp -> arc_childlist ) { in dumpsum() 573 register struct nl *nlp; in alignentries() local 577 for (nlp = nl; nlp < npe; nlp++) { in alignentries() 578 nlp -> svalue = nlp -> value / HISTORICAL_SCALE_2; in alignentries() 579 bucket_of_entry = (nlp->svalue - lowpc) / scale; in alignentries() 580 bucket_of_code = (nlp->svalue + OFFSET_OF_CODE / HISTORICAL_SCALE_2 - in alignentries() 586 nlp->svalue, in alignentries() 587 nlp->svalue + OFFSET_OF_CODE / HISTORICAL_SCALE_2); in alignentries() [all …]
|
| HD | printgprof.c | 705 register nltype *nlp; in printindex() local 729 nlp = namesortnlp[ j ]; in printindex() 730 if ( nlp -> printflag ) { in printindex() 731 sprintf( peterbuffer , "[%d]" , nlp -> index ); in printindex() 733 sprintf( peterbuffer , "(%d)" , nlp -> index ); in printindex() 736 printf( "%6.6s %-19.19s" , peterbuffer , nlp -> name ); in printindex() 739 sprintf( peterbuffer , "<cycle %d>" , nlp -> cycleno ); in printindex()
|
| /trueos/share/examples/sunrpc/dir/ |
| HD | dir_proc.c | 20 namelist *nlp; local 40 nlp = &res.readdir_res_u.list; 42 nl = *nlp = (namenode *) malloc(sizeof(namenode)); 45 nlp = &nl->next; 47 *nlp = NULL;
|
| /trueos/contrib/ipfilter/samples/ |
| HD | proxy.c | 134 do_nat_out(in, out, fd, nlp, extif) in do_nat_out() argument 136 natlookup_t *nlp; 164 usin.sin_addr = nlp->nl_realip; 165 usin.sin_port = nlp->nl_realport; 183 nat->nat_outip = nlp->nl_outip; 184 nat->nat_oip = nlp->nl_realip; 187 sum2 = LONG_SUM(ntohl(nat->nat_outip.s_addr)) + ntohs(nlp->nl_outport); 198 nat->nat_outport = nlp->nl_outport; 199 nat->nat_oport = nlp->nl_realport; 218 usin.sin_addr = nlp->nl_realip; [all …]
|
| HD | relay.c | 112 natlookup_t *nlp = &nl; local
|
| /trueos/contrib/libarchive/libarchive/test/ |
| HD | test_write_disk_mac_metadata.c | 41 char *nl, *nlp; in has_xattr() local 62 for (nlp = nl; nlp < nl + r; nlp += strlen(nlp) + 1) { in has_xattr() 63 if (strcmp(nlp, xattrname) == 0) { in has_xattr()
|
| HD | test_write_disk_appledouble.c | 41 char *nl, *nlp; in has_xattr() local 62 for (nlp = nl; nlp < nl + r; nlp += strlen(nlp) + 1) { in has_xattr() 63 if (strcmp(nlp, xattrname) == 0) { in has_xattr()
|
| HD | test_write_disk_no_hfs_compression.c | 38 char *nl, *nlp; in has_xattr() local 59 for (nlp = nl; nlp < nl + r; nlp += strlen(nlp) + 1) { in has_xattr() 60 if (strcmp(nlp, xattrname) == 0) { in has_xattr()
|
| HD | test_write_disk_hfs_compression.c | 38 char *nl, *nlp; in has_xattr() local 59 for (nlp = nl; nlp < nl + r; nlp += strlen(nlp) + 1) { in has_xattr() 60 if (strcmp(nlp, xattrname) == 0) { in has_xattr()
|
| /trueos/contrib/libpcap/ |
| HD | pcap-snit.c | 119 register struct nit_iflen *nlp; in pcap_read_snit() local 179 nlp = (struct nit_iflen *)cp; in pcap_read_snit() 180 cp += sizeof(*nlp); in pcap_read_snit() 185 caplen = nlp->nh_pktlen; in pcap_read_snit() 189 if (bpf_filter(p->fcode.bf_insns, cp, nlp->nh_pktlen, caplen)) { in pcap_read_snit() 192 h.len = nlp->nh_pktlen; in pcap_read_snit()
|
| /trueos/sys/amd64/vmm/intel/ |
| HD | vtd.c | 503 void *nlp = malloc(PAGE_SIZE, M_VTD, M_WAITOK | M_ZERO); in vtd_update_mapping() local 504 ptp[ptpindex] = vtophys(nlp)| VTD_PTE_RD | VTD_PTE_WR; in vtd_update_mapping() 647 uint64_t *nlp; in vtd_free_ptp() local 655 nlp = (uint64_t *)PHYS_TO_DMAP(ptp[i] & VTD_PTE_ADDR_M); in vtd_free_ptp() 656 vtd_free_ptp(nlp, level - 1); in vtd_free_ptp()
|
| /trueos/sys/fs/nfsclient/ |
| HD | nfs_clstate.c | 932 struct nfscllockowner *nlp; in nfscl_getbytelock() local 954 MALLOC(nlp, struct nfscllockowner *, in nfscl_getbytelock() 977 FREE((caddr_t)nlp, M_NFSCLLOCKOWNER); in nfscl_getbytelock() 1045 FREE((caddr_t)nlp, M_NFSCLLOCKOWNER); in nfscl_getbytelock() 1060 NFSBCOPY(ownp, nlp->nfsl_owner, NFSV4CL_LOCKNAMELEN); in nfscl_getbytelock() 1062 NFSBCOPY(ropenownp, nlp->nfsl_openowner, in nfscl_getbytelock() 1065 NFSBCOPY(op->nfso_own->nfsow_owner, nlp->nfsl_openowner, in nfscl_getbytelock() 1067 nlp->nfsl_seqid = 0; in nfscl_getbytelock() 1068 nlp->nfsl_lockflags = flags; in nfscl_getbytelock() 1069 nlp->nfsl_inprog = NULL; in nfscl_getbytelock() [all …]
|
| HD | nfs_clrpcops.c | 634 struct nfscllockowner *lp, *nlp; in nfsrpc_doclose() local 717 LIST_FOREACH_SAFE(lp, &op->nfso_lock, nfsl_list, nlp) in nfsrpc_doclose()
|
| /trueos/contrib/ncurses/ncurses/tinfo/ |
| HD | comp_hash.c | 273 char **list, *nlp = strchr(buffer, '\n'); in main() local 274 if (nlp) in main() 275 *nlp = '\0'; in main()
|
| /trueos/contrib/sendmail/src/ |
| HD | alias.c | 744 register char *nlp; local 746 nlp = &p[strlen(p)]; 747 if (nlp > p && nlp[-1] == '\n') 748 *--nlp = '\0'; 771 p = nlp;
|
| HD | headers.c | 1957 register char *nlp; local 1967 while ((nlp = strchr(v, '\n')) != NULL) 1971 l = nlp - v;
|
| /trueos/share/examples/indent/ |
| HD | indent.pro | 40 -nlp
|