Searched refs:ptname (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Ddevname.c80 static void probe_one(blkid_cache cache, const char *ptname, argument
101 * Take a quick look at /dev/ptname for the device number. We check
110 sprintf(device, "%s/%s", *dir, ptname);
130 if (!pri && !strncmp(ptname, "md", 2))
255 char ptname0[128], ptname1[128], *ptname = 0; local
286 ptname = ptnames[which];
289 &ma, &mi, &sz, ptname) != 4)
293 DBG(DEBUG_DEVNAME, printf("read partition name %s\n", ptname));
296 lens[which] = strlen(ptname);
297 if (isdigit(ptname[len
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Ddir.c476 unsigned char bufname[FAT_MAX_SHORT_SIZE], *ptname = bufname; local
559 ptname = bufname;
562 *ptname++ = '.';
578 ptname[i++] = (!nocase && c>='A' && c<='Z') ? c+32 : c;
586 ptname[i] = work[i];
594 ptname[i++] = '.';
603 ptname[i++] = (!nocase && c>='A' && c<='Z') ? c+32 : c;
611 ptname[i++] = work[i2++];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk.c2653 char line[100], ptname[100], devname[120], *s; local
2660 &ma, &mi, &sz, ptname) != 4)
2662 for (s = ptname; *s; s++);
2665 sprintf(devname, "/dev/%s", ptname);

Completed in 103 milliseconds