Home
last modified time | relevance | path

Searched refs:Stritem (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libldmake/common/
H A Dld_file.c43 struct Stritem { struct
48 typedef struct Stritem Stritem; argument
51 static Stritem *list = NULL;
60 prepend_str(Stritem **list, const char *str) in prepend_str()
62 Stritem *new; in prepend_str()
66 if (!(new = calloc(1, sizeof (Stritem)))) { in prepend_str()
106 Stritem *cur; in ld_atexit()
/illumos-gate/usr/src/cmd/make/lib/makestate/
H A Dld_file.c43 struct Stritem { struct
48 typedef struct Stritem Stritem; argument
51 static Stritem *list = NULL;
60 prepend_str(Stritem **list, const char *str) in prepend_str()
62 Stritem *new; in prepend_str()
65 if (!(new = calloc(1, sizeof (Stritem)))) { in prepend_str()
98 Stritem *cur; in mk_state_update_exit()