HomeSort by: relevance | last modified time | path
    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 38 milliseconds