OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:s_rec
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/xcvs/dist/src/
modules.c
819
struct sortrec *
s_rec
;
829
s_rec
= &s_head[s_count];
830
s_rec
->modname = cp = xmalloc (ks + 1);
834
s_rec
->rest = cp2 = xmalloc (ds + 1);
857
s_rec
->status = def_status;
859
for (cp =
s_rec
->rest; (cp2 = strchr (cp, '-')) != NULL; cp = ++cp2)
869
s_rec
->status = xmalloc (cp2 - status_start + 1);
870
strncpy (
s_rec
->status, status_start, cp2 - status_start);
871
s_rec
->status[cp2 - status_start] = '\0';
878
cp =
s_rec
->rest
817
struct sortrec *
s_rec
;
local
[
all
...]
modules.c
819
struct sortrec *
s_rec
;
829
s_rec
= &s_head[s_count];
830
s_rec
->modname = cp = xmalloc (ks + 1);
834
s_rec
->rest = cp2 = xmalloc (ds + 1);
857
s_rec
->status = def_status;
859
for (cp =
s_rec
->rest; (cp2 = strchr (cp, '-')) != NULL; cp = ++cp2)
869
s_rec
->status = xmalloc (cp2 - status_start + 1);
870
strncpy (
s_rec
->status, status_start, cp2 - status_start);
871
s_rec
->status[cp2 - status_start] = '\0';
878
cp =
s_rec
->rest
817
struct sortrec *
s_rec
;
local
[
all
...]
Completed in 45 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026