dpname             65 source3/smbd/chgpasswd.c 	const char *dpname;
dpname            104 source3/smbd/chgpasswd.c 	while ((dpname = readdirname(dirp)) != NULL) {
dpname            105 source3/smbd/chgpasswd.c 		if (strncmp(dpname, "pty", 3) == 0 && strlen(dpname) == 5) {
dpname            107 source3/smbd/chgpasswd.c 			      ("pty: try to open %s, line was %s\n", dpname,
dpname            109 source3/smbd/chgpasswd.c 			line[8] = dpname[3];
dpname            110 source3/smbd/chgpasswd.c 			line[9] = dpname[4];
dpname            501 source4/heimdal/lib/hx509/print.c 	    DistributionPointName dpname;
dpname            506 source4/heimdal/lib/hx509/print.c 					       &dpname, NULL);
dpname            513 source4/heimdal/lib/hx509/print.c 	    switch (dpname.element) {
dpname            517 source4/heimdal/lib/hx509/print.c 		for (j = 0 ; j < dpname.u.fullName.len; j++) {
dpname            519 source4/heimdal/lib/hx509/print.c 		    GeneralName *name = &dpname.u.fullName.val[j];
dpname            537 source4/heimdal/lib/hx509/print.c 	    free_DistributionPointName(&dpname);