Searched refs:subp (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.bin/locate/locate/
H A Dutil.c156 register char *endmark, *p, *subp; local
158 subp = globfree;
159 *subp++ = '\0'; /* set first element to '\0' */
191 *subp++ = '/';
198 (p <= endmark) && subp < (globfree + sizeof(globfree));)
199 *subp++ = *p++;
201 *subp = '\0';
202 return(--subp);
/freebsd-13-stable/sys/dev/firewire/
H A Dfwdev.c913 char *subp = NULL; local
921 if (dev_stdclone(name, &subp, devnames[i], &unit) == 2)
927 if (subp == NULL || *subp++ != '.')
931 while (isdigit(*subp)) {
933 sub += *subp++ - '0';
935 if (*subp != '\0')

Completed in 155 milliseconds