/src/usr.bin/locate/locate/ |
locate.c | 253 char *subp = globfree; local in function:patprep 255 *subp++ = '\0'; 277 *subp++ = '/'; 283 (p <= endmark) && subp < (globfree + sizeof(globfree));) 284 *subp++ = *p++; 286 *subp = '\0'; 287 return --subp;
|
locate.c | 253 char *subp = globfree; local in function:patprep 255 *subp++ = '\0'; 277 *subp++ = '/'; 283 (p <= endmark) && subp < (globfree + sizeof(globfree));) 284 *subp++ = *p++; 286 *subp = '\0'; 287 return --subp;
|
/src/usr.sbin/catman/ |
catman.c | 138 TAG *defnewp, *sectnewp, *subp; local in function:setdefentries 158 subp = gettag("_subdir", 1); 159 if (defp == NULL || subp == NULL) 176 subp = sectnewp; 194 TAILQ_FOREACH(e_subp, &subp->entrylist, q) { 218 TAILQ_FOREACH(e_subp, &subp->entrylist, q) { 238 TAILQ_FOREACH(e_subp, &subp->entrylist, q) {
|
catman.c | 138 TAG *defnewp, *sectnewp, *subp; local in function:setdefentries 158 subp = gettag("_subdir", 1); 159 if (defp == NULL || subp == NULL) 176 subp = sectnewp; 194 TAILQ_FOREACH(e_subp, &subp->entrylist, q) { 218 TAILQ_FOREACH(e_subp, &subp->entrylist, q) { 238 TAILQ_FOREACH(e_subp, &subp->entrylist, q) {
|