Home
last modified time | relevance | path

Searched refs:dpp (Results 1 – 9 of 9) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/t/lib/dprof/
DV.pm15 $dpp = $opt_d || '../utils/dprofpp';
16 $dpp .= '.com' if $^O eq 'VMS';
20 if( ! -f $dpp ) {
21 ($dpp = $^X) =~ s@(^.*)[/|\\].*@$1/dprofpp@;
22 die "Where's dprofpp?" if( ! -f $dpp );
28 open( D, "$perl \"-I../lib\" $dpp \"$switches\" 2> err |" ) || warn "$0: Can't run. $!\n";
/mirbsd/src/sys/isofs/cd9660/
Dcd9660_node.c104 register struct iso_dnode **dpp, *dp, *dq; local
106 dpp = &idvhashtbl[DNOHASH(device, inum)];
107 for (dp = *dpp;; dp = dp->d_next) {
122 if (dq = *dpp)
125 dp->d_prev = dpp;
126 *dpp = dp;
135 struct iso_dnode **dpp, *dp, *dq; local
137 for (dpp = idvhashtbl; dpp <= idvhashtbl + idvhash; dpp++) {
138 for (dp = *dpp; dp != NULL; dp = dq) {
/mirbsd/src/usr.bin/tftp/
Dtftpsubs.c114 readit(FILE *file, struct tftphdr **dpp, int convert) in readit() argument
125 *dpp = (struct tftphdr *)b->buf; /* set caller's ptr */ in readit()
181 writeit(FILE *file, struct tftphdr **dpp, int ct, int convert) in writeit() argument
188 *dpp = (struct tftphdr *)bfs[current].buf; in writeit()
/mirbsd/src/lib/libc/net/
Dres_mkquery.c86 u_char *dnptrs[20], **dpp, **lastdnptr; in res_mkquery() local
116 dpp = dnptrs; in res_mkquery()
117 *dpp++ = buf; in res_mkquery()
118 *dpp++ = NULL; in res_mkquery()
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dunwind-ia64.c564 unw_decode_uleb128 (const unsigned char **dpp) in unw_decode_uleb128() argument
568 const unsigned char *bp = *dpp; in unw_decode_uleb128()
581 *dpp = bp; in unw_decode_uleb128()
Dsysroff.info29 (("dpp") (1 byte) ("dpp"))
396 ("dpp" 0x46
/mirbsd/src/sbin/mountd/
Dmountd.c1102 add_expdir(struct dirlist **dpp, char *cp, int len) in add_expdir() argument
1110 dp->dp_left = *dpp; in add_expdir()
1115 *dpp = dp; in add_expdir()
1162 add_dlist(struct dirlist **dpp, struct dirlist *newdp, struct grouplist *grp, in add_dlist() argument
1169 dp = *dpp; in add_dlist()
1183 *dpp = dp; in add_dlist()
/mirbsd/src/libexec/tftpd/
Dtftpd.c123 int readit(FILE *file, struct tftphdr **dpp, int convert);
125 int writeit(FILE *file, struct tftphdr **dpp, int ct, int convert);
/mirbsd/src/bin/mksh/
Deval.c1652 maybe_expand_tilde(const char *p, XString *dsp, char **dpp, int isassign) in maybe_expand_tilde() argument
1655 char *dp = *dpp; in maybe_expand_tilde()
1678 *dpp = dp; in maybe_expand_tilde()