OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:subp
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/locate/locate/
locate.c
253
char *
subp
= globfree;
local
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
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
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
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) {
Completed in 39 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026