Searched defs:Stritem (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libldmake/common/
H A Dld_file.c44 struct Stritem { struct
49 typedef struct Stritem Stritem; typedef in typeref:struct:Stritem
52 static Stritem *list = NULL;
61 prepend_str(Stritem **list, const char *str)
63 Stritem *new;
67 if (!(new = calloc(1, sizeof (Stritem)))) {
107 Stritem *cur;
/illumos-gate/usr/src/cmd/make/lib/makestate/
H A Dld_file.c43 struct Stritem { struct
48 typedef struct Stritem Stritem; typedef in typeref:struct:Stritem
51 static Stritem * list = NULL;
62 prepend_str(Stritem **list, const char * str)
64 Stritem * new;
67 if (!(new = calloc(1, sizeof (Stritem)))) {
102 Stritem * cur;

Completed in 62 milliseconds