Home
last modified time | relevance | path

Searched refs:subp (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/locate/locate/
H A Dutil.c140 char *endmark, *p, *subp; in patprep() local
142 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()
/freebsd/sys/dev/firewire/
H A Dfwdev.c911 char *subp = NULL; in fwdev_clone() local
919 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td2627 def SUBP : SUBP<0, "subp", int_aarch64_subp>, Sched<[]>;