Lines Matching refs:bpt
143 struct dirent *bpt;
144 while ((bpt = readdir(dskp)) != NULL) {
152 if (bpt->d_name[0] == '.')
156 (void) strcpy(lnm, bpt->d_name);
157 do_snm(bpt->d_name, snm);
163 if (!str_is_digit(bpt->d_name))
166 bpt->d_name);
168 bpt->d_name);
175 "/dev/dsk/%s", bpt->d_name);
178 "/dev/rmt/%s", bpt->d_name);
318 char *bpt;
360 bpt = rpt;
400 while (bpt > ib) {
401 if (*bpt != '@')
402 bpt--;
406 if (bpt > ib) {
407 *bpt-- = '\0';
409 while (bpt > ib) {
410 if (*bpt != '/') {
411 bpt--;
416 if (bpt > ib) {
417 bpt++;
421 (void) strcpy(entry->dty, bpt);