Searched refs:subp (Results 1 – 3 of 3) sorted by relevance
140 char *endmark, *p, *subp; in patprep() local142 subp = globfree; in patprep()143 *subp++ = '\0'; /* set first element to '\0' */ in patprep()175 *subp++ = '/'; in patprep()182 (p <= endmark) && subp < (globfree + sizeof(globfree));) in patprep()183 *subp++ = *p++; in patprep()185 *subp = '\0'; in patprep()186 return (--subp); in patprep()
911 char *subp = NULL; in fwdev_clone() local919 if (dev_stdclone(name, &subp, devnames[i], &unit) == 2) in fwdev_clone()925 if (subp == NULL || *subp++ != '.') in fwdev_clone()929 while (isdigit(*subp)) { in fwdev_clone()931 sub += *subp++ - '0'; in fwdev_clone()933 if (*subp != '\0') in fwdev_clone()
2627 def SUBP : SUBP<0, "subp", int_aarch64_subp>, Sched<[]>;