Lines Matching defs:pos
710 char *pos;712 pos = strrchr(subdir, '/');713 if (!pos || pos < subdir + 2)716 *pos = '\0';968 const char *pos;971 pos = strrchr(device->devpath, '/');972 if (!pos)974 pos ++;977 if (*pos == '\0' || pos <= device->devpath)980 sysname = strdup(pos);