Searched refs:pbp (Results 1 - 12 of 12) sorted by path

/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/bin/
H A Dperltidy239 In particular, if you want to use both the B<-b> flag and the B<-pbp>
241 B<-pbp> flag because it contains a B<-st> flag as one of its components,
2382 =item B<-pbp>, B<--perl-best-practices>
2384 B<-pbp> is an abbreviation for the parameters in the book B<Perl Best Practices>
2393 B<-nst> and/or B<-nse> after the -pbp parameter.
2398 after the -pbp parameter. For example,
2400 # perltidy -pbp
2412 # perltidy -pbp -ci=2
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm628 $msg .= " (-pbp contains -st; see manual)" if ($saw_pbp);
844 $msg .= " (-pbp contains -st; see manual)" if ($saw_pbp);
879 $msg .= " (-pbp contains -st; see manual)" if ($saw_pbp);
1918 'pbp' => [qw(perl-best-practices)],
2236 elsif ( $i =~ /^-(pbp|perl-best-practices)$/ ) {
3065 if ( !$saw_pbp && $body =~ /-(pbp|perl-best-practices)/ ) {
11011 ## THIS PATCH REMOVES THE FOLLOWING POOR PADDING (math.t) with -pbp, BUT
18425 # prevent blinkers with -pbp in this code:
18698 # The following code was a blinker with -pbp before this
[all...]
/macosx-10.9.5/awk-18/src/
H A Dproto.h144 extern int adjbuf(char **pb, int *sz, int min, int q, char **pbp, const char *what);
/macosx-10.9.5/bind9-45.100/bind9/contrib/dbus/
H A Ddbus_mgr.c1320 char policyBuf[16]="", *pbp[1]={&(policyBuf[0])}, addressBuf[64]="", *abp[1]={&(addressBuf[0])}; local
1343 TYPE_STRING, pbp,
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/
H A Dutilities.c141 pbp = pdirbp = (struct bufarea *)0;
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcapng.c1105 struct pcapng_packet_fields *pbp = pcap_ng_get_packet_fields(block); local
1113 pbp->interface_id = rawpb->interface_id;
1114 pbp->drops_count = rawpb->drops_count;
1115 pbp->timestamp_high = rawpb->timestamp_high;
1116 pbp->timestamp_low = rawpb->timestamp_low;
1117 pbp->caplen = rawpb->caplen;
1118 pbp->len = rawpb->len;
1121 pbp->interface_id = SWAPSHORT(pbp->interface_id);
1122 pbp
[all...]
H A Dsf-pcap-ng.c783 struct pcapng_packet_fields *pbp; local
876 pbp = get_from_block_data(&cursor, sizeof(*pbp),
878 if (pbp == NULL)
886 interface_id = SWAPSHORT(pbp->interface_id);
887 hdr->caplen = SWAPLONG(pbp->caplen);
888 hdr->len = SWAPLONG(pbp->len);
892 interface_id = pbp->interface_id;
893 hdr->caplen = pbp->caplen;
894 hdr->len = pbp
1094 struct pcapng_packet_fields *pbp; local
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/rlogind.tproj/
H A Drlogind.c440 char pibuf[1024+1], fibuf[1024], *pbp = NULL, *fbp = NULL; local
547 pbp = pibuf;
553 pbp++, pcc--;
569 cc = des_write(f, pbp, pcc);
572 cc = write(f, pbp, pcc);
585 pbp += cc;
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dtcpdump.c2190 struct pcapng_packet_fields *pbp = pcap_ng_get_packet_fields(block); local
2192 if_id = pbp->interface_id;
2539 struct pcapng_packet_fields *pbp = pcap_ng_get_packet_fields(block); local
2541 if_id = pbp->interface_id;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmmix.vim87 syn keyword mmixOpcode pbn pbz pbp pbod
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dmcache.c1141 mcache_bkt_t *bp, *pbp; local
1152 pbp = ccp->cc_pfilled;
1165 if (pbp != NULL)
1166 mcache_bkt_destroy(cp, btp, pbp, pobjs);
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dzftp.c898 char delim, portbuf[6], *pbp; local
920 portnum = strtoul(portbuf, &pbp, 10);
921 if(*pbp || portnum > 65535UL)

Completed in 398 milliseconds